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

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

Issue 8351058: Disable PerfSeveralTabs on win dbg, as it keeps timing out. (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/startup_test.cc
===================================================================
--- chrome/test/perf/startup_test.cc (revision 107983)
+++ chrome/test/perf/startup_test.cc (working copy)
@@ -370,7 +370,12 @@
#define MAYBE_PerfExtensionContentScript50 FLAKY_PerfExtensionContentScript50
#elif defined(OS_WIN)
// http://crbug.com/46609
+#if !defined(NDEBUG)
+// http://crbug.com/102584
+#define MAYBE_PerfSeveralTabs DISABLED_PerfSeveralTabs
+#else
#define MAYBE_PerfSeveralTabs FLAKY_PerfSeveralTabs
+#endif
#define MAYBE_PerfSeveralTabsReference PerfSeveralTabsReference
#define MAYBE_PerfRestoreSeveralTabs PerfRestoreSeveralTabs
#define MAYBE_PerfExtensionContentScript50 PerfExtensionContentScript50
« 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