OLD | NEW |
1 # This test has been failing on our heapchecker bot since circa Build 5778. | 1 # This test has been failing on our heapchecker bot since circa Build 5778. |
2 # http://crbug.com/79000 | 2 # http://crbug.com/79000 |
3 RendererMainTest.CreateDestroy | 3 RendererMainTest.CreateDestroy |
4 | 4 |
5 # Disable JavaScript tests that cause V8 to install a SIGPROF handler that | 5 # Disable JavaScript tests that cause V8 to install a SIGPROF handler that |
6 # times out the subsequent fork() calls. | 6 # times out the subsequent fork() calls. |
7 # http://crbug.com/79320 | 7 # http://crbug.com/79320 |
8 *Json* | 8 *Json* |
9 | 9 |
10 # Failing after Lucid migration. http://crbug.com/82715 | 10 # Failing after Lucid migration. http://crbug.com/82715 |
11 MultiProcessLockTest.BasicCreationTest | 11 MultiProcessLockTest.BasicCreationTest |
12 MultiProcessLockTest.LockScope | 12 MultiProcessLockTest.LockScope |
13 MultiProcessLockTest.RecursiveLock | 13 MultiProcessLockTest.RecursiveLock |
14 MultiProcessLockTest.SimpleLock | 14 MultiProcessLockTest.SimpleLock |
15 ServiceProcessStateTest.ForceShutdown | 15 ServiceProcessStateTest.ForceShutdown |
16 ServiceProcessStateTest.ReadyState | 16 ServiceProcessStateTest.ReadyState |
17 ServiceProcessStateTest.Singleton | 17 ServiceProcessStateTest.Singleton |
18 | 18 |
19 # Failing on Chromium OS. http://crbug.com/104826 | 19 # Failing on Chromium OS. http://crbug.com/104826 |
20 GViewRequestInterceptorTest.DoNotInterceptDownload | 20 GViewRequestInterceptorTest.DoNotInterceptDownload |
21 | 21 |
22 # Fails under Heapcheck http://crbug.com/93027 | 22 # Fails under Heapcheck http://crbug.com/93027 |
23 ProcessWatcherTest.ImmediateTermination | 23 ProcessWatcherTest.ImmediateTermination |
24 | 24 |
25 # Fails under Heapcheck http://crbug.com/104566 | 25 # Fails under Heapcheck http://crbug.com/104566 |
26 GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled | 26 GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled |
27 | 27 |
28 # Crashing on CrOS. http://crbug.com/105335 | 28 # Crashing on CrOS. http://crbug.com/105335 |
29 BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket | 29 BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket |
30 | |
31 # Fails under Heapcheck. http://crbug.com/106041 | |
32 GAIAInfoUpdateServiceTest.ShouldUseGAIAProfileInfo | |
OLD | NEW |