summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/page_cycler/page_cycler_test.cc10
1 files changed, 3 insertions, 7 deletions
diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc
index ec095db..63d507f 100644
--- a/chrome/test/page_cycler/page_cycler_test.cc
+++ b/chrome/test/page_cycler/page_cycler_test.cc
@@ -578,15 +578,11 @@ PAGE_CYCLER_DATABASE_TESTS("pseudo-random-transactions",
PseudoRandomTransactions);
#endif
-#if defined(OS_WIN)
-#ifndef NDEBUG
+// Indexed DB tests.
// Disabled in debug builds on Windows.
// Bug http://code.google.com/p/chromium/issues/detail?id=67918
-#define BasicInsert DISABLED_BasicInsert
-#endif // NDEBUG
-#endif // OS_WIN
-
-// Indexed DB tests.
+#if !defined(OS_WIN) || defined(NDEBUG)
PAGE_CYCLER_IDB_TESTS("basic_insert", BasicInsert);
+#endif
} // namespace