summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents_unittest.cc
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-12 02:29:49 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-12 02:29:49 +0000
commitb5110bcd688f2d19b48af67e255273be2b94e68b (patch)
tree376a9fdbdbad5e4bddfe0a305b2d634228226569 /chrome/browser/tab_contents/web_contents_unittest.cc
parentc78820ce8acbe61d0059586dd9cd9c4084a68eb9 (diff)
downloadchromium_src-b5110bcd688f2d19b48af67e255273be2b94e68b.zip
chromium_src-b5110bcd688f2d19b48af67e255273be2b94e68b.tar.gz
chromium_src-b5110bcd688f2d19b48af67e255273be2b94e68b.tar.bz2
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
Diffstat (limited to 'chrome/browser/tab_contents/web_contents_unittest.cc')
-rw-r--r--chrome/browser/tab_contents/web_contents_unittest.cc2
1 files changed, 1 insertions, 1 deletions
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);