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