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 4312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4323 fun:g_object_newv | 4323 fun:g_object_newv |
4324 fun:g_object_new | 4324 fun:g_object_new |
4325 fun:_gdk_window_impl_new | 4325 fun:_gdk_window_impl_new |
4326 fun:gdk_window_ensure_native | 4326 fun:gdk_window_ensure_native |
4327 fun:gdk_x11_drawable_get_xid | 4327 fun:gdk_x11_drawable_get_xid |
4328 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs | 4328 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs |
4329 } | 4329 } |
4330 { | 4330 { |
4331 bug_96568a | 4331 bug_96568a |
4332 Memcheck:Leak | 4332 Memcheck:Leak |
4333 fun:realloc | 4333 fun:*alloc |
4334 ... | 4334 ... |
4335 fun:HB_OpenTypeShape | 4335 fun:HB_OpenType* |
4336 ... | 4336 ... |
4337 fun:HB_ShapeItem | 4337 fun:HB_ShapeItem |
4338 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv | 4338 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv |
4339 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv | 4339 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv |
4340 } | 4340 } |
4341 { | 4341 { |
4342 bug_96568b | 4342 bug_96568b |
4343 Memcheck:Leak | 4343 Memcheck:Leak |
4344 ... | 4344 ... |
4345 fun:HB_NewFace | 4345 fun:HB_NewFace |
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5338 obj:/lib/libselinux.so.1 | 5338 obj:/lib/libselinux.so.1 |
5339 obj:/lib/libselinux.so.1 | 5339 obj:/lib/libselinux.so.1 |
5340 } | 5340 } |
5341 { | 5341 { |
5342 bug_todo_grep | 5342 bug_todo_grep |
5343 Memcheck:Leak | 5343 Memcheck:Leak |
5344 fun:malloc | 5344 fun:malloc |
5345 obj:/bin/grep | 5345 obj:/bin/grep |
5346 obj:/bin/grep | 5346 obj:/bin/grep |
5347 } | 5347 } |
OLD | NEW |