diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 02:29:49 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-12 02:29:49 +0000 |
commit | b5110bcd688f2d19b48af67e255273be2b94e68b (patch) | |
tree | 376a9fdbdbad5e4bddfe0a305b2d634228226569 /chrome/browser/tab_contents | |
parent | c78820ce8acbe61d0059586dd9cd9c4084a68eb9 (diff) | |
download | chromium_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')
-rw-r--r-- | chrome/browser/tab_contents/web_contents_unittest.cc | 2 |
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); |