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

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

Issue 340953005: Suppress memory leak in HostResolverImplChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | 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 6360 matching lines...) Expand 10 before | Expand all | Expand 10 after
6371 fun:_Znw* 6371 fun:_Znw*
6372 fun:_ZN7content16WebURLLoaderImplC1Ev 6372 fun:_ZN7content16WebURLLoaderImplC1Ev
6373 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv 6373 fun:_ZN7content17BlinkPlatformImpl15createURLLoaderEv
6374 fun:_ZN7WebCore10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18F etchInitiatorInfoENS_17StoredCredentialsE 6374 fun:_ZN7WebCore10PingLoaderC1EPNS_10LocalFrameERNS_15ResourceRequestERKNS_18F etchInitiatorInfoENS_17StoredCredentialsE
6375 fun:_ZN7WebCore10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS _18FetchInitiatorInfoENS_17StoredCredentialsE 6375 fun:_ZN7WebCore10PingLoader5startEPNS_10LocalFrameERNS_15ResourceRequestERKNS _18FetchInitiatorInfoENS_17StoredCredentialsE
6376 fun:_ZN7WebCore10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE 6376 fun:_ZN7WebCore10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
6377 fun:_ZN7WebCore15ResourceFetcher10fetchImageERNS_12FetchRequestE 6377 fun:_ZN7WebCore15ResourceFetcher10fetchImageERNS_12FetchRequestE
6378 fun:_ZN7WebCore11ImageLoader19doUpdateFromElementEb 6378 fun:_ZN7WebCore11ImageLoader19doUpdateFromElementEb
6379 fun:_ZN7WebCore11ImageLoader4Task3runEv 6379 fun:_ZN7WebCore11ImageLoader4Task3runEv
6380 } 6380 }
6381 {
6382 bug_386418
6383 Memcheck:Leak
6384 fun:_Znw*
6385 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
6386 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b
6387 fun:_ZN3net16HostResolverImpl16LoopbackProbeJobC1ERKN4base7WeakPtrIS0_EE
6388 fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE
6389 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13*
6390 }
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