Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # TODO: fix these. They fail because wm::CursorManager isn't created. | |
|
James Cook
2017/06/29 19:43:24
Hooray!
| |
| 2 # http://crbug.com/734806. | |
| 3 # The following fail as they use wm::CursorManager: | |
| 4 -LockStateControllerTest.LegacyLockAndShutDown | |
| 5 -LockStateControllerTest.RequestShutdownFromLockScreen | |
| 6 -LockStateControllerTest.RequestShutdownFromLoginScreen | |
| 7 | |
| 8 # TODO: fix these. They fail because ShellPortMash::IsMouseEventsEnabled() isn't | 1 # TODO: fix these. They fail because ShellPortMash::IsMouseEventsEnabled() isn't |
| 9 # implemented. http://crbug.com/734808. | 2 # implemented. http://crbug.com/734808. |
| 10 -ImmersiveFullscreenControllerTest.EndRevealViaGesture | 3 -ImmersiveFullscreenControllerTest.EndRevealViaGesture |
| 11 | 4 |
| 12 # TODO: fix these. They all timeout. http://crbug.com/734811. | 5 # TODO: fix these. They all timeout. http://crbug.com/734811. |
| 13 -ScreenRotationAnimatorSmoothAnimationTest.OverviewButtonTrayHideAnimationAlways Completes | 6 -ScreenRotationAnimatorSmoothAnimationTest.OverviewButtonTrayHideAnimationAlways Completes |
| 14 -ScreenRotationAnimatorSmoothAnimationTest.RemoveExternalPrimaryDisplayBeforeSec ondCopyCallback | 7 -ScreenRotationAnimatorSmoothAnimationTest.RemoveExternalPrimaryDisplayBeforeSec ondCopyCallback |
| 15 -ScreenRotationAnimatorSmoothAnimationTest.RemoveExternalPrimaryDisplayDuringAni mationChangedRootWindow | 8 -ScreenRotationAnimatorSmoothAnimationTest.RemoveExternalPrimaryDisplayDuringAni mationChangedRootWindow |
| 16 -ScreenRotationAnimatorSmoothAnimationTest.RemoveExternalSecondaryDisplayBeforeS econdCopyCallback | 9 -ScreenRotationAnimatorSmoothAnimationTest.RemoveExternalSecondaryDisplayBeforeS econdCopyCallback |
| 17 -ScreenRotationAnimatorSmoothAnimationTest.RotatesToDifferentRotationWithCopyCal lback | 10 -ScreenRotationAnimatorSmoothAnimationTest.RotatesToDifferentRotationWithCopyCal lback |
| 18 -ScreenRotationAnimatorSmoothAnimationTest.ShouldRotateAfterRecreateLayers | 11 -ScreenRotationAnimatorSmoothAnimationTest.ShouldRotateAfterRecreateLayers |
| 19 | 12 |
| 20 # TODO: fix these. They fail because DeviceDataManager isn't created. | 13 # TODO: fix these. They fail because DeviceDataManager isn't created. |
| 21 # http://crbug.com/734812. | 14 # http://crbug.com/734812. |
| 22 -TrayIMETest.HidesOnA11yEnabled | 15 -TrayIMETest.HidesOnA11yEnabled |
| 23 -TrayIMETest.PerformActionOnDetailedView | 16 -TrayIMETest.PerformActionOnDetailedView |
| 24 -VirtualKeyboardControllerAlwaysEnabledTest.DoesNotSuppressKeyboard | 17 -VirtualKeyboardControllerAlwaysEnabledTest.DoesNotSuppressKeyboard |
| 25 -VirtualKeyboardControllerAutoTest.DisabledIfInternalKeyboardPresent | 18 -VirtualKeyboardControllerAutoTest.DisabledIfInternalKeyboardPresent |
| 26 -VirtualKeyboardControllerAutoTest.DisabledIfNoTouchScreen | 19 -VirtualKeyboardControllerAutoTest.DisabledIfNoTouchScreen |
| 27 -VirtualKeyboardControllerAutoTest.EnabledDuringMaximizeMode | 20 -VirtualKeyboardControllerAutoTest.EnabledDuringMaximizeMode |
| 28 -VirtualKeyboardControllerAutoTest.HandleMultipleKeyboardsPresent | 21 -VirtualKeyboardControllerAutoTest.HandleMultipleKeyboardsPresent |
| 29 -VirtualKeyboardControllerAutoTest.SuppressedIfExternalKeyboardPresent | 22 -VirtualKeyboardControllerAutoTest.SuppressedIfExternalKeyboardPresent |
| 30 -VirtualKeyboardControllerAutoTest.SuppressedInMaximizedMode | 23 -VirtualKeyboardControllerAutoTest.SuppressedInMaximizedMode |
| 31 -VirtualKeyboardControllerTest.RestoreKeyboardDevices | 24 -VirtualKeyboardControllerTest.RestoreKeyboardDevices |
| 32 | 25 |
| 33 # When adding new exclusions be sure to file bug with reason. Group with the | 26 # When adding new exclusions be sure to file bug with reason. Group with the |
| 34 # above if applicable. | 27 # above if applicable. |
| OLD | NEW |