OLD | NEW |
1 # Due to http://crbug.com/132867 all unit tests are broken | |
2 *.* | |
3 | |
4 # 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 |
5 # times out the subsequent fork() calls. | 2 # times out the subsequent fork() calls. |
6 # http://crbug.com/79320 | 3 # http://crbug.com/79320 |
7 *Json* | 4 *Json* |
8 | 5 |
9 # Failing after Lucid migration. http://crbug.com/82715 | 6 # Failing after Lucid migration. http://crbug.com/82715 |
10 MultiProcessLockTest.BasicCreationTest | 7 MultiProcessLockTest.BasicCreationTest |
11 MultiProcessLockTest.LockScope | 8 MultiProcessLockTest.LockScope |
12 MultiProcessLockTest.RecursiveLock | 9 MultiProcessLockTest.RecursiveLock |
13 MultiProcessLockTest.SimpleLock | 10 MultiProcessLockTest.SimpleLock |
(...skipping 21 matching lines...) Expand all Loading... |
35 # http://crbug.com/117796 | 32 # http://crbug.com/117796 |
36 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown | 33 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown |
37 | 34 |
38 # Randomly fails on the linux heapcheck bot | 35 # Randomly fails on the linux heapcheck bot |
39 HistoryQuickProviderTest.* | 36 HistoryQuickProviderTest.* |
40 | 37 |
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 |