From b5110bcd688f2d19b48af67e255273be2b94e68b Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Fri, 12 Jun 2009 02:29:49 +0000 Subject: Fix leak in my interstitial page test. Re-enable leaky web_contents_unittest.cc interstitial test. Remove purify suppressions for leaky test. BUG=http://crbug.com/13937 Review URL: http://codereview.chromium.org/125033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18246 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/tab_contents/web_contents_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/tab_contents') diff --git a/chrome/browser/tab_contents/web_contents_unittest.cc b/chrome/browser/tab_contents/web_contents_unittest.cc index 53da8fb..5a228ac 100644 --- a/chrome/browser/tab_contents/web_contents_unittest.cc +++ b/chrome/browser/tab_contents/web_contents_unittest.cc @@ -937,7 +937,7 @@ TEST_F(TabContentsTest, ShowInterstitialThenGoBack) { // Test navigating to a page that shows an interstitial, has a renderer crash, // and then goes back. // http://crbug.com/13937: Disabling because it's leaky on win/mac. -TEST_F(TabContentsTest, DISABLED_ShowInterstitialCrashRendererThenGoBack) { +TEST_F(TabContentsTest, ShowInterstitialCrashRendererThenGoBack) { // Navigate to a page so we have a navigation entry in the controller. GURL url1("http://www.google.com"); rvh()->SendNavigate(1, url1); -- cgit v1.1