| 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 27 matching lines...) Expand all Loading... |
| 38 | 38 |
| 39 # See http://crbug.com/104805 | 39 # See http://crbug.com/104805 |
| 40 HostResolverImplTest.OnlyAbortExistingRequestsOnIPAddressChange | 40 HostResolverImplTest.OnlyAbortExistingRequestsOnIPAddressChange |
| 41 | 41 |
| 42 # See http://crbug.com/50346 | 42 # See http://crbug.com/50346 |
| 43 DiskCacheEntryTest.InternalAsyncIO | 43 DiskCacheEntryTest.InternalAsyncIO |
| 44 DiskCacheEntryTest.ExternalAsyncIO | 44 DiskCacheEntryTest.ExternalAsyncIO |
| 45 DiskCacheEntryTest.ExternalSyncIO | 45 DiskCacheEntryTest.ExternalSyncIO |
| 46 DiskCacheEntryTest.ExternalSyncIONoBuffer | 46 DiskCacheEntryTest.ExternalSyncIONoBuffer |
| 47 DiskCacheEntryTest.ExternalAsyncIONoBuffer | 47 DiskCacheEntryTest.ExternalAsyncIONoBuffer |
| 48 DiskCacheEntryTest.StreamAccess |
| OLD | NEW |