0

Marking the following tests as flaky.

1. FullTabModeIE_ChromeFrameKeyboardTest
2. FullTabModeIE_BackForwardAnchor

Bug=26549
TBR=amit

Review URL: http://codereview.chromium.org/533002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35849 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
ananta@chromium.org
2010-01-08 23:56:04 +00:00
parent 6f405651d6
commit 70bbf1519e

@ -1384,7 +1384,9 @@ TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_AboutChromeFrame) {
const wchar_t kChromeFrameFullTabModeKeyEventUrl[] = L"files/keyevent.html";
TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ChromeFrameKeyboardTest) {
// 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_ChromeFrameKeyboardTest) {
chrome_frame_test::TimedMsgLoop loop;
ASSERT_TRUE(LaunchBrowser(IE, kChromeFrameFullTabModeKeyEventUrl));
@ -1542,7 +1544,9 @@ const wchar_t kAnchor3Url[] = L"http://localhost:1337/files/anchor.html#a3";
// Full tab mode back/forward test
// Launch and navigate chrome frame to a set of URLs and test back forward
TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_BackForwardAnchor) {
// 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_BackForwardAnchor) {
const char tab_enter_keystrokes[] = { VK_TAB, VK_RETURN, 0 };
static const std::string tab_enter(tab_enter_keystrokes);
chrome_frame_test::TimedMsgLoop loop;