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

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: 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..20ee225735d67ac20ff2d91df54e37e8e3c30118 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",
+// FIXME: Re-enable the following 3 tests after http://webkit.org/b/89379 lands.
jsbell 2012/06/27 20:05:39 These LayoutTests are renamed from transaction-abo
jam 2012/06/27 20:34:16 nit: chrome style is TODO(jsbell)
jsbell 2012/06/27 20:40:35 Done. // TODO(jsbell): learn how to write pre-su
+// "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",

Powered by Google App Engine
This is Rietveld 408576698