From d02bb0e525eddeb024f262ad509389956d6f548a Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Tue, 24 Aug 2010 18:47:17 +0000 Subject: 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 --- net/data/heapcheck/net_unittests.gtest.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'net/data') 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 -- cgit v1.1