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

Unified Diff: components/mus/ws/window_manager_client_shelltest.cc

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: components/mus/ws/window_manager_client_shelltest.cc
diff --git a/components/mus/ws/window_manager_client_apptest.cc b/components/mus/ws/window_manager_client_shelltest.cc
similarity index 99%
rename from components/mus/ws/window_manager_client_apptest.cc
rename to components/mus/ws/window_manager_client_shelltest.cc
index fe3cc179752e84760729c5401a18458cb578f0be..b3da12c227bbfdea1309f31e92e262d96898600a 100644
--- a/components/mus/ws/window_manager_client_apptest.cc
+++ b/components/mus/ws/window_manager_client_shelltest.cc
@@ -845,8 +845,7 @@ TEST_F(WindowServerTest, Activation) {
ValidIndexOf(parent->children(), child1));
}
-// Very flaky: http://crbug.com/592313.
-TEST_F(WindowServerTest, DISABLED_ActivationNext) {
+TEST_F(WindowServerTest, ActivationNext) {
Window* parent = GetFirstWMRoot();
Window* child1 = NewVisibleWindow(parent, window_manager());
Window* child2 = NewVisibleWindow(parent, window_manager());

Powered by Google App Engine
This is Rietveld 408576698