| OLD | NEW |
| (Empty) |
| 1 # Disable JavaScript tests that cause V8 to install a SIGPROF handler that | |
| 2 # times out the subsequent fork() calls. | |
| 3 # http://crbug.com/79320 | |
| 4 *Json* | |
| 5 | |
| 6 # Failing after Lucid migration. http://crbug.com/82715 | |
| 7 MultiProcessLockTest.BasicCreationTest | |
| 8 MultiProcessLockTest.LockScope | |
| 9 MultiProcessLockTest.RecursiveLock | |
| 10 MultiProcessLockTest.SimpleLock | |
| 11 ServiceProcessStateTest.ForceShutdown | |
| 12 ServiceProcessStateTest.ReadyState | |
| 13 ServiceProcessStateTest.Singleton | |
| 14 | |
| 15 # http://crbug.com/88221 | |
| 16 ConnectionTesterTest.DeleteWhileInProgress | |
| 17 | |
| 18 # Fails under Heapcheck http://crbug.com/93027 | |
| 19 ProcessWatcherTest.ImmediateTermination | |
| 20 | |
| 21 # Two memory leaks with too inconcrete stacks http://crbug.com/114988 | |
| 22 BookmarkEditorGtkTest.ModelsMatch | |
| 23 BookmarkEditorGtkTest.MoveToNewParent | |
| 24 | |
| 25 # Timing out all over the place. Disabling for now. http://crbug.com/149715 | |
| 26 ExtensionWebRequestTest.* | |
| 27 | |
| 28 # Crashes occasionally. http://crbug.com/165458 | |
| 29 BackgroundApplicationListModelTest.ExplicitTest | |
| 30 | |
| 31 # Timing out. Disabling for now. http://crbug.com/175496 | |
| 32 ExtensionAppModelBuilderTest.OnExtensionMoved | |
| 33 | |
| 34 # Don't run FLAKY or FAILS tests under the heapchecker. | |
| 35 # They may cause flaky leak reports and timeouts. | |
| 36 *FLAKY_* | |
| 37 *FAILS_* | |
| OLD | NEW |