summaryrefslogtreecommitdiffstats
path: root/ceee
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 23:47:21 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 23:47:21 +0000
commit8476586cdaa1eaaf2f1284bb689b609ee04b48a7 (patch)
tree8503f8da40dc42159b851252c564e13339ca16f8 /ceee
parent04ca3323ac8603409239d9ee5f12cae3fb42142c (diff)
downloadchromium_src-8476586cdaa1eaaf2f1284bb689b609ee04b48a7.zip
chromium_src-8476586cdaa1eaaf2f1284bb689b609ee04b48a7.tar.gz
chromium_src-8476586cdaa1eaaf2f1284bb689b609ee04b48a7.tar.bz2
Mark a test that fails consistently for me as failing. Unfortunately
I don't have a good enough understanding of the way the reference counting works in this code to fix it right away; will ask Siggi to take a look tomorrow. I believe the test failure may be IE9-specific as I am running IE, and these tests have been required to run for any CEEE changes prior to commit for a long time. BUG=61969 TEST=The only failing test from running mediumtest_ie.exe should be the one I have marked FAILS_ Review URL: http://codereview.chromium.org/4540001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee')
-rw-r--r--ceee/ie/plugin/bho/mediumtest_browser_event.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ceee/ie/plugin/bho/mediumtest_browser_event.cc b/ceee/ie/plugin/bho/mediumtest_browser_event.cc
index 3288e9d..9a335fa 100644
--- a/ceee/ie/plugin/bho/mediumtest_browser_event.cc
+++ b/ceee/ie/plugin/bho/mediumtest_browser_event.cc
@@ -465,7 +465,8 @@ TEST_F(BrowserEventTest, NavigateToDifferentPageRetainsEventHandler) {
EXPECT_EQ(3, TestFrameEventHandler::instance_count());
}
-TEST_F(BrowserEventTest, RefreshFrameBrowserRetainsHandler) {
+// The failure may be IE9-specific.
+TEST_F(BrowserEventTest, FLAKY_RefreshFrameBrowserRetainsHandler) {
EXPECT_TRUE(NavigateBrowser(GetTestUrl(kTwoFramesPage)));
// We should have three frame handlers at this point.