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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 6881084: Leak in TestURLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 1d4209e9d0997c4784c328a7dd0f8f211b96f9e7..d6006cd6c5661f0eb72a76470f0b9f874ff2fad0 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4395,6 +4395,16 @@
fun:_Znw*
fun:*webkit_fileapi_file_system_dir_url_request_job_unittest.cc*SetUpEv
}
+{
+ bug_80018
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net23ClientSocketPoolManagerC1EPNS_6NetLogEPNS_19ClientSocketFactoryEPNS_12HostResolverEPNS_12CertVerifierEPNS_13DnsRRResolverEPNS_24DnsCertProvenanceCheckerEPNS_18SSLHostInfoFactoryEPNS_12ProxyServiceEPNS_16SSLConfigServiceE
+ fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
+ fun:_ZN21TestURLRequestContext4InitEv
+ fun:_ZN21TestURLRequestContextC1Ev
+ fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« 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