summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-11 19:38:56 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-11 19:38:56 +0000
commitb17ef85af94338657109d2c85de8c26b88432f89 (patch)
treefb6fc82a4808087d7c2da6cc9752ec63630e4cd3 /chrome
parent4389d7c8d6be2aa0984d931d06f8e3fbd194ef46 (diff)
downloadchromium_src-b17ef85af94338657109d2c85de8c26b88432f89.zip
chromium_src-b17ef85af94338657109d2c85de8c26b88432f89.tar.gz
chromium_src-b17ef85af94338657109d2c85de8c26b88432f89.tar.bz2
Enable the perf reference test.
Review URL: http://codereview.chromium.org/122043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/startup/startup_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/startup/startup_test.cc b/chrome/test/startup/startup_test.cc
index 6435a1eb..9244932 100644
--- a/chrome/test/startup/startup_test.cc
+++ b/chrome/test/startup/startup_test.cc
@@ -128,13 +128,11 @@ TEST_F(StartupTest, Perf) {
RunStartupTest("warm", "t", false /* not cold */, true /* important */);
}
-#if defined(OS_WIN) || defined(OS_LINUX)
// TODO(port): We need a mac reference build checked in for this.
TEST_F(StartupReferenceTest, Perf) {
RunStartupTest("warm", "t_ref", false /* not cold */,
true /* important */);
}
-#endif
// TODO(mpcomplete): Should we have reference timings for all these?