diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-19 01:26:02 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-19 01:26:02 +0000 |
commit | 2ccaf298688c18fafd031d3e8419ca407f29c8ac (patch) | |
tree | 14fde445e2fda3a0b475ba71773acfc0ac8060fd /chrome | |
parent | 30fc9d2000b32b451612c51acba4635c593b1dc5 (diff) | |
download | chromium_src-2ccaf298688c18fafd031d3e8419ca407f29c8ac.zip chromium_src-2ccaf298688c18fafd031d3e8419ca407f29c8ac.tar.gz chromium_src-2ccaf298688c18fafd031d3e8419ca407f29c8ac.tar.bz2 |
The WebContentsTest.ShowInterstitialProceedMultipleCommands unit test seem to crash on the "XP Test" build bot and has been temporarily disabled.
Not sure yet why it crashes, I cannot repro locally and Purify is not reporting any memory errors.
Disabling it temporarily.
BUG=5700
Review URL: http://codereview.chromium.org/14876
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/web_contents_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/web_contents_unittest.cc b/chrome/browser/web_contents_unittest.cc index 8f9ed31..0dc1fca 100644 --- a/chrome/browser/web_contents_unittest.cc +++ b/chrome/browser/web_contents_unittest.cc @@ -1066,7 +1066,8 @@ TEST_F(WebContentsTest, ShowInterstitialThenCloseTab) { // Test that after Proceed is called and an interstitial is still shown, no more // commands get executed. -TEST_F(WebContentsTest, ShowInterstitialProceedMultipleCommands) { +// TODO(jcampan): bug #5700 Disabled because crashes on "XP Test" build bot. +TEST_F(WebContentsTest, DISABLED_ShowInterstitialProceedMultipleCommands) { // Navigate to a page so we have a navigation entry in the controller. GURL url1("http://www.google.com"); Navigate(1, url1); |