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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 | 125 |
126 # Times out flakily, http://crbug.com/96313 | 126 # Times out flakily, http://crbug.com/96313 |
127 AutomatedUITestBase.DuplicateTab | 127 AutomatedUITestBase.DuplicateTab |
128 | 128 |
129 # Flaky failure on Linux/ChromeOS, http://crbug.com/96553 | 129 # Flaky failure on Linux/ChromeOS, http://crbug.com/96553 |
130 GuestModeOptionsUITest.LoadOptionsByURL | 130 GuestModeOptionsUITest.LoadOptionsByURL |
131 OptionsUITest.LoadOptionsByURL | 131 OptionsUITest.LoadOptionsByURL |
132 | 132 |
133 # Flaky failure on Linux/ChromeOS, http://crbug.com/100031 | 133 # Flaky failure on Linux/ChromeOS, http://crbug.com/100031 |
134 IFrameTest.InEmptyFrame | 134 IFrameTest.InEmptyFrame |
| 135 |
| 136 # Fails consistently on ChromeOS, http://crbug.com/104938 |
| 137 WidgetOwnershipTest.Ownership_ViewsNativeWidgetOwnsWidget |
| 138 WidgetOwnershipTest.Ownership_ViewsNativeWidgetOwnsWidget_NativeDestroy |
OLD | NEW |