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 14 matching lines...) Expand all Loading... |
25 | 25 |
26 # Flaky under TSan and natively, see http://crbug.com/103707 | 26 # Flaky under TSan and natively, see http://crbug.com/103707 |
27 NPAPITesterBase.GetJavaScriptURL | 27 NPAPITesterBase.GetJavaScriptURL |
28 NPAPITesterBase.NPObjectIdentity | 28 NPAPITesterBase.NPObjectIdentity |
29 NPAPITesterBase.NPObjectProxy | 29 NPAPITesterBase.NPObjectProxy |
30 NPAPITesterBase.PluginThreadAsyncCall | 30 NPAPITesterBase.PluginThreadAsyncCall |
31 NPAPITesterBase.ScheduleTimer | 31 NPAPITesterBase.ScheduleTimer |
32 NPAPIVisiblePluginTester.DeletePluginInDeallocate | 32 NPAPIVisiblePluginTester.DeletePluginInDeallocate |
33 NPAPIVisiblePluginTester.GetURLRequestFailWrite | 33 NPAPIVisiblePluginTester.GetURLRequestFailWrite |
34 NPAPIVisiblePluginTester.PluginReferrerTest | 34 NPAPIVisiblePluginTester.PluginReferrerTest |
| 35 |
| 36 # Flaky under TSan, see http://crbug.com/118365 |
| 37 AudioUILayoutTest.AudioConstructor |
| 38 AudioUILayoutTest.AudioPlayEvent |
| 39 |
| 40 # These tests make TSan mad: 100+ nonsense reports, see http://crbug.com/118367 |
| 41 AutomationProxyTest.GetTabCount |
| 42 AutomationProxyTest.GetBrowserWindow |
| 43 ChromeMainTest.SecondLaunchWithIncognitoUrl |
OLD | NEW |