diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 21:46:46 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 21:46:46 +0000 |
commit | 09b0fb941aa23f87117c864950eb2d6d0cf91ad2 (patch) | |
tree | 03caa5ee64cadbf09f55bad80de37ff0b436e249 /chrome | |
parent | e31f57f83a45b5d642d3e72759a084f3b7e9b8ee (diff) | |
download | chromium_src-09b0fb941aa23f87117c864950eb2d6d0cf91ad2.zip chromium_src-09b0fb941aa23f87117c864950eb2d6d0cf91ad2.tar.gz chromium_src-09b0fb941aa23f87117c864950eb2d6d0cf91ad2.tar.bz2 |
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
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/startup/feature_startup_test.cc | 8 |
1 files changed, 0 insertions, 8 deletions
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 */, |