diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-19 17:43:41 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-19 17:43:41 +0000 |
commit | b722826372ae384782e55d90fd866261e38e05c5 (patch) | |
tree | b11d2626bd6863546f6b1105717312384c2af2e0 /chrome_frame | |
parent | 82e386cab8a3184ac8be6bcb97ed622b42ffe052 (diff) | |
download | chromium_src-b722826372ae384782e55d90fd866261e38e05c5.zip chromium_src-b722826372ae384782e55d90fd866261e38e05c5.tar.gz chromium_src-b722826372ae384782e55d90fd866261e38e05c5.tar.bz2 |
Mark four more FullTabModeIE tests as flaky
FullTabModeIE_ContextMenuBackForward
FullTabModeIE_ContextMenuReload
FullTabModeIE_ContextMenuViewSource
FullTabModeIE_KeyboardBackForwardTes
TBR=ananta
BUG=26549
TEST=none
Review URL: http://codereview.chromium.org/650041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/test_mock_with_web_server.cc | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/chrome_frame/test/test_mock_with_web_server.cc b/chrome_frame/test/test_mock_with_web_server.cc index d040bda..d4a045e 100644 --- a/chrome_frame/test/test_mock_with_web_server.cc +++ b/chrome_frame/test/test_mock_with_web_server.cc @@ -920,7 +920,9 @@ TEST_F(ChromeFrameTestWithWebServer, // Test Back/Forward from context menu. Loads page 1 in chrome and page 2 // in IE. Then it tests back and forward using context menu -TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ContextMenuBackForward) { +// Marking this test FLAKY as it fails at times on the buildbot. +// http://code.google.com/p/chromium/issues/detail?id=26549 +TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_ContextMenuBackForward) { CloseIeAtEndOfScope last_resort_close_ie; chrome_frame_test::TimedMsgLoop loop; ComStackObjectWithUninitialize<MockWebBrowserEventSink> mock; @@ -1046,7 +1048,9 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ContextMenuBackForward) { } // Test Reload from context menu. -TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ContextMenuReload) { +// Marking this test FLAKY as it fails at times on the buildbot. +// http://code.google.com/p/chromium/issues/detail?id=26549 +TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_ContextMenuReload) { CloseIeAtEndOfScope last_resort_close_ie; chrome_frame_test::TimedMsgLoop loop; ComStackObjectWithUninitialize<MockWebBrowserEventSink> mock; @@ -1113,7 +1117,9 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ContextMenuReload) { } // Test view source using context menu -TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ContextMenuViewSource) { +// Marking this test FLAKY as it fails at times on the buildbot. +// http://code.google.com/p/chromium/issues/detail?id=26549 +TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_ContextMenuViewSource) { CloseIeAtEndOfScope last_resort_close_ie; chrome_frame_test::TimedMsgLoop loop; ComStackObjectWithUninitialize<MockWebBrowserEventSink> mock; @@ -1217,7 +1223,9 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ContextMenuViewSource) { loop.RunFor(kChromeFrameLongNavigationTimeoutInSeconds); } -TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_KeyboardBackForwardTest) { +// Marking this test FLAKY as it fails at times on the buildbot. +// http://code.google.com/p/chromium/issues/detail?id=26549 +TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_KeyboardBackForwardTest) { chrome_frame_test::TimedMsgLoop loop; ComStackObjectWithUninitialize<MockWebBrowserEventSink> mock; |