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

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

Issue 10736036: IndexedDB: Re-enable browser layout tests for transactions following WK patches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: 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 d37152e2783eba5f26cdc2500648d749dc3a9777..b2f0cf5ccd3a6e2ba02e544156aeb91b6a713577 100644
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
@@ -73,11 +73,10 @@ static const char* kKeyTests[] = {
};
static const char* kTransactionTests[] = {
-// "transaction-abort.html", // Flaky, http://crbug.com/83226
-// 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-abort.html",
+ "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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698