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 |
(...skipping 11 matching lines...) Expand all Loading... |
22 NewTabUIProcessPerTabTest.NavBeforeNTPCommits | 22 NewTabUIProcessPerTabTest.NavBeforeNTPCommits |
23 NewTabUITest.ChromeHangInNTP | 23 NewTabUITest.ChromeHangInNTP |
24 | 24 |
25 # Fail flakily only under TSan, see http://crbug.com/103020 | 25 # Fail flakily only under TSan, see http://crbug.com/103020 |
26 DOMStorageTest.LocalStorageLayoutTests | 26 DOMStorageTest.LocalStorageLayoutTests |
27 DOMStorageTest.RootLayoutTests | 27 DOMStorageTest.RootLayoutTests |
28 DOMStorageTest.SessionStorageLayoutTests | 28 DOMStorageTest.SessionStorageLayoutTests |
29 | 29 |
30 # Flaky under TSan and natively, see http://crbug.com/103707 | 30 # Flaky under TSan and natively, see http://crbug.com/103707 |
31 NPAPITesterBase.GetJavaScriptURL | 31 NPAPITesterBase.GetJavaScriptURL |
| 32 NPAPITesterBase.NPObjectIdentity |
32 NPAPITesterBase.NPObjectProxy | 33 NPAPITesterBase.NPObjectProxy |
33 NPAPITesterBase.PluginThreadAsyncCall | 34 NPAPITesterBase.PluginThreadAsyncCall |
34 NPAPITesterBase.ScheduleTimer | 35 NPAPITesterBase.ScheduleTimer |
35 NPAPIVisiblePluginTester.DeletePluginInDeallocate | 36 NPAPIVisiblePluginTester.DeletePluginInDeallocate |
| 37 NPAPIVisiblePluginTester.GetURLRequestFailWrite |
| 38 NPAPIVisiblePluginTester.PluginReferrerTest |
OLD | NEW |