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

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

Issue 13749012: Suppress memory leak in content::ChromeAppCacheService::InitializeOnIOThread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 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 3166 matching lines...) Expand 10 before | Expand all | Expand 10 after
3177 fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv 3177 fun:_ZN8appcache19AppCacheStorageImpl23RunOnePendingSimpleTaskEv
3178 } 3178 }
3179 { 3179 {
3180 bug_90215_e 3180 bug_90215_e
3181 Memcheck:Leak 3181 Memcheck:Leak
3182 fun:_Znw* 3182 fun:_Znw*
3183 fun:_ZN8appcache15AppCacheService10InitializeE* 3183 fun:_ZN8appcache15AppCacheService10InitializeE*
3184 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadE* 3184 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadE*
3185 } 3185 }
3186 { 3186 {
3187 bug_90215_f
3188 Memcheck:Leak
3189 fun:_Znw*
3190 ...
3191 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERKN4base 8FilePathEb
3192 fun:_ZNK13ProfileIOData4InitEPSt3mapISs10linked_ptrIN3net20URLRequestJobFacto ry15ProtocolHandlerEESt4lessISsESaISt4pairIKSsS5_EEE
3193 fun:_ZN12_GLOBAL__N_114FactoryForMain6CreateEv
3194 fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv
3195 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE
3196 }
3197 {
3187 bug_90240 3198 bug_90240
3188 Memcheck:Leak 3199 Memcheck:Leak
3189 fun:_Znw* 3200 fun:_Znw*
3190 ... 3201 ...
3191 fun:_ZN2pp5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24S erializedVarReturnValueE 3202 fun:_ZN2pp5proxy26PPP_Instance_Private_Proxy22OnMsgGetInstanceObjectEiNS0_24S erializedVarReturnValueE
3192 } 3203 }
3193 { 3204 {
3194 bug_90400 3205 bug_90400
3195 Memcheck:Leak 3206 Memcheck:Leak
3196 fun:_Znw* 3207 fun:_Znw*
(...skipping 3790 matching lines...) Expand 10 before | Expand all | Expand 10 after
6987 fun:gleUnbindDeleteHashNameAndObject 6998 fun:gleUnbindDeleteHashNameAndObject
6988 fun:glDeleteObjectARB_Exec 6999 fun:glDeleteObjectARB_Exec
6989 fun:glDeleteProgram 7000 fun:glDeleteProgram
6990 fun:_ZN7content34CompositingIOSurfaceShaderPrograms5ResetEv 7001 fun:_ZN7content34CompositingIOSurfaceShaderPrograms5ResetEv
6991 fun:_ZN7content35CompositingIOSurfaceTransformerTestD2Ev 7002 fun:_ZN7content35CompositingIOSurfaceTransformerTestD2Ev
6992 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAnd Link_TestD2Ev 7003 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAnd Link_TestD2Ev
6993 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAnd Link_TestD1Ev 7004 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAnd Link_TestD1Ev
6994 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAnd Link_TestD0Ev 7005 fun:_ZN7content69CompositingIOSurfaceTransformerTest_ShaderProgramsCompileAnd Link_TestD0Ev
6995 fun:_ZN7testing4Test11DeleteSelf_Ev 7006 fun:_ZN7testing4Test11DeleteSelf_Ev
6996 } 7007 }
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