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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # http://crbug.com/31129 -- forking Python servers may break heapchecker's 1 # http://crbug.com/31129 -- forking Python servers may break heapchecker's
2 # symbolization. 2 # symbolization.
3 URLRequestTestHTTP.* 3 URLRequestTestHTTP.*
4 # http://crbug.com/51988, http://crbug.com/51332, http://crbug.com/51330, 4 # http://crbug.com/51988, http://crbug.com/51332, http://crbug.com/51330,
5 # http://crbug.com/51328 -- leaks in NSS PKCS #12 import/export. Due to lack 5 # http://crbug.com/51328 -- leaks in NSS PKCS #12 import/export. Due to lack
6 # of stacks in NSS leaks on the heapcheck bot we can't add reasonable 6 # of stacks in NSS leaks on the heapcheck bot we can't add reasonable
7 # suppressions. So just skip the tests until we can figure out how to get 7 # suppressions. So just skip the tests until we can figure out how to get
8 # stacks, or a fixed release of NSS. 8 # stacks, or a fixed release of NSS.
9 CertDatabaseNSSTest.ImportFromPKCS12* 9 CertDatabaseNSSTest.ImportFromPKCS12*
10 # Exclude tests that simulate a crash: they leak a lot of stuff.
11 # Note that *InvalidEntry* is too general.
12 DiskCacheBackendTest.InvalidEntry
13 DiskCacheBackendTest.NewEvictionInvalidEntry
14 DiskCacheBackendTest.InvalidEntryRead
15 DiskCacheBackendTest.NewEvictionInvalidEntryRead
16 DiskCacheBackendTest.InvalidEntryWithLoad
17 DiskCacheBackendTest.NewEvictionInvalidEntryWithLoad
18 DiskCacheBackendTest.TrimInvalidEntry
19 DiskCacheBackendTest.NewEvictionTrimInvalidEntry
20 DiskCacheBackendTest.TrimInvalidEntry2
21 DiskCacheBackendTest.NewEvictionTrimInvalidEntry2
22 DiskCacheBackendTest.InvalidEntryEnumeration
23 DiskCacheBackendTest.NewEvictionInvalidEntryEnumeration
OLDNEW
« 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