OLD | NEW |
1 # Don't run FLAKY or FAILS ui tests under Valgrind. | 1 # Don't run FLAKY or FAILS ui tests under Valgrind. |
2 # They tend to generate way too many flaky Valgrind reports. | 2 # They tend to generate way too many flaky Valgrind reports. |
3 *FLAKY_* | 3 *FLAKY_* |
4 *FAILS_* | 4 *FAILS_* |
5 | 5 |
6 # Takes too long to valgrind, causes timeouts | 6 # Takes too long to valgrind, causes timeouts |
7 BrowserTest.ThirtyFourTabs | 7 BrowserTest.ThirtyFourTabs |
8 # FIXME: these tests hang frequently in valgrind | 8 # FIXME: these tests hang frequently in valgrind |
9 SessionRestoreUITest.* | 9 SessionRestoreUITest.* |
10 # Buggy test; see http://crbug.com/6522 | 10 # Buggy test; see http://crbug.com/6522 |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 LayoutPluginTester.NPObjectSetException | 67 LayoutPluginTester.NPObjectSetException |
68 | 68 |
69 # This doesn't pass under valgrind, because the valgrind helper prevents us | 69 # This doesn't pass under valgrind, because the valgrind helper prevents us |
70 # from properly SIGTERMing the browser process. | 70 # from properly SIGTERMing the browser process. |
71 # See http://crbug.com/42105 | 71 # See http://crbug.com/42105 |
72 BrowserTest.SessionEnd | 72 BrowserTest.SessionEnd |
73 | 73 |
74 # Fails flakily, http://crbug.com/70323 | 74 # Fails flakily, http://crbug.com/70323 |
75 AutomatedUITestBase.ShowBookmarkBar | 75 AutomatedUITestBase.ShowBookmarkBar |
76 | 76 |
| 77 # Fail, see http://crbug.com/75250 |
| 78 NewTabUITest.AboutHangInNTP |
| 79 NewTabUITest.ChromeHangInNTP |
| 80 NewTabUIProcessPerTabTest.NavBeforeNTPCommits |
| 81 |
77 # Video decoding under valgrind is really slow, see http://crbug.com/53825 | 82 # Video decoding under valgrind is really slow, see http://crbug.com/53825 |
78 MediaTest.VideoBear* | 83 MediaTest.VideoBear* |
79 | 84 |
80 # Flakily times out, http://crbug.com/85865 | 85 # Flakily times out, http://crbug.com/85865 |
81 AppCacheUITest.AppCacheLayoutTests_NoPHP | 86 AppCacheUITest.AppCacheLayoutTests_NoPHP |
82 | 87 |
83 # Flakily times out, http://crbug.com/85866 | 88 # Flakily times out, http://crbug.com/85866 |
84 MetricsServiceTest.CloseRenderersNormally | 89 MetricsServiceTest.CloseRenderersNormally |
85 | 90 |
86 # Fails flakily, http://crbug.com/46783 | 91 # Fails flakily, http://crbug.com/46783 |
(...skipping 30 matching lines...) Expand all Loading... |
117 | 122 |
118 # Times out flakily, http://crbug.com/96313 | 123 # Times out flakily, http://crbug.com/96313 |
119 AutomatedUITestBase.DuplicateTab | 124 AutomatedUITestBase.DuplicateTab |
120 | 125 |
121 # Flaky failure on Linux/ChromeOS, http://crbug.com/96553 | 126 # Flaky failure on Linux/ChromeOS, http://crbug.com/96553 |
122 GuestModeOptionsUITest.LoadOptionsByURL | 127 GuestModeOptionsUITest.LoadOptionsByURL |
123 OptionsUITest.LoadOptionsByURL | 128 OptionsUITest.LoadOptionsByURL |
124 | 129 |
125 # Flaky failure on Linux/ChromeOS, http://crbug.com/100031 | 130 # Flaky failure on Linux/ChromeOS, http://crbug.com/100031 |
126 IFrameTest.InEmptyFrame | 131 IFrameTest.InEmptyFrame |
OLD | NEW |