From a95081ee816131e947f6a7dc46f66f34331a8d51 Mon Sep 17 00:00:00 2001 From: "nsylvain@chromium.org" Date: Thu, 15 Oct 2009 14:11:08 +0000 Subject: Disable the dromaeo benchmark tests until they are fixed git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29110 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui/dromaeo_benchmark_uitest.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chrome/test/ui/dromaeo_benchmark_uitest.cc b/chrome/test/ui/dromaeo_benchmark_uitest.cc index 74d8535..2467493 100644 --- a/chrome/test/ui/dromaeo_benchmark_uitest.cc +++ b/chrome/test/ui/dromaeo_benchmark_uitest.cc @@ -140,17 +140,17 @@ class DromaeoReferenceTest : public DromaeoTest { }; TEST_F(DromaeoTest, Perf) { - if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDromaeo)) - return; + //if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDromaeo)) + // return; - RunTest(); + //RunTest(); } TEST_F(DromaeoReferenceTest, Perf) { - if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDromaeo)) - return; + //if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDromaeo)) + // return; - RunTest(); + //RunTest(); } } // namespace -- cgit v1.1