| OLD | NEW |
| 1 # Takes too long to valgrind, causes timeouts | 1 # Takes too long to valgrind, causes timeouts |
| 2 BrowserTest.ThirtyFourTabs | 2 BrowserTest.ThirtyFourTabs |
| 3 # FIXME: these tests hang frequently in valgrind | 3 # FIXME: these tests hang frequently in valgrind |
| 4 SessionRestoreUITest.* | 4 SessionRestoreUITest.* |
| 5 # The reference builds have old problems; don't run them until they're updated | 5 # The reference builds have old problems; don't run them until they're updated |
| 6 # And on the Mac, they don't have symbols, even, so suppressions don't work | 6 # And on the Mac, they don't have symbols, even, so suppressions don't work |
| 7 SunSpiderReferenceTest.Perf | 7 SunSpiderReferenceTest.Perf |
| 8 V8BenchmarkReferenceTest.Perf | 8 V8BenchmarkReferenceTest.Perf |
| 9 # Buggy test; see http://crbug.com/6522 | 9 # Buggy test; see http://crbug.com/6522 |
| 10 DownloadTest.UnknownSize | 10 DownloadTest.UnknownSize |
| 11 # Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?) | 11 # Flakily hangs on Linux |
| 12 ErrorPageTest.DNSError_GoBack2Forward2 | |
| 13 # Flakily hangs on Linux, may be due to same issue | |
| 14 ErrorPageTest.DNSError_GoBack2AndForward | 12 ErrorPageTest.DNSError_GoBack2AndForward |
| 15 # Flakily hangs on Mac | |
| 16 ErrorPageTest.IFrameDNSError_GoBack | |
| 17 # Hung several times locally on mac | |
| 18 ErrorPageTest.DNSError_GoBack1 | |
| 19 # Hung one each on the mac bots | |
| 20 AutomatedUITestBase.CloseBrowserWindow | |
| 21 AutomatedUITestBase.OpenBrowserWindow | |
| 22 ErrorPageTest.DNSError_GoBack2 | |
| 23 ResourceDispatcherTest.CrossSiteNavigationErrorPage | |
| 24 SessionHistoryTest.JavascriptHistory | |
| 25 TabRestoreUITest.RestoreCrossSiteWithExistingSiteInstance | |
| 26 # Hung 7 times on the mac bots! | |
| 27 ResourceDispatcherTest.SyncXMLHttpRequest_DuringUnload | |
| 28 # Hung 4 times on the mac bots! | |
| 29 TabRestoreUITest.BasicRestoreFromClosedWindow | |
| OLD | NEW |