diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-29 04:53:45 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-29 04:53:45 +0000 |
commit | 13729e7753dfdaf4cc90f5050827a8ebc9875390 (patch) | |
tree | ff83aeeb23b63974f6dbf71c0e129337a44fd6c4 | |
parent | 9710f0b76b96a23591486b52bfa982d0544738ec (diff) | |
download | chromium_src-13729e7753dfdaf4cc90f5050827a8ebc9875390.zip chromium_src-13729e7753dfdaf4cc90f5050827a8ebc9875390.tar.gz chromium_src-13729e7753dfdaf4cc90f5050827a8ebc9875390.tar.bz2 |
Disabling the ChromeFrame reference build perf memory test as it causes a crash for subsequent test runs.
Bug=47812
TBR=amit
Review URL: http://codereview.chromium.org/2845030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51101 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome_frame/test/perf/chrome_frame_perftest.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc index c6e1d9d..b65bafd 100644 --- a/chrome_frame/test/perf/chrome_frame_perftest.cc +++ b/chrome_frame/test/perf/chrome_frame_perftest.cc @@ -982,6 +982,7 @@ TEST_F(RegularChromeFrameActiveXMemoryTest, MemoryTestAboutBlank) { // TODO(iyengar) // Revisit why the chrome frame dll does not unload correctly when this test is // run. +// http://code.google.com/p/chromium/issues/detail?id=47812 TEST_F(RegularChromeFrameActiveXMemoryTest, DISABLED_MemoryTestUrls) { // TODO(iyengar) // We should use static pages to measure memory usage. @@ -996,7 +997,11 @@ TEST_F(RegularChromeFrameActiveXMemoryTest, DISABLED_MemoryTestUrls) { typedef ChromeFrameActiveXMemoryTest<ChromeFrameMemoryTestReference> ReferenceBuildChromeFrameActiveXMemoryTest; -TEST_F(ReferenceBuildChromeFrameActiveXMemoryTest, MemoryTestAboutBlank) { +// Disabled to investigate why the chrome frame dll does not unload while +// running this test. +// http://code.google.com/p/chromium/issues/detail?id=47812 +TEST_F(ReferenceBuildChromeFrameActiveXMemoryTest, + DISABLED_MemoryTestAboutBlank) { char *urls[] = {"about:blank"}; RunTest("memory_about_blank_reference", urls, arraysize(urls)); } |