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

Side by Side 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: Just use RunLayoutTest Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/test/layout_browsertest.h" 5 #include "content/test/layout_browsertest.h"
6 6
7 namespace content { 7 namespace content {
8 8
9 class IndexedDBLayoutTest : public InProcessBrowserLayoutTest { 9 class IndexedDBLayoutTest : public InProcessBrowserLayoutTest {
10 public: 10 public:
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 } 140 }
141 141
142 IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, IntVersionTests2) { 142 IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, IntVersionTests2) {
143 RunLayoutTests(kIntVersionTests2); 143 RunLayoutTests(kIntVersionTests2);
144 } 144 }
145 145
146 IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, RegressionTests) { 146 IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, RegressionTests) {
147 RunLayoutTests(kRegressionTests); 147 RunLayoutTests(kRegressionTests);
148 } 148 }
149 149
150 // TODO(jsbell): Remove this when data has been gathered.
151 IN_PROC_BROWSER_TEST_F(IndexedDBLayoutTest, FLAKY_FlakyTests) {
152 RunLayoutTest("key-type-array.html");
153 }
154
150 } // namespace content 155 } // namespace content
OLDNEW
« 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