From a8073f46309de750cdb6bad76c5690904df5b7d3 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Tue, 29 Jun 2010 01:32:32 +0000 Subject: Fix ChromeFrame reference perf tests failures. CoFreeUnusedLibraries at times does not unload the chrome frame dll. Removing the corresponding expectation that validates whether the dll has been unloaded. TBR=amit Review URL: http://codereview.chromium.org/2847033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51084 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/test/perf/chrome_frame_perftest.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc index efc3c30..5e1684a 100644 --- a/chrome_frame/test/perf/chrome_frame_perftest.cc +++ b/chrome_frame/test/perf/chrome_frame_perftest.cc @@ -338,7 +338,6 @@ class ChromeFrameStartupTest : public ChromeFramePerfTestBase { timings[i] = end_time - start_time; CoFreeUnusedLibraries(); - ASSERT_TRUE(GetModuleHandle(kChromeFrameDllName) == NULL); // TODO(beng): Can't shut down so quickly. Figure out why, and fix. If we // do, we crash. -- cgit v1.1