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

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: merge, fix build Created 4 years, 7 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
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 2247 matching lines...) Expand 10 before | Expand all | Expand 10 after
2258 fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE 2258 fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
2259 fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE 2259 fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE
2260 fun:_ZN5blink11ImageLoader19doUpdateFromElementEb 2260 fun:_ZN5blink11ImageLoader19doUpdateFromElementEb
2261 fun:_ZN5blink11ImageLoader4Task3runEv 2261 fun:_ZN5blink11ImageLoader4Task3runEv
2262 } 2262 }
2263 { 2263 {
2264 bug_386418 2264 bug_386418
2265 Memcheck:Leak 2265 Memcheck:Leak
2266 fun:_Znw* 2266 fun:_Znw*
2267 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIF* 2267 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIF*
2268 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIF* 2268 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIF*
2269 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob* 2269 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob*
2270 fun:_ZN3net16HostResolverImpl* 2270 fun:_ZN3net16HostResolverImpl*
2271 } 2271 }
2272 { 2272 {
2273 bug_388668 2273 bug_388668
2274 Memcheck:Leak 2274 Memcheck:Leak
2275 fun:_Znw* 2275 fun:_Znw*
2276 fun:_ZN20data_reduction_proxy69DataReductionProxyBypassStatsTest_isDataReduct ionProxyUnreachable_Test8TestBodyEv 2276 fun:_ZN20data_reduction_proxy69DataReductionProxyBypassStatsTest_isDataReduct ionProxyUnreachable_Test8TestBodyEv
2277 } 2277 }
2278 { 2278 {
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
3060 { 3060 {
3061 bug_602964 3061 bug_602964
3062 Memcheck:Leak 3062 Memcheck:Leak
3063 fun:_Znw* 3063 fun:_Znw*
3064 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper* 3064 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper*
3065 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS* 3065 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS*
3066 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS* 3066 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS*
3067 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S* 3067 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S*
3068 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv 3068 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv
3069 } 3069 }
OLDNEW
« net/dns/host_resolver_impl_fuzzer.cc ('K') | « 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