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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 7059005: Heapchecker: Suppress a set of leaks that randomly occurs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 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/heapcheck/suppressions.txt
===================================================================
--- tools/heapcheck/suppressions.txt (revision 86248)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -1575,4 +1575,38 @@
fun:MessageLoop::RunInternal
fun:MessageLoop::RunHandler
}
-
+{
+ bug_83561a
+ Heapcheck:Leak
+ fun:CancelableTask* NewRunnableMethod
+ fun:net::HostResolverImpl::Job::DoLookup
+ fun:void DispatchToMethod
+ fun:RunnableMethod::Run
+ fun:base::::WorkerThread::ThreadMain
+}
+{
+ bug_83561b
+ Heapcheck:Leak
+ fun:ChromeTestSuite::Initialize
+ fun:::UnitTestTestSuite::Initialize
+ fun:base::TestSuite::Run
+}
+{
+ bug_83561c
+ Heapcheck:Leak
+ ...
+ fun:net::HostResolverImpl::Resolve
+ fun:net::SingleRequestHostResolver::Resolve
+ fun:net::TransportConnectJob::DoResolveHost
+ fun:net::TransportConnectJob::DoLoop
+ fun:net::TransportConnectJob::ConnectInternal
+ fun:net::ConnectJob::Connect
+ fun:net::internal::ClientSocketPoolBaseHelper::RequestSocketInternal
+ fun:net::internal::ClientSocketPoolBaseHelper::RequestSocket
+ fun:net::ClientSocketPoolBase::RequestSocket
+ fun:net::TransportClientSocketPool::RequestSocket
+ fun:net::ClientSocketHandle::Init
+ fun:net::::InitSocketPoolHelper
+ fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect
+ fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone
+}
« 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