OLD | NEW |
1 # Disable JavaScript tests that cause V8 to install a SIGPROF handler that | 1 # Disable JavaScript tests that cause V8 to install a SIGPROF handler that |
2 # times out the subsequent fork() calls. | 2 # times out the subsequent fork() calls. |
3 # http://crbug.com/79320 | 3 # http://crbug.com/79320 |
4 *Json* | 4 *Json* |
5 | 5 |
6 # Failing after Lucid migration. http://crbug.com/82715 | 6 # Failing after Lucid migration. http://crbug.com/82715 |
7 MultiProcessLockTest.BasicCreationTest | 7 MultiProcessLockTest.BasicCreationTest |
8 MultiProcessLockTest.LockScope | 8 MultiProcessLockTest.LockScope |
9 MultiProcessLockTest.RecursiveLock | 9 MultiProcessLockTest.RecursiveLock |
10 MultiProcessLockTest.SimpleLock | 10 MultiProcessLockTest.SimpleLock |
11 ServiceProcessStateTest.ForceShutdown | 11 ServiceProcessStateTest.ForceShutdown |
12 ServiceProcessStateTest.ReadyState | 12 ServiceProcessStateTest.ReadyState |
13 ServiceProcessStateTest.Singleton | 13 ServiceProcessStateTest.Singleton |
14 | 14 |
15 # http://crbug.com/88221 | 15 # http://crbug.com/88221 |
16 ConnectionTesterTest.DeleteWhileInProgress | 16 ConnectionTesterTest.DeleteWhileInProgress |
17 | 17 |
18 # Failing on Chromium OS. http://crbug.com/104826 | |
19 GViewRequestInterceptorTest.DoNotInterceptDownload | |
20 | |
21 # Fails under Heapcheck http://crbug.com/93027 | 18 # Fails under Heapcheck http://crbug.com/93027 |
22 ProcessWatcherTest.ImmediateTermination | 19 ProcessWatcherTest.ImmediateTermination |
23 | 20 |
24 # Fails under Heapcheck http://crbug.com/104566 | |
25 GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled | |
26 | |
27 # Two memory leaks with too inconcrete stacks http://crbug.com/114988 | 21 # Two memory leaks with too inconcrete stacks http://crbug.com/114988 |
28 BookmarkEditorGtkTest.ModelsMatch | 22 BookmarkEditorGtkTest.ModelsMatch |
29 BookmarkEditorGtkTest.MoveToNewParent | 23 BookmarkEditorGtkTest.MoveToNewParent |
30 | 24 |
31 # fails with gmock errors | 25 # fails with gmock errors |
32 # http://crbug.com/117796 | 26 # http://crbug.com/117796 |
33 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown | 27 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown |
34 | 28 |
35 # Randomly fails on the linux heapcheck bot | 29 # Randomly fails on the linux heapcheck bot |
36 HistoryQuickProviderTest.* | 30 HistoryQuickProviderTest.* |
37 | 31 |
38 # Timing out all over the place. Disabling for now. http://crbug.com/149712 | 32 # Timing out all over the place. Disabling for now. http://crbug.com/149712 |
39 AppNotificationManagerTest.* | 33 AppNotificationManagerTest.* |
40 AppNotificationManagerSyncTest.* | 34 AppNotificationManagerSyncTest.* |
41 # Timing out all over the place. Disabling for now. http://crbug.com/149715 | 35 # Timing out all over the place. Disabling for now. http://crbug.com/149715 |
42 ExtensionWebRequestTest.* | 36 ExtensionWebRequestTest.* |
43 | 37 |
44 # Don't run FLAKY or FAILS tests under the heapchecker. | 38 # Don't run FLAKY or FAILS tests under the heapchecker. |
45 # They may cause flaky leak reports and timeouts. | 39 # They may cause flaky leak reports and timeouts. |
46 *FLAKY_* | 40 *FLAKY_* |
47 *FAILS_* | 41 *FAILS_* |
48 | 42 |
OLD | NEW |