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

Unified Diff: ppapi/tests/test_mouse_lock.cc

Issue 10695127: More correct disabling of SucceedWhenAllowed due to timeouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « chrome/test/ppapi/ppapi_interactive_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_mouse_lock.cc
diff --git a/ppapi/tests/test_mouse_lock.cc b/ppapi/tests/test_mouse_lock.cc
index 480003f78904a4e55542cd3a368ae7a5926f98bc..83769895f7c4fefbd3d4a833b7ae71a06d552c5b 100644
--- a/ppapi/tests/test_mouse_lock.cc
+++ b/ppapi/tests/test_mouse_lock.cc
@@ -24,8 +24,7 @@ bool TestMouseLock::Init() {
}
void TestMouseLock::RunTests(const std::string& filter) {
- // Disabled due to timeouts: http://crbug.com/136548
- // RUN_TEST(SucceedWhenAllowed, filter);
+ RUN_TEST(SucceedWhenAllowed, filter);
RUN_TEST(FailWhenBlocked, filter);
}
« no previous file with comments | « chrome/test/ppapi/ppapi_interactive_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698