diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-15 18:39:50 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-15 18:39:50 +0000 |
commit | dcef96d14d827a6c94ac484c1030de3612e282eb (patch) | |
tree | 0f3e8b93409c9b7156b833c903ee1295a7d1c2d3 /chrome_frame/test/test_with_web_server.cc | |
parent | ee85dc502267ff233ac50668cd596c0d7a16c6da (diff) | |
download | chromium_src-dcef96d14d827a6c94ac484c1030de3612e282eb.zip chromium_src-dcef96d14d827a6c94ac484c1030de3612e282eb.tar.gz chromium_src-dcef96d14d827a6c94ac484c1030de3612e282eb.tar.bz2 |
Marking the referrer test as flaky again. It's failing on the build bot but I can't repro it locally :-(
TBR=ananta
BUG=none
Review URL: http://codereview.chromium.org/999001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/test_with_web_server.cc')
-rw-r--r-- | chrome_frame/test/test_with_web_server.cc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc index ec5d541..13d28b5 100644 --- a/chrome_frame/test/test_with_web_server.cc +++ b/chrome_frame/test/test_with_web_server.cc @@ -693,14 +693,15 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_NavigateOut) { const wchar_t kReferrerMainTest[] = L"files/referrer_main.html"; -TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_ReferrerTest) { +// TODO(tommi): Still failing intermittently on the build bot. +TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_ReferrerTest) { // At the moment the moniker patch is only enabled if the below // registry config value is set to PATCH_METHOD_IBROWSER_AND_MONIKER. ProtocolPatchMethod patch_method = static_cast<ProtocolPatchMethod>( GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols)); if (patch_method != PATCH_METHOD_IBROWSER_AND_MONIKER) { - DLOG(ERROR) << "Not running test. Moniker patch not enabled."; + LOG(ERROR) << "Not running test. Moniker patch not enabled."; return; } @@ -796,7 +797,7 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_TestPostReissue) { static_cast<ProtocolPatchMethod>( GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols)); if (patch_method != PATCH_METHOD_IBROWSER_AND_MONIKER) { - DLOG(ERROR) << "Not running test. Moniker patch not enabled."; + LOG(ERROR) << "Not running test. Moniker patch not enabled."; return; } @@ -837,7 +838,7 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_TestMultipleGet) { static_cast<ProtocolPatchMethod>( GetConfigInt(PATCH_METHOD_IBROWSER, kPatchProtocols)); if (patch_method != PATCH_METHOD_IBROWSER_AND_MONIKER) { - DLOG(ERROR) << "Not running test. Moniker patch not enabled."; + LOG(ERROR) << "Not running test. Moniker patch not enabled."; return; } |