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

Unified Diff: chrome/test/startup/feature_startup_test.cc

Issue 441026: Re-enable NewTabUIStartupTest.PerfRefWarm on Linux. Roll to a new (Closed)
Patch Set: Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/startup/feature_startup_test.cc
diff --git a/chrome/test/startup/feature_startup_test.cc b/chrome/test/startup/feature_startup_test.cc
index beb5d980c2f4f324910ba873e2413a4f21b016a8..e6aadc47b6044751c6e23dffa6bd4e249655d48a 100644
--- a/chrome/test/startup/feature_startup_test.cc
+++ b/chrome/test/startup/feature_startup_test.cc
@@ -189,10 +189,9 @@ TEST_F(NewTabUIStartupTest, PerfCold) {
UITest::DEFAULT_THEME);
}
-#if defined(OS_WIN)
+#if !defined(OS_MACOSX)
// TODO(tc): Update the Mac reference build to support
// WaitForInitialNewTabUILoad.
-// TODO(tc): This is failing on Linux too.
TEST_F(NewTabUIStartupTest, PerfRefWarm) {
UseReferenceBuild();
RunStartupTest("tab_warm_ref", true /* warm */, true /* not important */,
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698