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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 fun:pa_set_env_and_record | 677 fun:pa_set_env_and_record |
678 fun:main | 678 fun:main |
679 } | 679 } |
680 | 680 |
681 # The following stack suppresses Memcheck false positives on NaCl browser_tests | 681 # The following stack suppresses Memcheck false positives on NaCl browser_tests |
682 # See https://bugs.kde.org/show_bug.cgi?id=270709#c4 for possible reason | 682 # See https://bugs.kde.org/show_bug.cgi?id=270709#c4 for possible reason |
683 { | 683 { |
684 valgrind_bitfields_false_positive | 684 valgrind_bitfields_false_positive |
685 Memcheck:Cond | 685 Memcheck:Cond |
686 fun:_ZN7WebCore13WidthIterator* | 686 fun:_ZN7WebCore13WidthIterator* |
| 687 ... |
687 fun:_ZNK7WebCore4Font33getGlyphsAndAdvancesForSimpleTextERKNS_7TextRunEiiRNS_
11GlyphBufferENS0_20ForTextEmphasisOrNotE | 688 fun:_ZNK7WebCore4Font33getGlyphsAndAdvancesForSimpleTextERKNS_7TextRunEiiRNS_
11GlyphBufferENS0_20ForTextEmphasisOrNotE |
688 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN
S_10FloatPointEii | 689 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN
S_10FloatPointEii |
689 ... | 690 ... |
690 fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_
7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10Shad
owDataEbb | 691 fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_
7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10Shad
owDataEbb |
691 fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii | 692 fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii |
692 ... | 693 ... |
693 fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii | 694 fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii |
694 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai
ntInfoERKNS_8IntPointE | 695 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Pai
ntInfoERKNS_8IntPointE |
695 fun:_ZN7WebCore11RenderBlock*paint* | 696 fun:_ZN7WebCore11RenderBlock*paint* |
696 } | 697 } |
(...skipping 4609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5306 obj:/lib/libselinux.so.1 | 5307 obj:/lib/libselinux.so.1 |
5307 obj:/lib/libselinux.so.1 | 5308 obj:/lib/libselinux.so.1 |
5308 } | 5309 } |
5309 { | 5310 { |
5310 bug_todo_grep | 5311 bug_todo_grep |
5311 Memcheck:Leak | 5312 Memcheck:Leak |
5312 fun:malloc | 5313 fun:malloc |
5313 obj:/bin/grep | 5314 obj:/bin/grep |
5314 obj:/bin/grep | 5315 obj:/bin/grep |
5315 } | 5316 } |
OLD | NEW |