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

Unified Diff: ash/wm/system_modal_container_layout_manager_unittest.cc

Issue 16539005: Skip mulitple-dispay tests on win8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again, and comment Created 7 years, 6 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: ash/wm/system_modal_container_layout_manager_unittest.cc
diff --git a/ash/wm/system_modal_container_layout_manager_unittest.cc b/ash/wm/system_modal_container_layout_manager_unittest.cc
index 15107a4f266c48b2239567327c7b87e905f6bbcd..2bd89ea5e8735903266d9f4f2e4c88eac0922f9c 100644
--- a/ash/wm/system_modal_container_layout_manager_unittest.cc
+++ b/ash/wm/system_modal_container_layout_manager_unittest.cc
@@ -437,14 +437,9 @@ TEST_F(SystemModalContainerLayoutManagerTest, ShowNormalBackgroundOrLocked) {
// TODO(mukai): add the test case when the bug is fixed.
}
-#if defined(OS_WIN)
-// Multiple displays are not supported on Windows Ash. http://crbug.com/165962
-#define MAYBE_MultiDisplays DISABLED_MultiDisplays
-#else
-#define MAYBE_MultiDisplays MultiDisplays
-#endif
+TEST_F(SystemModalContainerLayoutManagerTest, MultiDisplays) {
+ RETURN_IF_WIN8;
-TEST_F(SystemModalContainerLayoutManagerTest, MAYBE_MultiDisplays) {
UpdateDisplay("500x500,500x500");
scoped_ptr<aura::Window> normal(OpenToplevelTestWindow(false));

Powered by Google App Engine
This is Rietveld 408576698