| OLD | NEW |
| 1 # These tests fail due to SSL/Certificates/Network issues | 1 # These tests fail due to SSL/Certificates/Network issues |
| 2 # TODO(timurrrr): need to investigate. | 2 # TODO(timurrrr): need to investigate. |
| 3 HTTPSRequestTest.* | 3 HTTPSRequestTest.* |
| 4 SSLClientSocketTest.* | 4 SSLClientSocketTest.* |
| 5 URLRequestTestHTTP.* | 5 URLRequestTestHTTP.* |
| 6 URLRequestTestFTP.* | 6 URLRequestTestFTP.* |
| 7 URLRequestTest.*Cookie* | 7 URLRequestTest.*Cookie* |
| 8 URLRequestTest.QuitTest | 8 URLRequestTest.QuitTest |
| 9 ProxyScriptFetcherTest.* | 9 ProxyScriptFetcherTest.* |
| 10 X509CertificateTest.* | 10 X509CertificateTest.* |
| 11 | 11 |
| 12 # These tests fail due to unknown reasons | 12 # These tests fail due to unknown reasons |
| 13 # TODO(timurrrr): investigate | 13 # TODO(timurrrr): investigate |
| 14 CookieMonsterTest.TestLastAccess | 14 CookieMonsterTest.TestLastAccess |
| 15 SpdyNetwork*Error* | 15 SpdyNetwork*Error* |
| 16 SpdyNetwork*Get* | 16 SpdyNetwork*Get* |
| 17 |
| 18 # http://code.google.com/p/data-race-test/issues/detail?id=34 |
| 19 DiskCacheTest.Backend_DeleteOld |
| OLD | NEW |