OLD | NEW |
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 |
OLD | NEW |