diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 14:53:42 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-31 14:53:42 +0000 |
commit | 25a6b221b90fed4caa7d483d6c43cebab4f9e48e (patch) | |
tree | e96af804870d319130e44339a889c75bb342839c /tools/heapcheck | |
parent | ecace11a2cc208c4225529c6a9f8541a0ebfae4d (diff) | |
download | chromium_src-25a6b221b90fed4caa7d483d6c43cebab4f9e48e.zip chromium_src-25a6b221b90fed4caa7d483d6c43cebab4f9e48e.tar.gz chromium_src-25a6b221b90fed4caa7d483d6c43cebab4f9e48e.tar.bz2 |
Remove obsolete suppressions.
BUG=259350, 222687
TBR=oshima@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/21328006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index fda3d09..47c4ca4 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -855,49 +855,6 @@ fun:ppapi::ThreadAwareCallbackMultiThreadTest_RunOnTargetThread_Test::TestBody } { - bug_259350a - Heapcheck:Leak - ... - fun:SingleLoginAttemptTest_*_Test -} -{ - bug_259350b - Heapcheck:Leak - ... - fun:notifier::SingleLoginAttempt::OnError -} -{ - bug_259350c - Heapcheck:Leak - ... - fun:buzz::XmppClient::Process - fun:talk_base::Task::Step - fun:talk_base::TaskRunner::InternalRunTasks - fun:talk_base::TaskRunner::RunTasks - fun:jingle_glue::TaskPump::CheckAndRunTasks -} -{ - bug_259350d - Heapcheck:Leak - ... - fun:jingle_glue::ProxyResolvingClientSocket::ProcessProxyResolveDone -} -{ - bug_222687a - Heapcheck:Leak - ... - fun:chrome::StorageMonitor::GetInstance - fun:GetMediaTransferProtocolManager - fun:~MediaTransferProtocolDeviceObserverLinux - fun:~MediaTransferProtocolDeviceObserverLinux - fun:base::DefaultDeleter::operator - fun:~scoped_ptr_impl - fun:~scoped_ptr - fun:~StorageMonitorLinux - fun:~TestStorageMonitorLinux - fun:~TestStorageMonitorLinux -} -{ bug_263748a Heapcheck:Leak ... @@ -915,10 +872,3 @@ ... fun:EncodeDecodeTest_Elf_Small_Test::TestBody } -{ - bug_264225 - Heapcheck:Leak - ... - fun:TestingProfile::CreateRequestContext - fun:UbertokenFetcherTest::SetUp -} |