diff options
author | jyasskin@chromium.org <jyasskin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-07 20:32:52 +0000 |
---|---|---|
committer | jyasskin@chromium.org <jyasskin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-07 20:32:52 +0000 |
commit | 924283d3404b619f71aba507749d40be58d5891b (patch) | |
tree | e5baec020854023582a1219239b5745dc06a1d60 /tools/heapcheck | |
parent | 895ac3c6cdf1cf54e4dac2d93e8361dbff9eea9e (diff) | |
download | chromium_src-924283d3404b619f71aba507749d40be58d5891b.zip chromium_src-924283d3404b619f71aba507749d40be58d5891b.tar.gz chromium_src-924283d3404b619f71aba507749d40be58d5891b.tar.bz2 |
Suppress NSS leaks while they're being investigated.
TBR=thestig@chromium.org,wtc@chromium.org
NOTRY=true
BUG=269716
Review URL: https://chromiumcodereview.appspot.com/22605006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 1c4a3e8..5f767c1 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -834,3 +834,24 @@ fun:GetWeakPtr fun:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody } +{ + bug_269716a + Heapcheck:Leak + fun:PL_ArenaAllocate + fun:net::NSSCertDatabase::DeleteCertAndKey + fun:chromeos::NetworkCertMigratorTest::CleanupTestCert +} +{ + bug_269716b + Heapcheck:Leak + fun:PR_NewLock + fun:net::NSSCertDatabase::DeleteCertAndKey + fun:chromeos::NetworkCertMigratorTest::CleanupTestCert +} +{ + bug_269716c + Heapcheck:Leak + fun:nss_ZAlloc + fun:net::NSSCertDatabase::DeleteCertAndKey + fun:chromeos::NetworkCertMigratorTest::CleanupTestCert +} |