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

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: Response to Julia's comments 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 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after
2302 fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE 2302 fun:_ZN5blink10PingLoader9loadImageEPNS_10LocalFrameERKNS_4KURLE
2303 fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE 2303 fun:_ZN5blink15ResourceFetcher10fetchImageERNS_12FetchRequestE
2304 fun:_ZN5blink11ImageLoader19doUpdateFromElementEb 2304 fun:_ZN5blink11ImageLoader19doUpdateFromElementEb
2305 fun:_ZN5blink11ImageLoader4Task3runEv 2305 fun:_ZN5blink11ImageLoader4Task3runEv
2306 } 2306 }
2307 { 2307 {
2308 bug_386418 2308 bug_386418
2309 Memcheck:Leak 2309 Memcheck:Leak
2310 fun:_Znw* 2310 fun:_Znw*
2311 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIF* 2311 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIF*
2312 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIF* 2312 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIF*
2313 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob* 2313 fun:_ZN3net16HostResolverImpl16LoopbackProbeJob*
2314 fun:_ZN3net16HostResolverImpl* 2314 fun:_ZN3net16HostResolverImpl*
2315 } 2315 }
2316 { 2316 {
2317 bug_388668 2317 bug_388668
2318 Memcheck:Leak 2318 Memcheck:Leak
2319 fun:_Znw* 2319 fun:_Znw*
2320 fun:_ZN20data_reduction_proxy69DataReductionProxyBypassStatsTest_isDataReduct ionProxyUnreachable_Test8TestBodyEv 2320 fun:_ZN20data_reduction_proxy69DataReductionProxyBypassStatsTest_isDataReduct ionProxyUnreachable_Test8TestBodyEv
2321 } 2321 }
2322 { 2322 {
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3137 { 3137 {
3138 bug_602964 3138 bug_602964
3139 Memcheck:Leak 3139 Memcheck:Leak
3140 fun:_Znw* 3140 fun:_Znw*
3141 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper* 3141 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper*
3142 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS* 3142 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS*
3143 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS* 3143 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS*
3144 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S* 3144 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S*
3145 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv 3145 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv
3146 } 3146 }
OLDNEW
« net/udp/fuzzed_datagram_client_socket.cc ('K') | « net/udp/fuzzed_datagram_client_socket.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698