diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 23:56:04 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-08 23:56:04 +0000 |
commit | 70bbf1519e775b81fddea15bfdac88f811d4c228 (patch) | |
tree | 2175a42e98dfbd06b2e5d86f18e81c1d070d40e6 /chrome_frame/test | |
parent | 6f405651d6be27e46debca4edcbcdecba3bc024e (diff) | |
download | chromium_src-70bbf1519e775b81fddea15bfdac88f811d4c228.zip chromium_src-70bbf1519e775b81fddea15bfdac88f811d4c228.tar.gz chromium_src-70bbf1519e775b81fddea15bfdac88f811d4c228.tar.bz2 |
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
Diffstat (limited to 'chrome_frame/test')
-rw-r--r-- | chrome_frame/test/chrome_frame_unittests.cc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome_frame/test/chrome_frame_unittests.cc b/chrome_frame/test/chrome_frame_unittests.cc index 9497162..2655cbf 100644 --- a/chrome_frame/test/chrome_frame_unittests.cc +++ b/chrome_frame/test/chrome_frame_unittests.cc @@ -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; |