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

Unified Diff: chrome/test/page_cycler/page_cycler_test.cc

Issue 3191025: Disable page_cycler_database everywhere. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/page_cycler/page_cycler_test.cc
===================================================================
--- chrome/test/page_cycler/page_cycler_test.cc (revision 57265)
+++ chrome/test/page_cycler/page_cycler_test.cc (working copy)
@@ -499,9 +499,8 @@
// HTML5 database tests
// These tests are _really_ slow on XP/Vista.
-// crbug.com/53140: The Mac perf bot is not happy with this test suite either,
-// even though it doesn't seem to be a problem related to this test suite.
-#if !defined(OS_WIN) && !defined(OS_MAC)
+// crbug.com/53140: Disable this test suite everywhere.
+#if 0
PAGE_CYCLER_DATABASE_TESTS("select-transactions",
SelectTransactions);
PAGE_CYCLER_DATABASE_TESTS("select-readtransactions",
« 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