OLD | NEW |
1 # Don't run FLAKY ui tests under TSan - they tend to hang the ui test runner | 1 # Don't run FLAKY ui tests under TSan - they tend to hang the ui test runner |
2 *FLAKY_* | 2 *FLAKY_* |
3 | 3 |
4 # These tests hang under ThreadSanitizer on x64 bot, | 4 # These tests hang under ThreadSanitizer on x64 bot, |
5 # see http://crbug.com/28115 | 5 # see http://crbug.com/28115 |
6 TabRestoreUITest.* | 6 TabRestoreUITest.* |
7 | 7 |
8 # These tests fail due to timeouts under TSan, http://crbug.com/32529 | 8 # These tests fail due to timeouts under TSan, http://crbug.com/32529 |
9 ChromeMainTest.SecondLaunch | 9 ChromeMainTest.SecondLaunch |
10 ChromeMainTest.ReuseBrowserInstanceWhenOpeningFile | 10 ChromeMainTest.ReuseBrowserInstanceWhenOpeningFile |
11 ResourceDispatcherTest.CrossSiteOnunloadCookie | 11 ResourceDispatcherTest.CrossSiteOnunloadCookie |
12 ResourceDispatcherTest.CrossSiteNavigationErrorPage | 12 ResourceDispatcherTest.CrossSiteNavigationErrorPage |
13 NewTabUITest.NTPHasThumbnails | 13 NewTabUITest.NTPHasThumbnails |
14 UnloadTest.CrossSiteInfiniteUnloadSync | 14 UnloadTest.CrossSiteInfiniteUnloadSync |
15 | 15 |
16 # ErrorPageTest hang flakily, see http://crbug.com/46643 | 16 # ErrorPageTest hang flakily, see http://crbug.com/46643 |
17 ErrorPageTest.DNSError_Basic | 17 ErrorPageTest.DNSError_Basic |
18 ErrorPageTest.DNSError_GoBack1 | 18 ErrorPageTest.DNSError_GoBack1 |
19 ErrorPageTest.DNSError_GoBack2 | 19 ErrorPageTest.DNSError_GoBack2 |
20 | 20 |
21 # These tests fail due to timeouts under TSan and hang the UI test runner, | 21 # These tests fail due to timeouts under TSan and hang the UI test runner, |
22 # http://crbug.com/61579 | 22 # http://crbug.com/61579 |
23 LocaleTestsDa.TestStart | 23 LocaleTestsDa.TestStart |
24 LocaleTestsHe.TestStart | 24 LocaleTestsHe.TestStart |
25 LocaleTestsZhTw.TestStart | 25 LocaleTestsZhTw.TestStart |
26 | 26 |
27 # These tests fail due to timeouts, see http://crbug.com/64619 | 27 # These tests fail due to timeouts, see http://crbug.com/64619 |
28 OptionsUITest.LoadOptionsByURL | 28 OptionsUITest.LoadOptionsByURL |
29 OptionsUITest.CommandOpensOptionsTab | 29 OptionsUITest.CommandOpensOptionsTab |
| 30 |
| 31 # Tests timing out, see http://crbug.com/92717 |
| 32 NewTabUIProcessPerTabTest.NavBeforeNTPCommit |
| 33 NewTabUITest.ChromeHangInNTP |
OLD | NEW |