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

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: 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/frame_painter_unittest.cc
diff --git a/ash/wm/frame_painter_unittest.cc b/ash/wm/frame_painter_unittest.cc
index 3c9d55ce158182525f68a14b4fb6366cadb615e0..b2910c06dd2341f9580c059f154f4c2fedafb943 100644
--- a/ash/wm/frame_painter_unittest.cc
+++ b/ash/wm/frame_painter_unittest.cc
@@ -475,6 +475,8 @@ TEST_F(FramePainterTest, UseSoloWindowHeaderConstrained) {
#endif
TEST_F(FramePainterTest, MAYBE_UseSoloWindowHeaderMultiDisplay) {
+ RETURN_IF_WIN8;
+
UpdateDisplay("1000x600,600x400");
// Create two widgets and painters for them.

Powered by Google App Engine
This is Rietveld 408576698