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

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

Issue 132233061: Widen NSSInitSingleton suppression. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 6234 matching lines...) Expand 10 before | Expand all | Expand 10 after
6245 bug_321976 6245 bug_321976
6246 Memcheck:Leak 6246 Memcheck:Leak
6247 ... 6247 ...
6248 fun:nssList_Create 6248 fun:nssList_Create
6249 fun:nssTrustDomain_UpdateCachedTokenCerts 6249 fun:nssTrustDomain_UpdateCachedTokenCerts
6250 fun:nssSlot_Refresh 6250 fun:nssSlot_Refresh
6251 fun:nssSlot_IsTokenPresent 6251 fun:nssSlot_IsTokenPresent
6252 fun:pk11_IsPresentCertLoad 6252 fun:pk11_IsPresentCertLoad
6253 fun:SECMOD_OpenNewSlot 6253 fun:SECMOD_OpenNewSlot
6254 fun:_ZN6crypto12_GLOBAL__N_116NSSInitSingleton10OpenUserDBERKN4base8FilePathE PKc 6254 fun:_ZN6crypto12_GLOBAL__N_116NSSInitSingleton10OpenUserDBERKN4base8FilePathE PKc
6255 fun:_ZN6crypto12_GLOBAL__N_116NSSInitSingleton26OpenPersistentNSSDBForPathERK N4base8FilePathE
6256 fun:_ZN6crypto12_GLOBAL__N_116NSSInitSingleton28InitializeNSSForChromeOSUserE RKSsS3_bRKN4base8FilePathE
6257 fun:_ZN6crypto28InitializeNSSForChromeOSUserERKSsS1_bRKN4base8FilePathE
6258 } 6255 }
6259 { 6256 {
6260 bug_327672 6257 bug_327672
6261 Memcheck:Uninitialized 6258 Memcheck:Uninitialized
6262 fun:_ZNK7WebCore18StyleSheetContents11isCacheableEv 6259 fun:_ZNK7WebCore18StyleSheetContents11isCacheableEv
6263 fun:_ZN7WebCore9LinkStyle16setCSSStyleSheetERKN3WTF6StringERKNS_4KURLES4_PKNS _21CSSStyleSheetResourceE 6260 fun:_ZN7WebCore9LinkStyle16setCSSStyleSheetERKN3WTF6StringERKNS_4KURLES4_PKNS _21CSSStyleSheetResourceE
6264 fun:_ZN7WebCore21CSSStyleSheetResource11checkNotifyEv 6261 fun:_ZN7WebCore21CSSStyleSheetResource11checkNotifyEv
6265 ... 6262 ...
6266 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE 6263 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE
6267 } 6264 }
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
6364 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv 6361 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
6365 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv 6362 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
6366 } 6363 }
6367 { 6364 {
6368 bug_333992 6365 bug_333992
6369 Memcheck:Leak 6366 Memcheck:Leak
6370 fun:_Znw* 6367 fun:_Znw*
6371 fun:_ZN7content12_GLOBAL__N_123CreateWebFrameTestProxyEPNS_14RenderViewImplEi 6368 fun:_ZN7content12_GLOBAL__N_123CreateWebFrameTestProxyEPNS_14RenderViewImplEi
6372 fun:_ZN7content15RenderFrameImpl6CreateEPNS_14RenderViewImplEi 6369 fun:_ZN7content15RenderFrameImpl6CreateEPNS_14RenderViewImplEi
6373 } 6370 }
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