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 | |
6 # And on the Mac, they don't have symbols, even, so suppressions don't work | |
7 SunSpiderReferenceTest.Perf | |
8 V8BenchmarkReferenceTest.Perf | |
9 # Buggy test; see http://crbug.com/6522 | 5 # Buggy test; see http://crbug.com/6522 |
10 DownloadTest.UnknownSize | 6 DownloadTest.UnknownSize |
11 # Flakily hangs on Linux | 7 # Flakily hangs on Linux |
12 ErrorPageTest.DNSError_GoBack2AndForward | 8 ErrorPageTest.DNSError_GoBack2AndForward |
13 # Flaky timeout on Linux; see http://crbug.com/22927 | 9 # Flaky timeout on Linux; see http://crbug.com/22927 |
14 UnloadTest.BrowserCloseInfiniteBeforeUnload | 10 UnloadTest.BrowserCloseInfiniteBeforeUnload |
15 UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert | 11 UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert |
16 | 12 |
17 # This test hangs under Valgrind; | 13 # This test hangs under Valgrind; |
18 # See http://crbug.com/25917 and http://crbug.com/22608 | 14 # See http://crbug.com/25917 and http://crbug.com/22608 |
19 WorkerTest.LimitTotal | 15 WorkerTest.LimitTotal |
| 16 |
| 17 # Don't run reference tests under Valgrind |
| 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 |
| 20 *ReferenceTest.Perf |
OLD | NEW |