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

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

Issue 11746026: IndexedDB: Re-enable intversion-close-between-events test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 db9cb3824b28c19b30350512c706a8b9bbfa9f41..76b3acf711c8d6bfacf4b712a7284083fff967f5 100644
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
@@ -92,8 +92,7 @@ static const char* kRegressionTests[] = {
const char* kIntVersionTests[] = {
"intversion-abort-in-initial-upgradeneeded.html",
"intversion-blocked.html",
- // Flaky, http://crbug.com/163694
- // "intversion-close-between-events.html",
+ "intversion-close-between-events.html",
"intversion-close-in-oncomplete.html",
"intversion-close-in-upgradeneeded.html",
"delete-in-upgradeneeded-close-in-open-success.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