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

Unified Diff: ash/wm/frame_painter_unittest.cc

Issue 16539005: Skip mulitple-dispay tests on win8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/frame_painter_unittest.cc
diff --git a/ash/wm/frame_painter_unittest.cc b/ash/wm/frame_painter_unittest.cc
index 3c9d55ce158182525f68a14b4fb6366cadb615e0..703aafc27b779cec73ad59b3fc601ea0344bdb0a 100644
--- a/ash/wm/frame_painter_unittest.cc
+++ b/ash/wm/frame_painter_unittest.cc
@@ -475,6 +475,9 @@ TEST_F(FramePainterTest, UseSoloWindowHeaderConstrained) {
#endif
TEST_F(FramePainterTest, MAYBE_UseSoloWindowHeaderMultiDisplay) {
+ if (!SupportsMultipleDisplays())
+ return;
+
UpdateDisplay("1000x600,600x400");
// Create two widgets and painters for them.

Powered by Google App Engine
This is Rietveld 408576698