| 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 15 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 ######################################### | 27 ######################################### |
| 28 # These tests fail if you don't have our SSL certificate installed. | 28 # These tests fail if you don't have our SSL certificate installed. |
| 29 # Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests | 29 # Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests |
| 30 # if you think you want to un-comment one of the following lines. | 30 # if you think you want to un-comment one of the following lines. |
| 31 #SSLClientSocketTest.* | 31 #SSLClientSocketTest.* |
| 32 #URLRequestTest* | 32 #URLRequestTest* |
| 33 #HTTPSRequestTest.* | 33 #HTTPSRequestTest.* |
| 34 #X509CertificateTest.* | 34 #X509CertificateTest.* |
| 35 #ProxyScriptFetcherTest.* | 35 #ProxyScriptFetcherTest.* |
| OLD | NEW |