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

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

Issue 24189002: Valgrind: Remove suppressions for a fixed leak and add new suppressions for Mac memory errors. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 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/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 7098 matching lines...) Expand 10 before | Expand all | Expand 10 after
7109 fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE 7109 fun:_ZN4base17MD5DigestToBase16ERKNS_9MD5DigestE
7110 fun:_ZN7content16WebKitTestRunner11CaptureDumpEv 7110 fun:_ZN7content16WebKitTestRunner11CaptureDumpEv
7111 fun:_ZN7content16WebKitTestRunner12testFinishedEv 7111 fun:_ZN7content16WebKitTestRunner12testFinishedEv
7112 fun:_ZN13WebTestRunner10TestRunner18completeNotifyDoneEv 7112 fun:_ZN13WebTestRunner10TestRunner18completeNotifyDoneEv
7113 fun:_ZN13WebTestRunner10TestRunner10notifyDoneERKSt6vectorINS_10CppVariantESa IS2_EEPS2_ 7113 fun:_ZN13WebTestRunner10TestRunner10notifyDoneERKSt6vectorINS_10CppVariantESa IS2_EEPS2_
7114 fun:_ZN13WebTestRunner13CppBoundClass14MemberCallbackINS_10TestRunnerEE3runER KSt6vectorINS_10CppVariantESaIS5_EEPS5_ 7114 fun:_ZN13WebTestRunner13CppBoundClass14MemberCallbackINS_10TestRunnerEE3runER KSt6vectorINS_10CppVariantESaIS5_EEPS5_
7115 fun:_ZN13WebTestRunner13CppBoundClass6invokeEPvPK10_NPVariantmPS2_ 7115 fun:_ZN13WebTestRunner13CppBoundClass6invokeEPvPK10_NPVariantmPS2_
7116 fun:_ZN13WebTestRunner11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS4_ 7116 fun:_ZN13WebTestRunner11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS4_
7117 } 7117 }
7118 { 7118 {
7119 bug_290552a
7120 Memcheck:Leak
7121 fun:_Znw*
7122 fun:_ZN18SkLumaMaskXfermode6CreateEN10SkXfermode4ModeE
7123 fun:_ZN7WebCore15GraphicsContext16beginMaskedLayerERKNS_9FloatRectENS_8MaskTy peE
7124 fun:_ZN7WebCore*RenderSVGResource*
7125 }
7126 {
7127 bug_290552b
7128 Memcheck:Leak
7129 fun:_Znw*
7130 fun:_ZN10SkXfermode6CreateENS_4ModeE
7131 fun:_ZN7WebCore15GraphicsContext16beginMaskedLayerERKNS_9FloatRectENS_8MaskTy peE
7132 fun:_ZN7WebCore*RenderSVGResource*
7133 }
7134 {
7135 bug_290559a 7119 bug_290559a
7136 Memcheck:Leak 7120 Memcheck:Leak
7137 fun:_Znw* 7121 fun:_Znw*
7138 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev 7122 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev
7139 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateEN6WebKit2 2WebFileSystemCallbacksE 7123 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateEN6WebKit2 2WebFileSystemCallbacksE
7140 ... 7124 ...
7141 fun:_ZN2v88internal25FunctionCallbackArguments4Call* 7125 fun:_ZN2v88internal25FunctionCallbackArguments4Call*
7142 } 7126 }
7143 { 7127 {
7144 bug_290559b 7128 bug_290559b
7145 Memcheck:Leak 7129 Memcheck:Leak
7146 fun:_Znw* 7130 fun:_Znw*
7147 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev 7131 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev
7148 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateEN6WebKit2 2WebFileSystemCallbacksE 7132 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateEN6WebKit2 2WebFileSystemCallbacksE
7149 ... 7133 ...
7150 fun:_ZN7WebCore*SyncV8Internal*FunctionCallbackInfo* 7134 fun:_ZN7WebCore*SyncV8Internal*FunctionCallbackInfo*
7151 } 7135 }
7152 { 7136 {
7153 bug_291240 7137 bug_291240
7154 Memcheck:Leak 7138 Memcheck:Leak
7155 fun:_Znw* 7139 fun:_Znw*
7156 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11handleErrorENS1_6StatusEPNS1_9Stat eBaseE 7140 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11handleErrorENS1_6StatusEPNS1_9Stat eBaseE
7157 fun:_ZN7WebCore12_GLOBAL__N_110Serializer27writeTransferredArrayBufferEN2v86H andleINS2_5ValueEEEjPNS1_9StateBaseE 7141 fun:_ZN7WebCore12_GLOBAL__N_110Serializer27writeTransferredArrayBufferEN2v86H andleINS2_5ValueEEEjPNS1_9StateBaseE
7158 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value EEEPNS1_9StateBaseE 7142 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value EEEPNS1_9StateBaseE
7159 fun:_ZN7WebCore12_GLOBAL__N_110Serializer27writeAndGreyArrayBufferViewEN2v86H andleINS2_6ObjectEEEPNS1_9StateBaseE 7143 fun:_ZN7WebCore12_GLOBAL__N_110Serializer27writeAndGreyArrayBufferViewEN2v86H andleINS2_6ObjectEEEPNS1_9StateBaseE
7160 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value EEEPNS1_9StateBaseE 7144 fun:_ZN7WebCore12_GLOBAL__N_110Serializer11doSerializeEN2v86HandleINS2_5Value EEEPNS1_9StateBaseE
7161 fun:_ZN7WebCore12_GLOBAL__N_110Serializer15DenseArrayState7advanceERS1_ 7145 fun:_ZN7WebCore12_GLOBAL__N_110Serializer15DenseArrayState7advanceERS1_
7162 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE 7146 fun:_ZN7WebCore12_GLOBAL__N_110Serializer9serializeEN2v86HandleINS2_5ValueEEE
7163 } 7147 }
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