summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authormiket@chromium.org <miket@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 12:26:26 +0000
committermiket@chromium.org <miket@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-24 12:26:26 +0000
commit726c98651c4b2be8242f89937d1c4c6dd56f77b9 (patch)
treefd316f7e39c826ae254f2ed4941103bca0f341f3 /chrome_frame
parent2fb235d4faede13fea5f18fea7683d9815f310a9 (diff)
downloadchromium_src-726c98651c4b2be8242f89937d1c4c6dd56f77b9.zip
chromium_src-726c98651c4b2be8242f89937d1c4c6dd56f77b9.tar.gz
chromium_src-726c98651c4b2be8242f89937d1c4c6dd56f77b9.tar.bz2
Mark flaky.
[ RUN ] ChromeFrameTestWithWebServer.FullTabModeIE_WindowClose .\test\test_with_web_server.cc(214): error: Value of: server_mock_.posted_result() Actual: "" Expected: result Which is: "OK" [ FAILED ] ChromeFrameTestWithWebServer.FullTabModeIE_WindowClose (45217 ms) BUG=111074 TEST=marked flaky Review URL: http://codereview.chromium.org/9235013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/test_with_web_server.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc
index 75dada87..f5e92a1 100644
--- a/chrome_frame/test/test_with_web_server.cc
+++ b/chrome_frame/test/test_with_web_server.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -778,7 +778,8 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_XHRConditionalHeaderTest) {
const wchar_t kWindowCloseTestUrl[] =
L"window_close.html";
-TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_WindowClose) {
+// http://code.google.com/p/chromium/issues/detail?id=111074
+TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_WindowClose) {
SimpleBrowserTest(IE, kWindowCloseTestUrl);
}