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 hang on Linux, see http://crbug.com/46643 | 7 # Flakily hang on Linux, see http://crbug.com/46643 |
8 ErrorPageTest.DNSError_GoBack2AndForward | 8 ErrorPageTest.DNSError_GoBack2AndForward |
9 ErrorPageTest.DNSError_GoBack2Forward2 | 9 ErrorPageTest.DNSError_GoBack2Forward2 |
10 | 10 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 LayoutPluginTester.NPObjectSetException | 55 LayoutPluginTester.NPObjectSetException |
56 | 56 |
57 # Fails on valgrind | 57 # Fails on valgrind |
58 # http://crbug.com/61601 | 58 # http://crbug.com/61601 |
59 GPUUITest.UITestCanLaunchWithOSMesa | 59 GPUUITest.UITestCanLaunchWithOSMesa |
60 | 60 |
61 # This doesn't pass under valgrind, because the valgrind helper prevents us | 61 # This doesn't pass under valgrind, because the valgrind helper prevents us |
62 # from properly SIGTERMing the browser process. | 62 # from properly SIGTERMing the browser process. |
63 # See http://crbug.com/42105 | 63 # See http://crbug.com/42105 |
64 BrowserTest.PosixSessionEnd | 64 BrowserTest.PosixSessionEnd |
| 65 |
| 66 # Fails flakily. |
| 67 # http://crbug.com/70323 |
| 68 AutomatedUITestBase.ShowBookmarkBar |
OLD | NEW |