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

Unified Diff: chrome/test/perf/dom_checker_uitest.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/data/webui/sample_downloads.js ('k') | chrome/test/perf/tab_switching_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/dom_checker_uitest.cc
diff --git a/chrome/test/perf/dom_checker_uitest.cc b/chrome/test/perf/dom_checker_uitest.cc
index b145b519c97e7b8cda3a0df83344c9c79c420cf2..be5f243f7898ff5480c16ba6a892066c061ea45a 100644
--- a/chrome/test/perf/dom_checker_uitest.cc
+++ b/chrome/test/perf/dom_checker_uitest.cc
@@ -230,7 +230,7 @@ class DomCheckerTest : public UITest {
};
// Always fails, see but http://crbug.com/21321
-TEST_F(DomCheckerTest, FAILS_File) {
+TEST_F(DomCheckerTest, DISABLED_File) {
if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest))
return;
@@ -243,7 +243,7 @@ TEST_F(DomCheckerTest, FAILS_File) {
// expected results file that didn't exist. Fixing that bug revealed
// that the expected results weren't correct anyway.
// http://crbug.com/21321
-TEST_F(DomCheckerTest, FAILS_Http) {
+TEST_F(DomCheckerTest, DISABLED_Http) {
if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest))
return;
« no previous file with comments | « chrome/test/data/webui/sample_downloads.js ('k') | chrome/test/perf/tab_switching_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698