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

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

Issue 12387105: IndexedDB: Re-enable previously flaky tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 c2ea6469e968306fba0cc3b12e5b8bf0bf6cc4e7..e54958d7dacd941d84bc9c543818b3282a5f5ad8 100644
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
@@ -63,8 +63,7 @@ static const char* kKeyTests[] = {
"keyrange-required-arguments.html",
"key-sort-order-across-types.html",
"key-sort-order-date.html",
- // Flaky: http://crbug.com/165671
- //"key-type-array.html",
+ "key-type-array.html",
"key-type-infinity.html",
"invalid-keys.html",
NULL
@@ -122,10 +121,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, ComplexTests) {
RunLayoutTests(kComplexTests);
}
-// TODO(dgrogan): times out flakily. http://crbug.com/153064
-// Marking FLAKY to diagnose if this is just a test duration
-// issue (and we need to split it up) or something else.
-IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, FLAKY_IndexTests) {
+IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, IndexTests) {
RunLayoutTests(kIndexTests);
}
@@ -149,9 +145,4 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, RegressionTests) {
RunLayoutTests(kRegressionTests);
}
-// TODO(jsbell): Remove this when data has been gathered.
-IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, FLAKY_FlakyTests) {
- RunLayoutTest("key-type-array.html");
-}
-
} // namespace content
« 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