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

Unified Diff: chrome/test/perf/tab_switching_test.cc

Issue 7737037: Disable tab_switching_tests, which have been failing consistently on XP and Vista Interactive Per... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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: chrome/test/perf/tab_switching_test.cc
===================================================================
--- chrome/test/perf/tab_switching_test.cc (revision 99747)
+++ chrome/test/perf/tab_switching_test.cc (working copy)
@@ -183,11 +183,20 @@
DISALLOW_COPY_AND_ASSIGN(TabSwitchingUITest);
};
-TEST_F(TabSwitchingUITest, TabSwitch) {
+#if defined(OS_WIN)
+// Started failing with a webkit roll in r49936. See http://crbug.com/46751
+#define MAYBE_TabSwitch FAILS_TabSwitch
+#define MAYBE_TabSwitchRef FAILS_TabSwitchRef
+#else
+#define MAYBE_TabSwitch TabSwitch
+#define MAYBE_TabSwitchRef TabSwitchRef
+#endif
+
+TEST_F(TabSwitchingUITest, MAYBE_TabSwitch) {
RunTabSwitchingUITest("t", true);
}
-TEST_F(TabSwitchingUITest, TabSwitchRef) {
+TEST_F(TabSwitchingUITest, MAYBE_TabSwitchRef) {
UseReferenceBuild();
RunTabSwitchingUITest("t_ref", true);
}
« 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