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

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

Issue 3437014: WebKit roll: 67957:68016 (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Revert r60172 (WebKit roll 67957:68016) Created 10 years, 3 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 | « DEPS ('k') | 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
diff --git a/chrome/browser/in_process_webkit/indexed_db_browsertest.cc b/chrome/browser/in_process_webkit/indexed_db_browsertest.cc
index d80ec160d0f150546f9a41c345d1e061c51f10f7..8785b80d55b56778f3167fade4e0988ad51b3626 100644
--- a/chrome/browser/in_process_webkit/indexed_db_browsertest.cc
+++ b/chrome/browser/in_process_webkit/indexed_db_browsertest.cc
@@ -52,25 +52,14 @@ class IndexedDBBrowserTest : public InProcessBrowserTest {
}
};
-// Fails after WebKit roll 67957:68016, http://crbug.com/56509
-#if defined(OS_LINUX)
-#define MAYBE_CursorTest FAILS_CursorTest
-#define MAYBE_IndexTest FAILS_IndexTest
-#define MAYBE_KeyPathTest FAILS_KeyPathTest
-#else
-#define MAYBE_CursorTest CursorTest
-#define MAYBE_IndexTest IndexTest
-#define MAYBE_KeyPathTest KeyPathTest
-#endif
-
-IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_CursorTest) {
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("cursor_test.html"))));
}
-IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_IndexTest) {
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, IndexTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("index_test.html"))));
}
-IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_KeyPathTest) {
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, KeyPathTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("key_path_test.html"))));
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698