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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 # Fails flakily, http://crbug.com/86783 | 98 # Fails flakily, http://crbug.com/86783 |
99 ResourceDispatcherTest.CrossSiteImmediateLoadOnunloadCookie | 99 ResourceDispatcherTest.CrossSiteImmediateLoadOnunloadCookie |
100 | 100 |
101 # Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961 | 101 # Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961 |
102 OutOfProcessPPAPITest.Instance | 102 OutOfProcessPPAPITest.Instance |
103 OutOfProcessPPAPITest.CursorControl | 103 OutOfProcessPPAPITest.CursorControl |
104 OutOfProcessPPAPITest.PostMessage | 104 OutOfProcessPPAPITest.PostMessage |
105 | 105 |
106 # Flakily times out, http://crbug.com/92527 | 106 # Flakily times out, http://crbug.com/92527 |
107 NamedInterfaceTest.BasicNamedInterface | 107 NamedInterfaceTest.BasicNamedInterface |
| 108 |
| 109 # Consistently timing out. http://crbug.com/92630 |
| 110 AutomationProxyTest.Cookies |
| 111 AutomationProxyTest.GetActiveTabIndex |
| 112 AutomationProxyTest.GetBrowserWindow |
| 113 AutomationProxyTest.GetBrowserWindowCount |
| 114 AutomationProxyTest.GetTab |
| 115 AutomationProxyTest.GetTabCount |
| 116 BookmarksUITest.TwoCommandsOneTab |
OLD | NEW |