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

Side by Side Diff: chrome/test/perf/tab_switching_test.cc

Issue 8432007: Marking TabSwitch test as fails, it's currently taking ~1 hour to finish and fail. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/environment.h" 6 #include "base/environment.h"
7 #include "base/file_path.h" 7 #include "base/file_path.h"
8 #include "base/file_util.h" 8 #include "base/file_util.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/path_service.h" 10 #include "base/path_service.h"
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 private: 176 private:
177 void AddLaunchArguments() { 177 void AddLaunchArguments() {
178 launch_arguments_.AppendSwitch(switches::kEnableLogging); 178 launch_arguments_.AppendSwitch(switches::kEnableLogging);
179 launch_arguments_.AppendSwitch(switches::kDumpHistogramsOnExit); 179 launch_arguments_.AppendSwitch(switches::kDumpHistogramsOnExit);
180 launch_arguments_.AppendSwitchASCII(switches::kLoggingLevel, "0"); 180 launch_arguments_.AppendSwitchASCII(switches::kLoggingLevel, "0");
181 } 181 }
182 182
183 DISALLOW_COPY_AND_ASSIGN(TabSwitchingUITest); 183 DISALLOW_COPY_AND_ASSIGN(TabSwitchingUITest);
184 }; 184 };
185 185
186 // This is failing, and taking forever to finish when doing so.
187 // http://crbug.com/102162
188
189 TEST_F(TabSwitchingUITest, FAILS_TabSwitch) {
190 RunTabSwitchingUITest("t", true);
191 }
192
186 #if defined(OS_WIN) 193 #if defined(OS_WIN)
187 // Started failing with a webkit roll in r49936. See http://crbug.com/46751 194 // Started failing with a webkit roll in r49936. See http://crbug.com/46751
188 #define MAYBE_TabSwitch FAILS_TabSwitch
189 #define MAYBE_TabSwitchRef FAILS_TabSwitchRef 195 #define MAYBE_TabSwitchRef FAILS_TabSwitchRef
190 #else 196 #else
191 #define MAYBE_TabSwitch TabSwitch
192 #define MAYBE_TabSwitchRef TabSwitchRef 197 #define MAYBE_TabSwitchRef TabSwitchRef
193 #endif 198 #endif
194 199
195 TEST_F(TabSwitchingUITest, MAYBE_TabSwitch) {
196 RunTabSwitchingUITest("t", true);
197 }
198
199 TEST_F(TabSwitchingUITest, MAYBE_TabSwitchRef) { 200 TEST_F(TabSwitchingUITest, MAYBE_TabSwitchRef) {
200 UseReferenceBuild(); 201 UseReferenceBuild();
201 RunTabSwitchingUITest("t_ref", true); 202 RunTabSwitchingUITest("t_ref", true);
202 } 203 }
203 204
204 } // namespace 205 } // namespace
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