diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 13:41:21 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 13:41:21 +0000 |
commit | 682301b28f34e23db9d37f21d073b4e9c6480b48 (patch) | |
tree | 0eacca29279bcfbd4705d151682f1cdd5a476ee1 /tools | |
parent | 6082da5e3fd685a3f063f7f917a9d333ac519c75 (diff) | |
download | chromium_src-682301b28f34e23db9d37f21d073b4e9c6480b48.zip chromium_src-682301b28f34e23db9d37f21d073b4e9c6480b48.tar.gz chromium_src-682301b28f34e23db9d37f21d073b4e9c6480b48.tar.bz2 |
More heapcheck suppressions:
-- net::::InitSocketPoolHelper (issue 80666)
-- URLFetcher::Core::StartURLRequestWhenAppropriate (issue 80663)
-- buzz::XmppClient (issue 80654)
BUG=80654,80663,80666
TBR=timurrrr
Review URL: http://codereview.chromium.org/6904048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 55 |
1 files changed, 46 insertions, 9 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 763dbd4..b895811 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1478,12 +1478,7 @@ { bug_44385 Heapcheck:Leak - fun:__gnu_cxx::new_allocator::allocate - fun:std::_Rb_tree::_M_get_node - fun:std::_Rb_tree::_M_create_node ... - fun:std::map::insert - fun:std::map::operator[] fun:net::HostCache::Set fun:net::HostResolverImpl::OnJobComplete fun:net::HostResolverImpl::Job::OnLookupComplete @@ -1495,12 +1490,9 @@ fun:MessageLoop::RunTask } { - bug_74413 + bug_79651 Heapcheck:Leak ... - fun:net::HttpAuthHandlerFactory::CreateDefault - fun:TestURLRequestContext::Init - fun:TestURLRequestContext fun:TestURLRequestContextGetter::GetURLRequestContext fun:SingleLoginAttempt fun:notifier::Login::StartConnection @@ -1508,3 +1500,48 @@ fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials fun:void DispatchToMethod } +{ + bug_80654 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::_Vector_base::_M_allocate + fun:std::vector::_M_insert_aux + fun:std::vector::push_back + fun:ObserverListBase::AddObserver + fun:net::SSLConfigService::AddObserver + fun:SSLClientSocketPool + fun:ClientSocketPoolManager + fun:HttpNetworkSession + fun:ProxyResolvingClientSocket + fun:notifier::XmppClientSocketFactory::CreateTransportClientSocket + fun:notifier::ChromeAsyncSocket::Connect + fun:buzz::XmppClient::ProcessStartXmppLogin + fun:buzz::XmppClient::Process + fun:talk_base::Task::Step + fun:talk_base::TaskRunner::InternalRunTasks + fun:talk_base::TaskRunner::RunTasks + fun:notifier::TaskPump::CheckAndRunTasks + fun:void DispatchToMethod +} +{ + bug_80663 + Heapcheck:Leak + ... + fun:TestURLRequestContextGetter::GetURLRequestContext + fun:URLFetcher::Core::StartURLRequest + fun:URLFetcher::Core::StartURLRequestWhenAppropriate + fun:void DispatchToMethod +} +{ + bug_80666 + Heapcheck:Leak + ... + fun:basic_string + fun:GURL::ComponentString + fun:GURL::HostNoBrackets + fun:net::::InitSocketPoolHelper + fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect + fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone + fun:void DispatchToMethod +} + |