| OLD | NEW |
| 1 # See http://crbug.com/82391 | 1 # See http://crbug.com/82391 |
| 2 URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest | 2 URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest |
| 3 | 3 |
| 4 # Times out. See http://crbug.com/134313 | 4 # Times out. See http://crbug.com/134313 |
| 5 URLRequestTestHTTP.GetTest_ManyCookies | 5 URLRequestTestHTTP.GetTest_ManyCookies |
| 6 | 6 |
| 7 # Dr. Memory hits an assertion: | 7 # Dr. Memory hits an assertion: |
| 8 # http://code.google.com/p/drmemory/issues/detail?id=422 | 8 # http://code.google.com/p/drmemory/issues/detail?id=422 |
| 9 HttpAuthTest.* | 9 HttpAuthTest.* |
| 10 HttpAuthHandlerFactoryTest.* | 10 HttpAuthHandlerFactoryTest.* |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 ClientSocketPoolBaseTest.DisableCleanupTimer | 21 ClientSocketPoolBaseTest.DisableCleanupTimer |
| 22 | 22 |
| 23 # Flaky, see http://crbug.com/108422 | 23 # Flaky, see http://crbug.com/108422 |
| 24 SSLClientSocketTest.* | 24 SSLClientSocketTest.* |
| 25 | 25 |
| 26 # DrM-i#1465 | 26 # DrM-i#1465 |
| 27 URLRequestTest.ResolveShortcutTest | 27 URLRequestTest.ResolveShortcutTest |
| 28 | 28 |
| 29 # Crashes, http://crbug.com/369840 | 29 # Crashes, http://crbug.com/369840 |
| 30 ProxyResolverV8TracingTest.MultipleResolvers | 30 ProxyResolverV8TracingTest.MultipleResolvers |
| 31 |
| 32 # http://crbug.com/400521 |
| 33 HttpServerTest.RequestWithTooLargeBody |
| OLD | NEW |