From 09b0fb941aa23f87117c864950eb2d6d0cf91ad2 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Fri, 4 Dec 2009 21:46:46 +0000 Subject: Enable new tab test reference builds on Mac now that the reference builds are new enough. BUG=28028 Review URL: http://codereview.chromium.org/463034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33865 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/startup/feature_startup_test.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to '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 e6aadc4..b75c8ea 100644 --- a/chrome/test/startup/feature_startup_test.cc +++ b/chrome/test/startup/feature_startup_test.cc @@ -174,30 +174,22 @@ class NewTabUIStartupTest : public UITest { } }; -#if !defined(OS_MACOSX) -// TODO(tc): Update the Mac reference build to support -// WaitForInitialNewTabUILoad. TEST_F(NewTabUIStartupTest, PerfRefCold) { UseReferenceBuild(); RunStartupTest("tab_cold_ref", false /* cold */, true /* important */, UITest::DEFAULT_THEME); } -#endif TEST_F(NewTabUIStartupTest, PerfCold) { RunStartupTest("tab_cold", false /* cold */, true /* important */, UITest::DEFAULT_THEME); } -#if !defined(OS_MACOSX) -// TODO(tc): Update the Mac reference build to support -// WaitForInitialNewTabUILoad. TEST_F(NewTabUIStartupTest, PerfRefWarm) { UseReferenceBuild(); RunStartupTest("tab_warm_ref", true /* warm */, true /* not important */, UITest::DEFAULT_THEME); } -#endif TEST_F(NewTabUIStartupTest, PerfWarm) { RunStartupTest("tab_warm", true /* warm */, true /* not important */, -- cgit v1.1