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

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

Issue 307993006: [MemSheriff] More ResourceFetcher suppressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mem_367809
Patch Set: Created 6 years, 6 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
« 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 5911 matching lines...) Expand 10 before | Expand all | Expand 10 after
5922 { 5922 {
5923 bug_327672 5923 bug_327672
5924 Memcheck:Uninitialized 5924 Memcheck:Uninitialized
5925 fun:_ZNK7WebCore18StyleSheetContents11isCacheableEv 5925 fun:_ZNK7WebCore18StyleSheetContents11isCacheableEv
5926 fun:_ZN7WebCore9LinkStyle16setCSSStyleSheetERKN3WTF6StringERKNS_4KURLES4_PKNS _21CSSStyleSheetResourceE 5926 fun:_ZN7WebCore9LinkStyle16setCSSStyleSheetERKN3WTF6StringERKNS_4KURLES4_PKNS _21CSSStyleSheetResourceE
5927 fun:_ZN7WebCore21CSSStyleSheetResource11checkNotifyEv 5927 fun:_ZN7WebCore21CSSStyleSheetResource11checkNotifyEv
5928 ... 5928 ...
5929 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE 5929 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE
5930 } 5930 }
5931 { 5931 {
5932 bug_328092
5933 Memcheck:Leak
5934 fun:_Znw*
5935 fun:_ZN7content16WebURLLoaderImplC1Ev
5936 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv
5937 fun:_ZN7WebCore14ResourceLoader5startEv
5938 }
5939 {
5932 bug_329960 5940 bug_329960
5933 Memcheck:Leak 5941 Memcheck:Leak
5934 fun:_Znw* 5942 fun:_Znw*
5935 fun:_ZN7WebCore22V8PerContextDataHolder7installE* 5943 fun:_ZN7WebCore22V8PerContextDataHolder7installE*
5936 fun:_ZN7WebCore22WorkerScriptController25initializeContextIfNeededEv 5944 fun:_ZN7WebCore22WorkerScriptController25initializeContextIfNeededEv
5937 ... 5945 ...
5938 fun:_ZN7WebCore12WorkerThread12workerThreadEv 5946 fun:_ZN7WebCore12WorkerThread12workerThreadEv
5939 } 5947 }
5940 { 5948 {
5941 bug_331061 5949 bug_331061
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
6475 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20Navigatio nController13LoadURLParamsE 6483 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20Navigatio nController13LoadURLParamsE
6476 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs 6484 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
6477 fun:_ZN7content5Shell7LoadURLERK4GURL 6485 fun:_ZN7content5Shell7LoadURLERK4GURL
6478 } 6486 }
6479 { 6487 {
6480 bug_372832 6488 bug_372832
6481 Memcheck:Leak 6489 Memcheck:Leak
6482 fun:_Znw* 6490 fun:_Znw*
6483 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalERKN4base8FilePathE PNS1_19SequencedTaskRunnerEPNS1_16MessageLoopProxyEPN5quota17QuotaManagerProxyE 6491 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalERKN4base8FilePathE PNS1_19SequencedTaskRunnerEPNS1_16MessageLoopProxyEPN5quota17QuotaManagerProxyE
6484 } 6492 }
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