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

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

Issue 1946793002: net: Add fuzzer for HostResolverImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove port 0 check Created 4 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 | « net/url_request/url_request_data_job_fuzzer.cc ('k') | 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 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE 2184 fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
2185 fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE 2185 fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE
2186 fun:_ZN5blink11ImageLoader19doUpdateFromElementEb 2186 fun:_ZN5blink11ImageLoader19doUpdateFromElementEb
2187 fun:_ZN5blink11ImageLoader4Task3runEv 2187 fun:_ZN5blink11ImageLoader4Task3runEv
2188 } 2188 }
2189 { 2189 {
2190 bug_386418 2190 bug_386418
2191 Memcheck:Leak 2191 Memcheck:Leak
2192 fun:_Znw* 2192 fun:_Znw*
2193 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIF* 2193 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIF*
2194 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIF* 2194 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIF*
2195 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob* 2195 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob*
2196 fun:_ZN3net16HostResolverImpl* 2196 fun:_ZN3net16HostResolverImpl*
2197 } 2197 }
2198 { 2198 {
2199 bug_388668 2199 bug_388668
2200 Memcheck:Leak 2200 Memcheck:Leak
2201 fun:_Znw* 2201 fun:_Znw*
2202 fun:_ZN20data_reduction_proxy69DataReductionProxyBypassStatsTest_isDataReduct ionProxyUnreachable_Test8TestBodyEv 2202 fun:_ZN20data_reduction_proxy69DataReductionProxyBypassStatsTest_isDataReduct ionProxyUnreachable_Test8TestBodyEv
2203 } 2203 }
2204 { 2204 {
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
2986 { 2986 {
2987 bug_602964 2987 bug_602964
2988 Memcheck:Leak 2988 Memcheck:Leak
2989 fun:_Znw* 2989 fun:_Znw*
2990 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper* 2990 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper*
2991 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS* 2991 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS*
2992 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS* 2992 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS*
2993 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S* 2993 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S*
2994 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv 2994 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv
2995 } 2995 }
OLDNEW
« no previous file with comments | « net/url_request/url_request_data_job_fuzzer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698