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

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

Issue 8432007: Marking TabSwitch test as fails, it's currently taking ~1 hour to finish and fail. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 107983)
+++ chrome/test/perf/tab_switching_test.cc (working copy)
@@ -183,19 +183,20 @@
DISALLOW_COPY_AND_ASSIGN(TabSwitchingUITest);
};
+// This is failing, and taking forever to finish when doing so.
+// http://crbug.com/102162
+
+TEST_F(TabSwitchingUITest, FAILS_TabSwitch) {
+ RunTabSwitchingUITest("t", true);
+}
+
#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, 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