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

Unified Diff: ash/display/display_manager_unittest.cc

Issue 15659012: Disabled flaky DisplayManagerTest.Rotate on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager_unittest.cc
diff --git a/ash/display/display_manager_unittest.cc b/ash/display/display_manager_unittest.cc
index 76475cb01f268672da245558076ddb05a26d9372..354a73d22c9dd0f5d56bbef013397c9477b3380e 100644
--- a/ash/display/display_manager_unittest.cc
+++ b/ash/display/display_manager_unittest.cc
@@ -702,7 +702,13 @@ TEST_F(DisplayManagerTest, AutomaticOverscanInsets) {
GetDisplayInfoAt(1).size_in_pixel().ToString());
}
-TEST_F(DisplayManagerTest, Rotate) {
+#if defined(OS_WIN)
+// Flaky on Win8 Aura: http://crbug.com/244466
+#define MAYBE_Rotate DISABLED_Rotate
+#else
+#define MAYBE_Rotate Rotate
+#endif
+TEST_F(DisplayManagerTest, MAYBE_Rotate) {
UpdateDisplay("100x200/r,300x400/l");
EXPECT_EQ("1,1 100x200",
GetDisplayInfoAt(0).bounds_in_pixel().ToString());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698