Commit dd54b3db authored by andreip@chromium.org's avatar andreip@chromium.org

Enable the RenderWidgetHostTest.MultipleInputEvents unit test since it passes.

This test was added as "FAILING" in

http://src.chromium.org/viewvc/chrome?view=rev&revision=119112

However, the test is  passing fine. Please see

http://codereview.chromium.org/9129024

for a discussion explaining why it passes.

BUG=111185
TEST=RenderWidgetHostTest.MultipleInputEvents


Review URL: http://codereview.chromium.org/9235056

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120055 0039d316-1c4b-4281-b951-d872f2087c98
parent d93bc97c
......@@ -749,9 +749,8 @@ TEST_F(RenderWidgetHostTest, StopAndStartHangMonitorTimeout) {
// Test that the hang monitor catches two input events but only one ack.
// This can happen if the second input event causes the renderer to hang.
// This test will catch a regression of crbug.com/111185 and will only
// pass when the compositor thread is being used.
TEST_F(RenderWidgetHostTest, FAILS_MultipleInputEvents) {
// This test will catch a regression of crbug.com/111185.
TEST_F(RenderWidgetHostTest, MultipleInputEvents) {
// Configure the host to wait 10ms before considering
// the renderer hung.
host_->set_hung_renderer_delay_ms(10);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment