diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 23:00:17 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 23:00:17 +0000 |
commit | 73a516a76cd236c32d67b8f558a4aabc601e3481 (patch) | |
tree | 765f0b2cbe19b2034b21398168c121cad538833c /tools/heapcheck | |
parent | 6cccb1224cb1910c38f6ed2f02c99898eea2b911 (diff) | |
download | chromium_src-73a516a76cd236c32d67b8f558a4aabc601e3481.zip chromium_src-73a516a76cd236c32d67b8f558a4aabc601e3481.tar.gz chromium_src-73a516a76cd236c32d67b8f558a4aabc601e3481.tar.bz2 |
Heapchecker: Widen the suppression for bug 82974 to cover more leaks in net_unittests.
BUG=82974
TEST=none
TBR=hbono/glider/timurrrr
Review URL: http://codereview.chromium.org/7038022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85691 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 40 |
1 files changed, 31 insertions, 9 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index cb75df7..aba4924 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1543,16 +1543,38 @@ fun:IPCChannelTest_ChannelProxyTest_Test::TestBody } { - bug_82974 + bug_82974a Heapcheck:Leak fun:sqlite3_bind_parameter_index fun:net::X509Certificate::CreateOSCertHandleFromBytes - fun:net::X509Certificate::CreateFromBytes - fun:remoting::protocol::JingleSessionTest::DoCreateServerPair - fun:void DispatchToMethod - fun:RunnableMethod::Run - fun:::TaskClosureAdapter::Run - fun:base::internal::Invoker1::DoInvoke - fun:base::Callback::Run - fun:MessageLoop::RunTask +} +{ + bug_82974b + Heapcheck:Leak + fun:sqlite3_bind_parameter_index + fun:net::::PKIXVerifyCert + fun:net::X509Certificate::Verify +} +{ + bug_82974c + Heapcheck:Leak + fun:sqlite3_bind_parameter_index + fun:net::::ListCertsInSlot + ... + fun:net::CertDatabaseNSSTest::TearDown +} +{ + bug_82974d + Heapcheck:Leak + fun:sqlite3_bind_parameter_index + fun:net::CertDatabase::ListCerts + fun:net::CertDatabaseNSSTest_ListCerts_Test::TestBody +} +{ + bug_82974e + Heapcheck:Leak + fun:sqlite3_bind_parameter_index + fun:net::CertDatabase::DeleteCertAndKey + fun:net::::CleanupSlotContents + fun:net::CertDatabaseNSSTest::TearDown } |