diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-29 01:32:32 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-29 01:32:32 +0000 |
commit | a8073f46309de750cdb6bad76c5690904df5b7d3 (patch) | |
tree | 25420c88a63d904dd7183efa413a3e9ee8f80d11 /chrome_frame | |
parent | dff67c6db8c09409217ce2bec70cb31ae3fbecc9 (diff) | |
download | chromium_src-a8073f46309de750cdb6bad76c5690904df5b7d3.zip chromium_src-a8073f46309de750cdb6bad76c5690904df5b7d3.tar.gz chromium_src-a8073f46309de750cdb6bad76c5690904df5b7d3.tar.bz2 |
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
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/perf/chrome_frame_perftest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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. |