Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1090)

Unified Diff: net/data/heapcheck/net_unittests.gtest.txt

Issue 3159035: Heapcheck: Don't run net_unittests that simulate crashes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/data/heapcheck/net_unittests.gtest.txt
===================================================================
--- net/data/heapcheck/net_unittests.gtest.txt (revision 56913)
+++ net/data/heapcheck/net_unittests.gtest.txt (working copy)
@@ -7,3 +7,17 @@
# 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
« no previous file with comments | « no previous file | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698