summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-02 21:25:30 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-02 21:25:30 +0000
commitce958188cbc3c80ba4292b8b3a8831389e135cdb (patch)
tree644e4c5716f5e9bae6f57b0db27c6d926569648c /chrome_frame/test
parentba65b1f642d37bf33ed99c66498110007d249c65 (diff)
downloadchromium_src-ce958188cbc3c80ba4292b8b3a8831389e135cdb.zip
chromium_src-ce958188cbc3c80ba4292b8b3a8831389e135cdb.tar.gz
chromium_src-ce958188cbc3c80ba4292b8b3a8831389e135cdb.tar.bz2
Disabling the FullTabModeIE_UnloadEventTest as it consistently fails while I debug it.
Bug=37231 TBR=amit Review URL: http://codereview.chromium.org/660401 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r--chrome_frame/test/test_mock_with_web_server.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/test/test_mock_with_web_server.cc b/chrome_frame/test/test_mock_with_web_server.cc
index e7f108e..9c123cf 100644
--- a/chrome_frame/test/test_mock_with_web_server.cc
+++ b/chrome_frame/test/test_mock_with_web_server.cc
@@ -770,7 +770,8 @@ const wchar_t kFullTabModeBeforeUnloadEventTest[] =
const wchar_t kFullTabModeBeforeUnloadEventMain[] =
L"http://localhost:1337/files/fulltab_before_unload_event_main.html";
-TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_UnloadEventTest) {
+// http://code.google.com/p/chromium/issues/detail?id=37231
+TEST_F(ChromeFrameTestWithWebServer, DISABLED_FullTabModeIE_UnloadEventTest) {
CloseIeAtEndOfScope last_resort_close_ie;
chrome_frame_test::TimedMsgLoop loop;
ComStackObjectWithUninitialize<MockWebBrowserEventSink> mock;