OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 3673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3684 fun:g_slice_alloc | 3684 fun:g_slice_alloc |
3685 fun:g_slice_alloc0 | 3685 fun:g_slice_alloc0 |
3686 fun:g_type_create_instance | 3686 fun:g_type_create_instance |
3687 fun:g_object_constructor | 3687 fun:g_object_constructor |
3688 fun:g_object_newv | 3688 fun:g_object_newv |
3689 fun:g_object_new | 3689 fun:g_object_new |
3690 fun:_gdk_window_impl_new | 3690 fun:_gdk_window_impl_new |
3691 fun:gdk_window_ensure_native | 3691 fun:gdk_window_ensure_native |
3692 fun:gdk_x11_drawable_get_xid | 3692 fun:gdk_x11_drawable_get_xid |
3693 fun:_ZN20GtkNativeViewManager14GetIdForWidgetEP10_GtkWidget | 3693 fun:_ZN20GtkNativeViewManager14GetIdForWidgetEP10_GtkWidget |
3694 fun:_ZNK23RenderWidgetHostViewGtk15GetNativeViewIdEv | 3694 fun:_ZNK7content23RenderWidgetHostViewGtk15GetNativeViewIdEv |
3695 } | 3695 } |
3696 { | 3696 { |
3697 bug_96402 | 3697 bug_96402 |
3698 Memcheck:Leak | 3698 Memcheck:Leak |
3699 fun:malloc | 3699 fun:malloc |
3700 fun:g_malloc | 3700 fun:g_malloc |
3701 fun:g_slice_alloc | 3701 fun:g_slice_alloc |
3702 fun:g_slice_alloc0 | 3702 fun:g_slice_alloc0 |
3703 fun:g_type_create_instance | 3703 fun:g_type_create_instance |
3704 fun:g_object_constructor | 3704 fun:g_object_constructor |
(...skipping 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5823 obj:/lib/libselinux.so.1 | 5823 obj:/lib/libselinux.so.1 |
5824 obj:/lib/libselinux.so.1 | 5824 obj:/lib/libselinux.so.1 |
5825 } | 5825 } |
5826 { | 5826 { |
5827 bug_todo_grep | 5827 bug_todo_grep |
5828 Memcheck:Leak | 5828 Memcheck:Leak |
5829 fun:malloc | 5829 fun:malloc |
5830 obj:/bin/grep | 5830 obj:/bin/grep |
5831 obj:/bin/grep | 5831 obj:/bin/grep |
5832 } | 5832 } |
OLD | NEW |