diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 23:16:32 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 23:16:32 +0000 |
commit | afea33810256660899543aff1bfe27fa03ae4efb (patch) | |
tree | ef99438013a8e9e517364af1fafc3f410fecdade /net/data | |
parent | 49bb96e224996a647ab1694d02323b542721bb94 (diff) | |
download | chromium_src-afea33810256660899543aff1bfe27fa03ae4efb.zip chromium_src-afea33810256660899543aff1bfe27fa03ae4efb.tar.gz chromium_src-afea33810256660899543aff1bfe27fa03ae4efb.tar.bz2 |
Skip CertDatabaseNSSTest.ImportFromPKCS12 on heapcheck, since the leaks can't be suppressed cleanly.
BUG=51988,51332,51330,51328
TEST=heapcheck bot should go green
Review URL: http://codereview.chromium.org/3112007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r-- | net/data/heapcheck/net_unittests.gtest.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/data/heapcheck/net_unittests.gtest.txt b/net/data/heapcheck/net_unittests.gtest.txt index 596bd79..6256a7d 100644 --- a/net/data/heapcheck/net_unittests.gtest.txt +++ b/net/data/heapcheck/net_unittests.gtest.txt @@ -1,4 +1,9 @@ # http://crbug.com/31129 -- forking Python servers may break heapchecker's # symbolization. URLRequestTestHTTP.* - +# http://crbug.com/51988, http://crbug.com/51332, http://crbug.com/51330, +# http://crbug.com/51328 -- leaks in NSS PKCS #12 import/export. Due to lack +# of stacks in NSS leaks on the heapcheck bot we can't add reasonable +# suppressions. So just skip the tests until we can figure out how to get +# stacks, or a fixed release of NSS. +CertDatabaseNSSTest.ImportFromPKCS12* |