OLD | NEW |
1 # Hangs sometimes; see http://crbug.com/22146 | 1 # Hangs sometimes; see http://crbug.com/22146 |
2 VisitedLinkEventsTest.Coalescense | 2 VisitedLinkEventsTest.Coalescense |
3 # Hangs sometimes; see http://crbug.com/22160 | 3 # Hangs sometimes; see http://crbug.com/22160 |
4 VisitedLinkRelayTest.Basics | 4 VisitedLinkRelayTest.Basics |
5 # Hangs (or takes forever?) reliably on bots; see http://crbug.com/23580 | 5 # Hangs (or takes forever?) reliably on bots; see http://crbug.com/23580 |
6 RenderViewTest.ImeComposition | 6 RenderViewTest.ImeComposition |
7 # Hangs sometimes; see http://crbug.com/52844 | 7 # Hangs sometimes; see http://crbug.com/52844 |
8 PredictorTest.MassiveConcurrentLookupTest | 8 PredictorTest.MassiveConcurrentLookupTest |
9 # Pure virtual method called: see http://crbug.com/50950 | 9 # Pure virtual method called: see http://crbug.com/50950 |
10 ConnectionTesterTest.RunAllTests | 10 ConnectionTesterTest.RunAllTests |
(...skipping 13 matching lines...) Expand all Loading... |
24 # Flaky and not very interesting under Valgrind http://crbug.com/93027 | 24 # Flaky and not very interesting under Valgrind http://crbug.com/93027 |
25 ProcessWatcherTest.ImmediateTermination | 25 ProcessWatcherTest.ImmediateTermination |
26 | 26 |
27 # Timing out all over the place. Disabling for now. http://crbug.com/149715 | 27 # Timing out all over the place. Disabling for now. http://crbug.com/149715 |
28 ExtensionWebRequestTest.* | 28 ExtensionWebRequestTest.* |
29 # Timing out all over the place. Disabling for now. http://crbug.com/149882 | 29 # Timing out all over the place. Disabling for now. http://crbug.com/149882 |
30 NativeMessagingTest.* | 30 NativeMessagingTest.* |
31 | 31 |
32 # Timing out all over the place. Disabling for now. http://crbug.com/164589 | 32 # Timing out all over the place. Disabling for now. http://crbug.com/164589 |
33 StorageInfoProviderTest.* | 33 StorageInfoProviderTest.* |
34 | |
35 # Speculative disabling to see if it stops unit_tests hangs. | |
36 # http://crbug.com/180467 | |
37 TopSitesTest.CreateTopSitesThenHistory | |
OLD | NEW |