diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-14 20:07:40 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-14 20:07:40 +0000 |
commit | ce1402accb9a01358fc1235f1319d934cd611248 (patch) | |
tree | be8dcb05c0b1ff80bb42fc50b08ce752cd441f8b /chrome_frame/test/ui_test.cc | |
parent | 4af83ae5677fd0b24bc33dcc50f9b07d1e30169b (diff) | |
download | chromium_src-ce1402accb9a01358fc1235f1319d934cd611248.zip chromium_src-ce1402accb9a01358fc1235f1319d934cd611248.tar.gz chromium_src-ce1402accb9a01358fc1235f1319d934cd611248.tar.bz2 |
Flakiness cleanup: disable flaky tests under chrome_frame/
See https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fcec09fc659f39a6
BUG=81479,83133,37088,32321,111074,114058,90791,83114,64794
Review URL: http://codereview.chromium.org/9391011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121919 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/ui_test.cc')
-rw-r--r-- | chrome_frame/test/ui_test.cc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc index 8446ab6..957f36c 100644 --- a/chrome_frame/test/ui_test.cc +++ b/chrome_frame/test/ui_test.cc @@ -67,7 +67,8 @@ TEST_P(FullTabUITest, KeyboardInput) { } // Tests keyboard shortcuts for back and forward. -TEST_P(FullTabUITest, FLAKY_KeyboardBackForward) { +// http://code.google.com/p/chromium/issues/detail?id=114058 +TEST_P(FullTabUITest, DISABLED_KeyboardBackForward) { if (IsWorkstationLocked()) { LOG(ERROR) << "This test cannot be run in a locked workstation."; return; @@ -238,7 +239,7 @@ TEST_P(FullTabUITest, AltD) { // Tests that the renderer has focus after navigation. // Flaky, see http://crbug.com/90791 . -TEST_P(FullTabUITest, FLAKY_RendererHasFocus) { +TEST_P(FullTabUITest, DISABLED_RendererHasFocus) { EXPECT_CALL(ie_mock_, OnLoad(GetParam().invokes_cf(), StrEq(GetSimplePageUrl()))) .WillOnce(testing::DoAll( @@ -588,7 +589,7 @@ TEST_F(ContextMenuTest, CFInspector) { } // http://code.google.com/p/chromium/issues/detail?id=83114 -TEST_F(ContextMenuTest, FLAKY_CFSavePageAs) { +TEST_F(ContextMenuTest, DISABLED_CFSavePageAs) { // Please see http://code.google.com/p/chromium/issues/detail?id=60987 // for more information on why this test is disabled for Vista with IE7. if (base::win::GetVersion() == base::win::VERSION_VISTA && @@ -737,7 +738,7 @@ TEST_F(ContextMenuTest, IEBackForward) { // Test CF link context menu - Open link in new window. // Failing intermittently on IE6/7. See crbug.com/64794. -TEST_F(ContextMenuTest, FLAKY_CFOpenLinkInNewWindow) { +TEST_F(ContextMenuTest, DISABLED_CFOpenLinkInNewWindow) { server_mock_.ExpectAndServeAnyRequests(CFInvocation::MetaTag()); MockIEEventSink new_window_mock; new_window_mock.ExpectAnyNavigations(); |