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: chrome/browser/instant/instant_browsertest.cc

Issue 10409027: Disable or mark flaky several UI tests on Win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated Created 8 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 | chrome/browser/printing/print_dialog_cloud_interative_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_browsertest.cc
diff --git a/chrome/browser/instant/instant_browsertest.cc b/chrome/browser/instant/instant_browsertest.cc
index d7b757887bf7fa970b8c0c0ba649eaf12b868eca..2aa2d0982a0269b4b0a9ac2808c6bf02ebf3eed6 100644
--- a/chrome/browser/instant/instant_browsertest.cc
+++ b/chrome/browser/instant/instant_browsertest.cc
@@ -41,6 +41,8 @@ using content::WebContents;
// Tests are flaky on Linux because of http://crbug.com/80118.
#if defined(OS_LINUX) && !defined(USE_ASH)
#define MAYBE(TestName) DISABLED_ ## TestName
+#elif defined(OS_WIN)
+#define MAYBE(TestName) FLAKY ## TestName
#else
#define MAYBE(TestName) TestName
#endif
« no previous file with comments | « no previous file | chrome/browser/printing/print_dialog_cloud_interative_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698