Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8676033: Valgrind Mac: Suppress a bunch of leaks in test_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698