| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 NoStartupWindowTest.NoStartupWindowBasicTest | 99 NoStartupWindowTest.NoStartupWindowBasicTest |
| 100 | 100 |
| 101 # http://crbug.com/89173 | 101 # http://crbug.com/89173 |
| 102 FastShutdown.SlowTermination | 102 FastShutdown.SlowTermination |
| 103 | 103 |
| 104 # Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961 | 104 # Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961 |
| 105 OutOfProcessPPAPITest.Instance | 105 OutOfProcessPPAPITest.Instance |
| 106 OutOfProcessPPAPITest.CursorControl | 106 OutOfProcessPPAPITest.CursorControl |
| 107 OutOfProcessPPAPITest.PostMessage* | 107 OutOfProcessPPAPITest.PostMessage* |
| 108 | 108 |
| 109 # Failing, may not be related to the tests above. http://crbug.com/109336 |
| 110 OutOfProcessPPAPITest.View_PageHideShow |
| 111 |
| 109 # NaCl ui_tests fail on buildbots http://crbug.com/104517 | 112 # NaCl ui_tests fail on buildbots http://crbug.com/104517 |
| 110 PPAPINaClTest* | 113 PPAPINaClTest* |
| 111 | 114 |
| 112 # Flakily times out, http://crbug.com/92527 | 115 # Flakily times out, http://crbug.com/92527 |
| 113 NamedInterfaceTest.BasicNamedInterface | 116 NamedInterfaceTest.BasicNamedInterface |
| 114 | 117 |
| 115 # These tests fail due to timeouts and hang the UI test runner, | 118 # These tests fail due to timeouts and hang the UI test runner, |
| 116 # http://crbug.com/61579 | 119 # http://crbug.com/61579 |
| 117 LocaleTestsDa.TestStart | 120 LocaleTestsDa.TestStart |
| 118 LocaleTestsHe.TestStart | 121 LocaleTestsHe.TestStart |
| (...skipping 20 matching lines...) Expand all Loading... |
| 139 | 142 |
| 140 # Leaks in audio tests http://crbug.com/106036 | 143 # Leaks in audio tests http://crbug.com/106036 |
| 141 PPAPITest.Audio_* | 144 PPAPITest.Audio_* |
| 142 OutOfProcessPPAPITest.Audio_* | 145 OutOfProcessPPAPITest.Audio_* |
| 143 | 146 |
| 144 # Started failing since r114924 http://crbug.com/108014 | 147 # Started failing since r114924 http://crbug.com/108014 |
| 145 OutOfProcessPPAPITest.InputEvent | 148 OutOfProcessPPAPITest.InputEvent |
| 146 | 149 |
| 147 # Fails on valgrind bots http://crbug.com/96767 | 150 # Fails on valgrind bots http://crbug.com/96767 |
| 148 OutOfProcessPPAPITest.FlashFullscreen | 151 OutOfProcessPPAPITest.FlashFullscreen |
| OLD | NEW |