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 |
(...skipping 10 matching lines...) Expand all Loading... |
21 # Fails under Heapcheck http://crbug.com/93027 | 21 # Fails under Heapcheck http://crbug.com/93027 |
22 ProcessWatcherTest.ImmediateTermination | 22 ProcessWatcherTest.ImmediateTermination |
23 | 23 |
24 # Fails under Heapcheck http://crbug.com/104566 | 24 # Fails under Heapcheck http://crbug.com/104566 |
25 GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled | 25 GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled |
26 | 26 |
27 # Two memory leaks with too inconcrete stacks http://crbug.com/114988 | 27 # Two memory leaks with too inconcrete stacks http://crbug.com/114988 |
28 BookmarkEditorGtkTest.ModelsMatch | 28 BookmarkEditorGtkTest.ModelsMatch |
29 BookmarkEditorGtkTest.MoveToNewParent | 29 BookmarkEditorGtkTest.MoveToNewParent |
30 | 30 |
31 # fails with gmock errors | |
32 # http://crbug.com/117796 | |
33 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown | |
34 | |
35 # Randomly fails on the linux heapcheck bot | 31 # Randomly fails on the linux heapcheck bot |
36 HistoryQuickProviderTest.* | 32 HistoryQuickProviderTest.* |
37 | 33 |
38 # Timing out all over the place. Disabling for now. http://crbug.com/149712 | 34 # Timing out all over the place. Disabling for now. http://crbug.com/149712 |
39 AppNotificationManagerTest.* | 35 AppNotificationManagerTest.* |
40 AppNotificationManagerSyncTest.* | 36 AppNotificationManagerSyncTest.* |
41 # Timing out all over the place. Disabling for now. http://crbug.com/149715 | 37 # Timing out all over the place. Disabling for now. http://crbug.com/149715 |
42 ExtensionWebRequestTest.* | 38 ExtensionWebRequestTest.* |
43 | 39 |
44 # Don't run FLAKY or FAILS tests under the heapchecker. | 40 # Don't run FLAKY or FAILS tests under the heapchecker. |
45 # They may cause flaky leak reports and timeouts. | 41 # They may cause flaky leak reports and timeouts. |
46 *FLAKY_* | 42 *FLAKY_* |
47 *FAILS_* | 43 *FAILS_* |
48 | 44 |
OLD | NEW |