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 |
(...skipping 15 matching lines...) Expand all Loading... |
26 # Hangs frequently under valgrind on Mac | 26 # Hangs frequently under valgrind on Mac |
27 # See http://crbug.com/29208 | 27 # See http://crbug.com/29208 |
28 TabRestoreUITest.* | 28 TabRestoreUITest.* |
29 | 29 |
30 # Running these tests under valgrind and produces errors about "valgrind didn't | 30 # Running these tests under valgrind and produces errors about "valgrind didn't |
31 # finish writing 2 files" since the tests kill the browser process (which is | 31 # finish writing 2 files" since the tests kill the browser process (which is |
32 # actually the valgrind wrapper) in the middle of execution. | 32 # actually the valgrind wrapper) in the middle of execution. |
33 # See http://crbug.com/25176 | 33 # See http://crbug.com/25176 |
34 ProcessSingletonLinuxTest.NotifyOtherProcessFailure | 34 ProcessSingletonLinuxTest.NotifyOtherProcessFailure |
35 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost | 35 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost |
| 36 |
| 37 # These tests fail under valgrind. |
| 38 # See http://crbug.com/29579. |
| 39 AutomationProxyTest.NavigateToURLWithTimeout1 |
| 40 AutomationProxyTest.NavigateToURLWithTimeout2 |
| 41 # See http://crbug.com/29586. |
| 42 NewTabUITest.ChromeInternalLoadsNTP |
| 43 # See http://crbug.com/29592. |
| 44 WorkerTest.MultipleWorkers |
| 45 |
OLD | NEW |