Commit 0ecd8f0d authored by dumi@chromium.org's avatar dumi@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57265 0039d316-1c4b-4281-b951-d872f2087c98
parent 36532f33
...@@ -499,7 +499,9 @@ PAGE_CYCLER_HTTP_TESTS("bloat", BloatHttp); ...@@ -499,7 +499,9 @@ PAGE_CYCLER_HTTP_TESTS("bloat", BloatHttp);
// HTML5 database tests // HTML5 database tests
// These tests are _really_ slow on XP/Vista. // These tests are _really_ slow on XP/Vista.
#if !defined(OS_WIN) // 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)
PAGE_CYCLER_DATABASE_TESTS("select-transactions", PAGE_CYCLER_DATABASE_TESTS("select-transactions",
SelectTransactions); SelectTransactions);
PAGE_CYCLER_DATABASE_TESTS("select-readtransactions", PAGE_CYCLER_DATABASE_TESTS("select-readtransactions",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment