| OLD | NEW |
| 1 # TODO: fix these. They fail because wm::CursorManager isn't created. | 1 # TODO: fix these. They fail because wm::CursorManager isn't created. |
| 2 # http://crbug.com/734806. | 2 # http://crbug.com/734806. |
| 3 # The following fail as they use wm::CursorManager: | 3 # The following fail as they use wm::CursorManager: |
| 4 -NativeCursorManagerAshTest.LockCursor | 4 -NativeCursorManagerAshTest.LockCursor |
| 5 -NativeCursorManagerAshTest.SetCursorSet | |
| 6 -ExtendedDesktopTest.TestCursor | 5 -ExtendedDesktopTest.TestCursor |
| 7 -LockStateControllerTest.LegacyLockAndShutDown | 6 -LockStateControllerTest.LegacyLockAndShutDown |
| 8 -LockStateControllerTest.RequestShutdownFromLockScreen | 7 -LockStateControllerTest.RequestShutdownFromLockScreen |
| 9 -LockStateControllerTest.RequestShutdownFromLoginScreen | 8 -LockStateControllerTest.RequestShutdownFromLoginScreen |
| 10 -WindowManagerTest.TestCursorClientObserver | |
| 11 -WindowSelectorTest.Basic | |
| 12 | 9 |
| 13 # TODO: fix these. They fail because ShellPortMash::IsMouseEventsEnabled() isn't | 10 # TODO: fix these. They fail because ShellPortMash::IsMouseEventsEnabled() isn't |
| 14 # implemented. http://crbug.com/734808. | 11 # implemented. http://crbug.com/734808. |
| 15 -ImmersiveFullscreenControllerTest.EndRevealViaGesture | 12 -ImmersiveFullscreenControllerTest.EndRevealViaGesture |
| 16 | 13 |
| 17 # TODO: fix these. They fail because AshNativeCursorManager isn't created | 14 # TODO: fix these. They fail because AshNativeCursorManager isn't created |
| 18 # http://crbug.com/734809. | 15 # http://crbug.com/734809. |
| 19 -WindowManagerTest.MouseEventCursors | 16 -WindowManagerTest.MouseEventCursors |
| 20 | 17 |
| 21 # TODO: fix these. They all timeout. http://crbug.com/734811. | 18 # TODO: fix these. They all timeout. http://crbug.com/734811. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 34 -VirtualKeyboardControllerAutoTest.DisabledIfInternalKeyboardPresent | 31 -VirtualKeyboardControllerAutoTest.DisabledIfInternalKeyboardPresent |
| 35 -VirtualKeyboardControllerAutoTest.DisabledIfNoTouchScreen | 32 -VirtualKeyboardControllerAutoTest.DisabledIfNoTouchScreen |
| 36 -VirtualKeyboardControllerAutoTest.EnabledDuringMaximizeMode | 33 -VirtualKeyboardControllerAutoTest.EnabledDuringMaximizeMode |
| 37 -VirtualKeyboardControllerAutoTest.HandleMultipleKeyboardsPresent | 34 -VirtualKeyboardControllerAutoTest.HandleMultipleKeyboardsPresent |
| 38 -VirtualKeyboardControllerAutoTest.SuppressedIfExternalKeyboardPresent | 35 -VirtualKeyboardControllerAutoTest.SuppressedIfExternalKeyboardPresent |
| 39 -VirtualKeyboardControllerAutoTest.SuppressedInMaximizedMode | 36 -VirtualKeyboardControllerAutoTest.SuppressedInMaximizedMode |
| 40 -VirtualKeyboardControllerTest.RestoreKeyboardDevices | 37 -VirtualKeyboardControllerTest.RestoreKeyboardDevices |
| 41 | 38 |
| 42 # When adding new exclusions be sure to file bug with reason. Group with the | 39 # When adding new exclusions be sure to file bug with reason. Group with the |
| 43 # above if applicable. | 40 # above if applicable. |
| OLD | NEW |