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 21 matching lines...) Expand all Loading... |
32 DiskCacheEntryTest.NewEvictionEvictOldEntries | 32 DiskCacheEntryTest.NewEvictionEvictOldEntries |
33 | 33 |
34 # Hang. crbug.com/265647. | 34 # Hang. crbug.com/265647. |
35 NetworkChangeNotifierWinTest.NetChangeWin* | 35 NetworkChangeNotifierWinTest.NetChangeWin* |
36 | 36 |
37 # Fails frequently. crbug.com/310348 | 37 # Fails frequently. crbug.com/310348 |
38 # Flaky failing tests: crbug.com/343565-c#2 | 38 # Flaky failing tests: crbug.com/343565-c#2 |
39 EmbeddedTestServerThreadingTestInstantiation* | 39 EmbeddedTestServerThreadingTestInstantiation* |
40 | 40 |
41 # Hang: crbug.com/331468 | 41 # Hang: crbug.com/331468 |
42 MultiThreadedCertVerifierTest.DifferentCACerts | 42 MultiThreadedCertVerifierTest.* |
43 MultiThreadedCertVerifierTest.CancelRequest | |
44 | 43 |
45 # Hang: crbug.com/343565 | 44 # Hang: crbug.com/343565 |
46 TestCompletionCallbackTest.Simple | 45 TestCompletionCallbackTest.Simple |
47 MultiThreadedCertVerifierTest.CacheHit | |
48 | 46 |
49 # Failing tests: crbug.com/343565 | 47 # Failing tests: crbug.com/343565 |
50 HttpServerTest.RequestWithTooLargeBody | 48 HttpServerTest.RequestWithTooLargeBody |
51 TransportClientSocketPoolTest.IPv6FallbackSocketIPv6FinishesFirst | 49 TransportClientSocketPoolTest.IPv6FallbackSocketIPv6FinishesFirst |
52 NextProto_SpdyStreamTest.SendLargeDataAfterOpenRequestResponse_2 | 50 NextProto_SpdyStreamTest.SendLargeDataAfterOpenRequestResponse_2 |
53 NextProto_SpdyStreamTest.SendLargeDataAfterOpenRequestResponse_4 | 51 NextProto_SpdyStreamTest.SendLargeDataAfterOpenRequestResponse_4 |
54 | 52 |
55 # Failing test: crbug.com/344428 | 53 # Failing test: crbug.com/344428 |
56 MDnsTest.TransactionWithCache | 54 MDnsTest.TransactionWithCache |
57 | 55 |
58 # Failing test: crbug.com/344429 | 56 # Failing test: crbug.com/344429 |
59 ProxyScriptFetcherImplTest.NoCache | 57 ProxyScriptFetcherImplTest.NoCache |
OLD | NEW |