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

Unified Diff: chrome/test/perf/tab_switching_test.cc

Issue 11293028: GTTF: remove FAILS_ prefix, part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « chrome/test/perf/dom_checker_uitest.cc ('k') | chrome_frame/test/test_with_web_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/tab_switching_test.cc
diff --git a/chrome/test/perf/tab_switching_test.cc b/chrome/test/perf/tab_switching_test.cc
index 92f3b1149c32c65381b35a53a44e1f4846eaaa8d..e2ba2a4fa6297f9787e16f81f38793b53a183a0a 100644
--- a/chrome/test/perf/tab_switching_test.cc
+++ b/chrome/test/perf/tab_switching_test.cc
@@ -189,12 +189,12 @@ class TabSwitchingUITest : public UIPerfTest {
// This is failing, and taking forever to finish when doing so.
// http://crbug.com/102162
-TEST_F(TabSwitchingUITest, FAILS_TabSwitch) {
+TEST_F(TabSwitchingUITest, DISABLED_TabSwitch) {
RunTabSwitchingUITest("t", true);
}
// Started failing with a webkit roll in r49936. See http://crbug.com/46751
-TEST_F(TabSwitchingUITest, FAILS_TabSwitchRef) {
+TEST_F(TabSwitchingUITest, DISABLED_TabSwitchRef) {
UseReferenceBuild();
RunTabSwitchingUITest("t_ref", true);
}
« no previous file with comments | « chrome/test/perf/dom_checker_uitest.cc ('k') | chrome_frame/test/test_with_web_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698