| Index: ui/views/widget/widget_interactive_uitest.cc
|
| diff --git a/ui/views/widget/widget_interactive_uitest.cc b/ui/views/widget/widget_interactive_uitest.cc
|
| index 11fb5ee44449a1be3169d9d4b573bad459cff9c1..771264ec104276feb47fc80857ceaf111f03fcf5 100644
|
| --- a/ui/views/widget/widget_interactive_uitest.cc
|
| +++ b/ui/views/widget/widget_interactive_uitest.cc
|
| @@ -881,10 +881,6 @@ class ModalDialogDelegate : public DialogDelegateView {
|
| // Tests whether the focused window is set correctly when a modal window is
|
| // created and destroyed. When it is destroyed it should focus the owner window.
|
| TEST_F(WidgetTestInteractive, WindowModalWindowDestroyedActivationTest) {
|
| - // Fails on mus due to focus issues. http://crbug.com/611601
|
| - if (IsMus())
|
| - return;
|
| -
|
| TestWidgetFocusChangeListener focus_listener;
|
| WidgetFocusManager::GetInstance()->AddFocusChangeListener(&focus_listener);
|
| const std::vector<gfx::NativeView>& focus_changes =
|
| @@ -1020,11 +1016,6 @@ TEST_F(WidgetTestInteractive, CanActivateFlagIsHonored) {
|
| #if defined(USE_AURA)
|
| // Test that touch selection quick menu is not activated when opened.
|
| TEST_F(WidgetTestInteractive, TouchSelectionQuickMenuIsNotActivated) {
|
| - // Fails on mus because the USER_PRIVATE window container is not visible by
|
| - // default. See http://crbug.com/611601
|
| - if (IsMus())
|
| - return;
|
| -
|
| #if defined(OS_WIN)
|
| views_delegate()->set_use_desktop_native_widgets(true);
|
| #endif // !defined(OS_WIN)
|
| @@ -1056,8 +1047,7 @@ TEST_F(WidgetTestInteractive, TouchSelectionQuickMenuIsNotActivated) {
|
| #endif // defined(USE_AURA)
|
|
|
| TEST_F(WidgetTestInteractive, DisableViewDoesNotActivateWidget) {
|
| - // Fails on mus because the USER_PRIVATE window container is not visible by
|
| - // default. See http://crbug.com/611601
|
| + // Times out on mus. See http://crbug.com/612193
|
| if (IsMus())
|
| return;
|
|
|
|
|