OLD | NEW |
1 # These tests fail due to unknown reasons | 1 # These tests fail due to unknown reasons |
2 # TODO(timurrrr): investigate | 2 # TODO(timurrrr): investigate |
3 CookieMonsterTest.TestLastAccess | 3 CookieMonsterTest.TestLastAccess |
4 SpdyNetwork*Error* | 4 SpdyNetwork*Error* |
5 SpdyNetwork*Get* | 5 SpdyNetwork*Get* |
6 SpdyNetworkTransactionTest.SynReplyHeadersVary | 6 SpdyNetworkTransactionTest.SynReplyHeadersVary |
7 X509CertificateTest.UnoSoftCertParsing | 7 X509CertificateTest.UnoSoftCertParsing |
8 URLRequestTest.DoNotSaveCookies | 8 URLRequestTest.DoNotSaveCookies |
9 URLRequestTest.QuitTest | 9 URLRequestTest.QuitTest |
10 | 10 |
(...skipping 18 matching lines...) Expand all Loading... |
29 | 29 |
30 # Crash. See crbug.com/234776. | 30 # Crash. See crbug.com/234776. |
31 DiskCacheEntryTest.EvictOldEntries | 31 DiskCacheEntryTest.EvictOldEntries |
32 DiskCacheEntryTest.NewEvictionEvictOldEntries | 32 DiskCacheEntryTest.NewEvictionEvictOldEntries |
33 | 33 |
34 # Hang. crbug.com/265647. | 34 # Hang. crbug.com/265647. |
35 NetworkChangeNotifierWinTest.NetChangeWinBasic | 35 NetworkChangeNotifierWinTest.NetChangeWinBasic |
36 NetworkChangeNotifierWinTest.NetChangeWinSignal | 36 NetworkChangeNotifierWinTest.NetChangeWinSignal |
37 NetworkChangeNotifierWinTest.NetChangeWinFailSignal* | 37 NetworkChangeNotifierWinTest.NetChangeWinFailSignal* |
38 | 38 |
| 39 # Fails frequently. crbug.com/310348 |
| 40 EmbeddedTestServerThreadingTestInstantiation.* |
| 41 |
39 # Hang: crbug.com/331468 | 42 # Hang: crbug.com/331468 |
40 MultiThreadedCertVerifierTest.DifferentCACerts | 43 MultiThreadedCertVerifierTest.DifferentCACerts |
OLD | NEW |