diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 23:29:38 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-28 23:29:38 +0000 |
commit | 7b869d1d0cb065d1956b9f9fc740fdb54385b021 (patch) | |
tree | 88305d5c64d62891150dcec84b6c5336c0a35a76 /tools/heapcheck | |
parent | cb3e0b9be4d1b0406041de8b2cd1d34f0ba03559 (diff) | |
download | chromium_src-7b869d1d0cb065d1956b9f9fc740fdb54385b021.zip chromium_src-7b869d1d0cb065d1956b9f9fc740fdb54385b021.tar.gz chromium_src-7b869d1d0cb065d1956b9f9fc740fdb54385b021.tar.bz2 |
Heapchecker: Update a suppression after install sqlite debugging symbols on the bot.
BUG=82974
TEST=Heapchecker goes green
TBR=oshima
Review URL: http://codereview.chromium.org/7084020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87190 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index d489fbd..1c9d7ed 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1518,20 +1518,20 @@ { bug_82974a Heapcheck:Leak - fun:sqlite3_bind_parameter_index + fun:sqlite3MemMalloc fun:net::X509Certificate::CreateOSCertHandleFromBytes } { bug_82974b Heapcheck:Leak - fun:sqlite3_bind_parameter_index + fun:sqlite3MemMalloc fun:net::::PKIXVerifyCert fun:net::X509Certificate::Verify } { bug_82974c Heapcheck:Leak - fun:sqlite3_bind_parameter_index + fun:sqlite3MemMalloc fun:net::::ListCertsInSlot ... fun:net::CertDatabaseNSSTest::TearDown @@ -1539,14 +1539,14 @@ { bug_82974d Heapcheck:Leak - fun:sqlite3_bind_parameter_index + fun:sqlite3MemMalloc fun:net::CertDatabase::ListCerts fun:net::CertDatabaseNSSTest_ListCerts_Test::TestBody } { bug_82974e Heapcheck:Leak - fun:sqlite3_bind_parameter_index + fun:sqlite3MemMalloc fun:net::CertDatabase::DeleteCertAndKey fun:net::::CleanupSlotContents fun:net::CertDatabaseNSSTest::TearDown |