diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 18:47:17 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 18:47:17 +0000 |
commit | d02bb0e525eddeb024f262ad509389956d6f548a (patch) | |
tree | c54aa88d946d900e15441c23e720bd92dfa333e8 /net/data | |
parent | e131e28953a844ecfaefee1d040740a1cd9f6d08 (diff) | |
download | chromium_src-d02bb0e525eddeb024f262ad509389956d6f548a.zip chromium_src-d02bb0e525eddeb024f262ad509389956d6f548a.tar.gz chromium_src-d02bb0e525eddeb024f262ad509389956d6f548a.tar.bz2 |
Heapcheck: Don't run net_unittests that simulate crashes.
BUG=53141
TEST=none
Review URL: http://codereview.chromium.org/3159035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r-- | net/data/heapcheck/net_unittests.gtest.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/data/heapcheck/net_unittests.gtest.txt b/net/data/heapcheck/net_unittests.gtest.txt index 6256a7d..afc1db3 100644 --- a/net/data/heapcheck/net_unittests.gtest.txt +++ b/net/data/heapcheck/net_unittests.gtest.txt @@ -7,3 +7,17 @@ URLRequestTestHTTP.* # suppressions. So just skip the tests until we can figure out how to get # stacks, or a fixed release of NSS. CertDatabaseNSSTest.ImportFromPKCS12* +# Exclude tests that simulate a crash: they leak a lot of stuff. +# Note that *InvalidEntry* is too general. +DiskCacheBackendTest.InvalidEntry +DiskCacheBackendTest.NewEvictionInvalidEntry +DiskCacheBackendTest.InvalidEntryRead +DiskCacheBackendTest.NewEvictionInvalidEntryRead +DiskCacheBackendTest.InvalidEntryWithLoad +DiskCacheBackendTest.NewEvictionInvalidEntryWithLoad +DiskCacheBackendTest.TrimInvalidEntry +DiskCacheBackendTest.NewEvictionTrimInvalidEntry +DiskCacheBackendTest.TrimInvalidEntry2 +DiskCacheBackendTest.NewEvictionTrimInvalidEntry2 +DiskCacheBackendTest.InvalidEntryEnumeration +DiskCacheBackendTest.NewEvictionInvalidEntryEnumeration |