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

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

Issue 155465: Bug 15762 happens on Linux, too, so move suppression to generic file.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 months 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/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 three kinds of suppressions in this file. 1 # There are three 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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 Memcheck:Leak 619 Memcheck:Leak
620 fun:malloc 620 fun:malloc
621 fun:g_malloc 621 fun:g_malloc
622 ... 622 ...
623 fun:gtk_event_box_new 623 fun:gtk_event_box_new
624 fun:_ZN6TabGtkC1EPNS_11TabDelegateE 624 fun:_ZN6TabGtkC1EPNS_11TabDelegateE
625 fun:_ZN11TabStripGtk13TabInsertedAtEP11TabContentsib 625 fun:_ZN11TabStripGtk13TabInsertedAtEP11TabContentsib
626 fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb 626 fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb
627 } 627 }
628 { 628 {
629 bug_15762
630 Memcheck:Cond
631 fun:_ZN7testing8internal11CmpHelperEQIjjEENS_15AssertionResultEPKcS4_RKT_RKT0 _
632 fun:_ZN7testing8internal8EqHelperILb0EE7CompareIjjEENS_15AssertionResultEPKcS 6_RKT_RKT0_
633 fun:_ZN39ImageOperations_CreateMaskedBitmap_Test8TestBodyEv
634 }
635 {
629 # very common in ui tests 636 # very common in ui tests
630 bug_16089 637 bug_16089
631 Memcheck:Leak 638 Memcheck:Leak
632 fun:* 639 fun:*
633 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task 640 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
634 ... 641 ...
635 fun:_ZN3net12HostResolver3Job5StartEv 642 fun:_ZN3net12HostResolver3Job5StartEv
636 } 643 }
637 { 644 {
638 # ditto, but tweaked to fire on bots, more robust against optimizer changes? 645 # ditto, but tweaked to fire on bots, more robust against optimizer changes?
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 Memcheck:Leak 879 Memcheck:Leak
873 fun:_Znwj 880 fun:_Znwj
874 fun:_ZN10URLFetcherC1ERK4GURLNS_11RequestTypeEPNS_8DelegateE 881 fun:_ZN10URLFetcherC1ERK4GURLNS_11RequestTypeEPNS_8DelegateE
875 fun:_ZN22AlternateNavURLFetcher7ObserveE16NotificationTypeRK18NotificationSou rceRK19NotificationDetails 882 fun:_ZN22AlternateNavURLFetcher7ObserveE16NotificationTypeRK18NotificationSou rceRK19NotificationDetails
876 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails 883 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
877 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry 884 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
878 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j 885 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
879 fun:_ZN7Browser14OpenURLAtIndexEP11TabContentsRK4GURLS4_21WindowOpenDispositi onjib 886 fun:_ZN7Browser14OpenURLAtIndexEP11TabContentsRK4GURLS4_21WindowOpenDispositi onjib
880 fun:_ZN7Browser14OpenCurrentURLEv 887 fun:_ZN7Browser14OpenCurrentURLEv
881 } 888 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698