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

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

Issue 12334099: IndexedDB: Re-enable key-type-array test as FLAKY to check current behavior (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 a05f4157e2551e683a1bc37a5963e0edefbec9bc..63addbafc654e43e5f9794957e494d60cc6f4b70 100644
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc
@@ -111,6 +111,13 @@ const char* kIntVersionTests2[] = {
NULL
};
+// TODO(jsbell): Remove this when data has been gathered.
+static const char* kFlakyTests[] = {
+ // Flaky: http://crbug.com/165671
+ "key-type-array.html",
+ NULL
+};
+
}
IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, BasicTests) {
@@ -147,4 +154,8 @@ IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, RegressionTests) {
RunLayoutTests(kRegressionTests);
}
+IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, FLAKY_FlakyTests) {
+ RunLayoutTests(kFlakyTests);
dgrogan 2013/02/26 21:14:36 FYI, you could do away with kFlakyTests and just s
+}
+
} // 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