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 6554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6565 fun:_ZN7WebCore18RenderLayerBacking13updateFiltersEPKNS_11RenderStyleE | 6565 fun:_ZN7WebCore18RenderLayerBacking13updateFiltersEPKNS_11RenderStyleE |
6566 fun:_ZN7WebCore18RenderLayerBacking*GraphicsLayer* | 6566 fun:_ZN7WebCore18RenderLayerBacking*GraphicsLayer* |
6567 } | 6567 } |
6568 { | 6568 { |
6569 bug_173356 | 6569 bug_173356 |
6570 Memcheck:Overlap | 6570 Memcheck:Overlap |
6571 fun:memcpy | 6571 fun:memcpy |
6572 fun:_ZN3gpu5gles2*Immediate4InitE* | 6572 fun:_ZN3gpu5gles2*Immediate4InitE* |
6573 fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv | 6573 fun:_ZN3gpu5gles2*GLES2ImplementationTest_*_Test8TestBodyEv |
6574 } | 6574 } |
6575 { | |
6576 bug_173597_a | |
Timur Iskhodzhanov
2013/02/01 10:11:47
nit: indents
| |
6577 Memcheck:Leak | |
6578 fun:malloc | |
6579 fun:g_malloc | |
6580 fun:g_slice_alloc | |
6581 fun:pango_attr_list_get_iterator | |
6582 fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv | |
6583 } | |
6584 { | |
6585 bug_173597_b | |
6586 Memcheck:Leak | |
6587 fun:realloc | |
6588 fun:g_realloc | |
6589 fun:g_string_maybe_expand | |
6590 fun:g_string_insert_len | |
6591 fun:pango_font_description_to_string | |
6592 fun:_ZN3gfx35RenderTextTest_PangoAttributes_Test8TestBodyEv | |
6593 } | |
OLD | NEW |