| 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 |
| 11 # See http://crbug.com/46647 | 11 # See http://crbug.com/46647 |
| 12 DiskCacheBackendTest.* | 12 DiskCacheBackendTest.* |
| 13 | 13 |
| 14 # See http://crbug.com/47836 | 14 # See http://crbug.com/47836 |
| 15 ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit | 15 ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit |
| 16 | 16 |
| 17 # See http://crbug.com/50198 | |
| 18 SpdyHttpStreamTest.SendRequest | |
| 19 | |
| 20 ######################################### | 17 ######################################### |
| 21 # These tests fail if you don't have our SSL certificate installed. | 18 # These tests fail if you don't have our SSL certificate installed. |
| 22 # Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests | 19 # Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests |
| 23 # if you think you want to un-comment one of the following lines. | 20 # if you think you want to un-comment one of the following lines. |
| 24 #SSLClientSocketTest.* | 21 #SSLClientSocketTest.* |
| 25 #URLRequestTest* | 22 #URLRequestTest* |
| 26 #HTTPSRequestTest.* | 23 #HTTPSRequestTest.* |
| 27 #X509CertificateTest.* | 24 #X509CertificateTest.* |
| 28 #ProxyScriptFetcherTest.* | 25 #ProxyScriptFetcherTest.* |
| OLD | NEW |