| 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 # Buggy test; see http://crbug.com/6522 | 5 # Buggy test; see http://crbug.com/6522 |
| 6 DownloadTest.UnknownSize | 6 DownloadTest.UnknownSize |
| 7 # Flakily hangs on Linux | 7 # Flakily hangs on Linux |
| 8 ErrorPageTest.DNSError_GoBack2AndForward | 8 ErrorPageTest.DNSError_GoBack2AndForward |
| 9 # Flaky timeout on Linux; see http://crbug.com/22927 | 9 # Flaky timeout on Linux; see http://crbug.com/22927 |
| 10 UnloadTest.BrowserCloseInfiniteBeforeUnload | 10 UnloadTest.BrowserCloseInfiniteBeforeUnload |
| 11 UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert | 11 UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert |
| 12 | 12 |
| 13 # This test hangs under Valgrind; | 13 # This test hangs under Valgrind; |
| 14 # See http://crbug.com/25917 and http://crbug.com/22608 | 14 # See http://crbug.com/25917 and http://crbug.com/22608 |
| 15 WorkerTest.LimitTotal | 15 WorkerTest.LimitTotal |
| 16 | 16 |
| 17 # Don't run reference tests under Valgrind | 17 # Don't run reference tests under Valgrind |
| 18 # On the Mac, they don't have symbols, even, so suppressions don't work | 18 # On the Mac, they don't have symbols, even, so suppressions don't work |
| 19 # They probably don't have ThreadSanitizer annotations TODO(timurrrr): check | 19 # They probably don't have ThreadSanitizer annotations TODO(timurrrr): check |
| 20 *ReferenceTest.Perf | 20 *ReferenceTest.Perf |
| 21 | 21 |
| 22 # This test hangs under valgrind | 22 # This test hangs under valgrind |
| 23 # See http://crbug.com/27764 | 23 # See http://crbug.com/27764 |
| 24 NewTabUITest.HomePageLink | 24 NewTabUITest.HomePageLink |
| 25 |
| 26 # Hangs frequently under valgrind on Mac |
| 27 # See http://crbug.com/29208 |
| 28 TabRestoreUITest.* |
| OLD | NEW |