| 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
|
|
|