OLD | NEW |
1 # These test fail due to mmap Valgrind failures, see http://crbug.com/66677 | 1 # These test fail due to mmap Valgrind failures, see http://crbug.com/66677 |
2 CollectedCookiesTest.DoubleDisplay | 2 CollectedCookiesTest.DoubleDisplay |
3 CollectedCookiesTest.NavigateAway | 3 CollectedCookiesTest.NavigateAway |
4 InfoBarsUITest.TestInfoBarsCloseOnNewTheme | 4 InfoBarsUITest.TestInfoBarsCloseOnNewTheme |
5 FastShutdown.SlowTermination | 5 FastShutdown.SlowTermination |
6 MouseLeaveTest.TestOnMouseOut | 6 MouseLeaveTest.TestOnMouseOut |
7 NotificationsPermissionTest.TestNoUserGestureInfobar | 7 NotificationsPermissionTest.TestNoUserGestureInfobar |
8 NotificationsPermissionTest.TestUserGestureInfobar | 8 NotificationsPermissionTest.TestUserGestureInfobar |
9 | 9 |
10 # These test fail due to timeout or limited buildslave support; | 10 # These test fail due to timeout or limited buildslave support; |
11 # http://crbug.com/67301 | 11 # http://crbug.com/67301 |
12 BrowserFocusTest.InterstitialFocus | 12 BrowserFocusTest.InterstitialFocus |
13 BrowserFocusTest.FindFocusTest | 13 BrowserFocusTest.FindFocusTest |
14 BrowserFocusTest.FocusTraversalOnInterstitial | 14 BrowserFocusTest.FocusTraversalOnInterstitial |
15 | 15 |
16 # Don't run FAILS_ tests under Valgrind/TSan, see http://crbug.com/67959 | 16 # Don't run FAILS_ tests under Valgrind/TSan, see http://crbug.com/67959 |
17 # NB: Don't use FAILS_ or it will be turned into *.* by chrome_tests.py :) | 17 # NB: Don't use FAILS_ or it will be turned into *.* by chrome_tests.py :) |
18 *.FAILS* | 18 *.FAILS* |
19 | 19 |
20 # Fails under Valgrind, see http://crbug.com/68068 | 20 # Fails under Valgrind, see http://crbug.com/68068 |
21 DevToolsSanityTest.TestPauseWhenScriptIsRunning | 21 DevToolsSanityTest.TestPauseWhenScriptIsRunning |
| 22 |
| 23 # These tests time out under Valgrind, see http://crbug.com/163880 |
| 24 BrowserFocusTest.FocusOnReload |
| 25 CommandsApiTest.Basic |
| 26 ExtensionApiTest.NotificationsHasPermissionManifest |
| 27 ExtensionCrashRecoveryTest.ReloadTabsWithBackgroundPage |
| 28 ExtensionCrashRecoveryTest.TwoExtensionsCrashBothAtOnce |
| 29 ExtensionCrashRecoveryTest.TwoExtensionsCrashFirst |
| 30 ExtensionCrashRecoveryTest.TwoExtensionsOneByOne |
| 31 FullscreenControllerInteractiveTest.TestTabExitsMouseLockOnNavigation |
| 32 OmniboxViewTest.Escape |
OLD | NEW |