summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorgrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 01:40:25 +0000
committergrt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 01:40:25 +0000
commitf01a3977b437cb75a367446eca821e0fbe2ec483 (patch)
tree144b97039d859404d25e948c7ddd1bd9c65db3cd /chrome_frame
parent8711d222748645c2c13188899ee1143914945088 (diff)
downloadchromium_src-f01a3977b437cb75a367446eca821e0fbe2ec483.zip
chromium_src-f01a3977b437cb75a367446eca821e0fbe2ec483.tar.gz
chromium_src-f01a3977b437cb75a367446eca821e0fbe2ec483.tar.bz2
Revert "Disabling ChromeFrame.Launch" (r124964)
It is my belief that http://crrev.com/126334 fixes the underlying cause and that http://crrev.com/126280 makes the tests a little more robust against it. BUG=81479 TEST=chrome_frame_tests.exe covers it TBR=robertshield@chromium.org Review URL: https://chromiumcodereview.appspot.com/9699060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/chrome_frame_automation_mock.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome_frame/test/chrome_frame_automation_mock.cc b/chrome_frame/test/chrome_frame_automation_mock.cc
index fae0ae1..1f50b2e 100644
--- a/chrome_frame/test/chrome_frame_automation_mock.cc
+++ b/chrome_frame/test/chrome_frame_automation_mock.cc
@@ -8,10 +8,7 @@
const int kLongWaitTimeout = 25 * 1000;
-// Note that this test fails occasionally. Disabling it altogether (rather than
-// marking as flaky to see if the failure cascades down to the next test.
-// http://crbug.com/81479
-TEST(ChromeFrame, DISABLED_Launch) {
+TEST(ChromeFrame, Launch) {
MessageLoopForUI loop;
AutomationMockLaunch mock_launch(&loop, kLongWaitTimeout);