| OLD | NEW |
| 1 # Times out. See http://crbug.com/134313 | 1 # Times out. See http://crbug.com/134313 |
| 2 URLRequestTestHTTP.GetTest_ManyCookies | 2 URLRequestTestHTTP.GetTest_ManyCookies |
| 3 | 3 |
| 4 # Dr. Memory hits an assertion: | 4 # Dr. Memory hits an assertion: |
| 5 # https://github.com/DynamoRIO/drmemory/issues/422 | 5 # https://github.com/DynamoRIO/drmemory/issues/422 |
| 6 HttpAuthTest.* | 6 HttpAuthTest.* |
| 7 HttpAuthHandlerFactoryTest.* | 7 HttpAuthHandlerFactoryTest.* |
| 8 X509CertificateTest.* | 8 X509CertificateTest.* |
| 9 | 9 |
| 10 # Too many uninits and too slow. TODO(timurrrr): investigate uninits | 10 # Too many uninits and too slow. TODO(timurrrr): investigate uninits |
| 11 ProxyResolverV8Test.* | 11 ProxyResolverV8Test.* |
| 12 | 12 |
| 13 # Slow | 13 # Slow |
| 14 CookieMonsterTest.GarbageCollectionTriggers | 14 CookieMonsterTest.GarbageCollectionTriggers |
| 15 | 15 |
| 16 # Flaky, see http://crbug.com/108422 | 16 # Flaky, see http://crbug.com/108422 |
| 17 SSLClientSocketTest.* | 17 SSLClientSocketTest.* |
| 18 | 18 |
| 19 # DrM-i#1465 | 19 # DrM-i#1465 |
| 20 URLRequestTest.ResolveShortcutTest | 20 URLRequestTest.ResolveShortcutTest |
| 21 | 21 |
| 22 # Crashes, http://crbug.com/369840 | 22 # Crashes, http://crbug.com/369840 |
| 23 ProxyResolverV8TracingTest.MultipleResolvers | 23 ProxyResolverV8TracingTest.MultipleResolvers |
| 24 | 24 |
| 25 # http://crbug.com/400521 | 25 # http://crbug.com/400521 |
| 26 HttpServerTest.RequestWithTooLargeBody | 26 HttpServerTest.RequestWithTooLargeBody |
| 27 | 27 |
| 28 # http://crbug.com/504198 | 28 # http://crbug.com/504198 |
| 29 DiskCacheEntryTest.ExternalAsyncIONoBuffer | 29 DiskCacheEntryTest.ExternalAsyncIONoBuffer |
| 30 |
| 31 # http://crbug.com/557993 |
| 32 ProxyResolverV8TracingWrapperTest.Terminate |
| OLD | NEW |