OLD | NEW |
1 # See http://crbug.com/82391 | 1 # See http://crbug.com/82391 |
2 URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest | 2 URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest |
3 | 3 |
4 # Dr. Memory hits an assertion: | 4 # Dr. Memory hits an assertion: |
5 # http://code.google.com/p/drmemory/issues/detail?id=422 | 5 # http://code.google.com/p/drmemory/issues/detail?id=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 |
| 16 # Hangs only when built in release mode. |
| 17 # http://crbug.com/105762 |
| 18 ClientSocketPoolBaseTest.DisableCleanupTimer |
OLD | NEW |