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

Unified Diff: chrome/browser/in_process_webkit/indexed_db_browsertest.cc

Issue 6258019: Disable IndexedDBBrowserTest.KeyPathTest per WebKit revision 76531.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months 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/browser/in_process_webkit/indexed_db_browsertest.cc
===================================================================
--- chrome/browser/in_process_webkit/indexed_db_browsertest.cc (revision 72375)
+++ chrome/browser/in_process_webkit/indexed_db_browsertest.cc (working copy)
@@ -58,13 +58,14 @@
}
// Flaky on windows, see http://crbug.com/67422 and http://crbug.com/69293.
-#if defined(OS_WIN)
-#define MAYBE_KeyPathTest FLAKY_KeyPathTest
-#else
-#define MAYBE_KeyPathTest KeyPathTest
-#endif
+//#if defined(OS_WIN)
+//#define MAYBE_KeyPathTest FLAKY_KeyPathTest
+//#else
+//#define MAYBE_KeyPathTest KeyPathTest
+//#endif
-IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_KeyPathTest) {
+// Disabled per http://trac.webkit.org/changeset/76531. See http://crbug.com/70665.
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISABLED_KeyPathTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("key_path_test.html"))));
}
« 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