Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6639)

Unified Diff: chrome_frame/test/perf/chrome_frame_perftest.cc

Issue 2845030: Disabling the ChromeFrame reference build perf memory test as it causes a cra... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/perf/chrome_frame_perftest.cc
===================================================================
--- chrome_frame/test/perf/chrome_frame_perftest.cc (revision 51095)
+++ chrome_frame/test/perf/chrome_frame_perftest.cc (working copy)
@@ -982,6 +982,7 @@
// 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 @@
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));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698