Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1733)

Unified Diff: content/browser/renderer_host/render_widget_host_unittest.cc

Issue 9235056: Enable the RenderWidgetHostTest.MultipleInputEvents unit test since it passes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_unittest.cc
diff --git a/content/browser/renderer_host/render_widget_host_unittest.cc b/content/browser/renderer_host/render_widget_host_unittest.cc
index 4686f580801e6f3878c1a72f0dbea4d7fdfdbb11..4aaa302661fbbc84dc22d945dfba5de1f9920047 100644
--- a/content/browser/renderer_host/render_widget_host_unittest.cc
+++ b/content/browser/renderer_host/render_widget_host_unittest.cc
@@ -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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698