Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2569)

Unified Diff: ash/wm/system_modal_container_layout_manager_unittest.cc

Issue 9320018: Revert 120092 - Reland 120074 -- Disable animations during aura tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/system_modal_container_layout_manager.cc ('k') | ash/wm/visibility_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_modal_container_layout_manager_unittest.cc
===================================================================
--- ash/wm/system_modal_container_layout_manager_unittest.cc (revision 120096)
+++ ash/wm/system_modal_container_layout_manager_unittest.cc (working copy)
@@ -168,8 +168,10 @@
// Tests that we can activate an unrelated window after a modal window is closed
// for a window.
+// TODO(beng): This test is disabled pending a solution re: visibility & target
+// visibility.
TEST_F(SystemModalContainerLayoutManagerTest,
- CanActivateAfterEndModalSession) {
+ DISABLED_CanActivateAfterEndModalSession) {
scoped_ptr<aura::Window> unrelated(TestWindow::OpenTestWindow(NULL, false));
unrelated->SetBounds(gfx::Rect(100, 100, 50, 50));
scoped_ptr<aura::Window> parent(TestWindow::OpenTestWindow(NULL, false));
@@ -189,8 +191,6 @@
// Now close the transient.
transient.reset();
- MessageLoopForUI::current()->RunAllPending();
-
// parent should now be active again.
EXPECT_TRUE(IsActiveWindow(parent.get()));
« no previous file with comments | « ash/wm/system_modal_container_layout_manager.cc ('k') | ash/wm/visibility_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698