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

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

Issue 159014: Suppress both leaks mentioned in bug16625 on both mac and linux.... (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 | no next file » | 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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 fun:_Znwj 898 fun:_Znwj
899 fun:_ZN10URLFetcherC1ERK4GURLNS_11RequestTypeEPNS_8DelegateE 899 fun:_ZN10URLFetcherC1ERK4GURLNS_11RequestTypeEPNS_8DelegateE
900 fun:_ZN22AlternateNavURLFetcher7ObserveE16NotificationTypeRK18NotificationSou rceRK19NotificationDetails 900 fun:_ZN22AlternateNavURLFetcher7ObserveE16NotificationTypeRK18NotificationSou rceRK19NotificationDetails
901 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails 901 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
902 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry 902 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
903 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j 903 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
904 fun:_ZN7Browser14OpenURLAtIndexEP11TabContentsRK4GURLS4_21WindowOpenDispositi onjib 904 fun:_ZN7Browser14OpenURLAtIndexEP11TabContentsRK4GURLS4_21WindowOpenDispositi onjib
905 fun:_ZN7Browser14OpenCurrentURLEv 905 fun:_ZN7Browser14OpenCurrentURLEv
906 } 906 }
907 { 907 {
908 # 1 in 40 runs? Handle both leaks with one suppression.
909 # Anonymous namespaces are encoded differently on mac and linux,
910 # hence the wildcard.
911 bug_16625
912 Memcheck:Leak
913 fun:_ZN16ChildProcessHost13CreateChannelEv
914 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath
915 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath
916 fun:*UtilityProcessHostTest_ExtensionUnpacker_Test8TestBodyEv
917 }
918 {
908 # 1 in 20 runs? 919 # 1 in 20 runs?
909 bug_16908 920 bug_16908
910 Memcheck:Leak 921 Memcheck:Leak
911 fun:_Znwj 922 fun:_Znwj
912 fun:_ZN7WebCore9CSSParser22createFloatingSelectorEv 923 fun:_ZN7WebCore9CSSParser22createFloatingSelectorEv
913 fun:_Z10cssyyparsePv 924 fun:_Z10cssyyparsePv
914 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE 925 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
915 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb 926 fun:_ZN7WebCore13CSSStyleSheet11parseStringERKNS_6StringEb
916 fun:_ZN7WebCoreL12parseUASheetERKNS_6StringE 927 fun:_ZN7WebCoreL12parseUASheetERKNS_6StringE
917 fun:_ZN7WebCoreL12parseUASheetEPKcj 928 fun:_ZN7WebCoreL12parseUASheetEPKcj
918 fun:_ZN7WebCoreL22loadSimpleDefaultStyleEv 929 fun:_ZN7WebCoreL22loadSimpleDefaultStyleEv
919 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe etListEPNS_13CSSStyleSheetEbb 930 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentERKNS_6StringEPNS_14StyleShe etListEPNS_13CSSStyleSheetEbb
920 fun:_ZN7WebCore8Document6attachEv 931 fun:_ZN7WebCore8Document6attachEv
921 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE 932 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE
922 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE 933 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE
923 fun:_ZN7WebCore11FrameLoader4initEv 934 fun:_ZN7WebCore11FrameLoader4initEv
924 fun:_ZN7WebCore5Frame4initEv 935 fun:_ZN7WebCore5Frame4initEv
925 } 936 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698