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

Unified Diff: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc

Issue 10692017: IndexedDB: IPC plumbing for WebKit::WebIDBTransaction::commit() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review nits Created 8 years, 6 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
Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
index a082903dbd9614592a328d7c7e0bb86363f93790..420a8f0a6d4a3678637d1f6864e8e2b6bacd45c5 100644
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
@@ -74,9 +74,10 @@ static const char* kKeyTests[] = {
static const char* kTransactionTests[] = {
// "transaction-abort.html", // Flaky, http://crbug.com/83226
- "transaction-abort-with-js-recursion-cross-frame.html",
- "transaction-abort-with-js-recursion.html",
- "transaction-abort-workers.html",
+// TODO(jsbell): Re-enable the following 3 tests after http://webkit.org/b/89379 lands.
+// "transaction-complete-with-js-recursion-cross-frame.html",
+// "transaction-complete-with-js-recursion.html",
+// "transaction-complete-workers.html",
"transaction-after-close.html",
"transaction-and-objectstore-calls.html",
"transaction-basics.html",
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_dispatcher_host.cc ('k') | content/common/indexed_db/indexed_db_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698