summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 21:31:27 +0000
committerchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 21:31:27 +0000
commitaaf7f741897c0d2cc92872a404db8c439acc1094 (patch)
treeba6de87b453e2b6d1940c70dc7c9f98213bb466d /chrome/test
parentf056c5c876caae1ae023c5e706a6bf581af56582 (diff)
downloadchromium_src-aaf7f741897c0d2cc92872a404db8c439acc1094.zip
chromium_src-aaf7f741897c0d2cc92872a404db8c439acc1094.tar.gz
chromium_src-aaf7f741897c0d2cc92872a404db8c439acc1094.tar.bz2
Revert 57265 - Disable page_cycler_database on Mac. It looks like the perf bots are
having some problems, and on Mac, those problems show up the most when running this test suite. TEST=none BUG=53140 Review URL: http://codereview.chromium.org/3119042 TBR=dumi@chromium.org Review URL: http://codereview.chromium.org/3243006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/page_cycler/page_cycler_test.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc
index b5bb354..f3d06fa4 100644
--- a/chrome/test/page_cycler/page_cycler_test.cc
+++ b/chrome/test/page_cycler/page_cycler_test.cc
@@ -492,9 +492,7 @@ PAGE_CYCLER_HTTP_TESTS("bloat", BloatHttp);
// 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)
+#if !defined(OS_WIN)
PAGE_CYCLER_DATABASE_TESTS("select-transactions",
SelectTransactions);
PAGE_CYCLER_DATABASE_TESTS("select-readtransactions",