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 17 matching lines...) Expand all Loading... |
28 BookmarkEditorGtkTest.ModelsMatch | 28 BookmarkEditorGtkTest.ModelsMatch |
29 BookmarkEditorGtkTest.MoveToNewParent | 29 BookmarkEditorGtkTest.MoveToNewParent |
30 | 30 |
31 # fails with gmock errors | 31 # fails with gmock errors |
32 # http://crbug.com/117796 | 32 # http://crbug.com/117796 |
33 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown | 33 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown |
34 | 34 |
35 # Randomly fails on the linux heapcheck bot | 35 # Randomly fails on the linux heapcheck bot |
36 HistoryQuickProviderTest.* | 36 HistoryQuickProviderTest.* |
37 | 37 |
38 # http://crbug.com/146265 | |
39 InMemoryURLIndexTest.* | |
40 | |
41 # Don't run FLAKY or FAILS tests under the heapchecker. | 38 # Don't run FLAKY or FAILS tests under the heapchecker. |
42 # They may cause flaky leak reports and timeouts. | 39 # They may cause flaky leak reports and timeouts. |
43 *FLAKY_* | 40 *FLAKY_* |
44 *FAILS_* | 41 *FAILS_* |
OLD | NEW |