| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 AutomationProxyTest.Cookies | 115 AutomationProxyTest.Cookies |
| 116 AutomationProxyTest.GetActiveTabIndex | 116 AutomationProxyTest.GetActiveTabIndex |
| 117 AutomationProxyTest.GetBrowserWindow | 117 AutomationProxyTest.GetBrowserWindow |
| 118 AutomationProxyTest.GetBrowserWindowCount | 118 AutomationProxyTest.GetBrowserWindowCount |
| 119 AutomationProxyTest.GetTab | 119 AutomationProxyTest.GetTab |
| 120 AutomationProxyTest.GetTabCount | 120 AutomationProxyTest.GetTabCount |
| 121 BookmarksUITest.TwoCommandsOneTab | 121 BookmarksUITest.TwoCommandsOneTab |
| 122 | 122 |
| 123 # OptionsUITest.NavBarCheck fails, see http://crbug.com/83209 | 123 # OptionsUITest.NavBarCheck fails, see http://crbug.com/83209 |
| 124 OptionsUITest.NavBarCheck | 124 OptionsUITest.NavBarCheck |
| 125 |
| 126 # These tests fail due to timeouts, see http://crbug.com/64619 and |
| 127 # http://crbug.com/51387 |
| 128 OptionsUITest.LoadOptionsByURL |
| OLD | NEW |