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

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

Issue 6055009: Disabling the PageCyclerIndexedDatabaseTest.IndexedDBBasicInsertFile on Windo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 70168)
+++ chrome/test/page_cycler/page_cycler_test.cc (working copy)
@@ -578,15 +578,11 @@
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
« 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