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

Unified Diff: ui/views/mus/input_method_mus_unittest.cc

Issue 2535403002: IME for Mus: Fix InputMethodMusTest.DispatchKeyEvent's deadlock. (Closed)
Patch Set: . Created 4 years 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 | « services/ui/ime/ime_server_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/input_method_mus_unittest.cc
diff --git a/ui/views/mus/input_method_mus_unittest.cc b/ui/views/mus/input_method_mus_unittest.cc
index 1d010315fc5ecc7086743ca74aaaf12f15356716..047463791808817d9bfbb432f259047a0242c2ff 100644
--- a/ui/views/mus/input_method_mus_unittest.cc
+++ b/ui/views/mus/input_method_mus_unittest.cc
@@ -77,12 +77,7 @@ class InputMethodMusTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(InputMethodMusTest);
};
-// Disabled as deadlocks. See http://crbug.com/668181.
-TEST_F(InputMethodMusTest, DISABLED_DispatchKeyEvent) {
- // test_ime_driver will register itself as the current IMEDriver. It echoes
- // back the character key events it receives.
- EXPECT_TRUE(connector()->Connect("test_ime_driver"));
-
+TEST_F(InputMethodMusTest, DispatchKeyEvent) {
TestInputMethodDelegate input_method_delegate;
InputMethodMus input_method(&input_method_delegate, nullptr);
input_method.Init(connector());
« no previous file with comments | « services/ui/ime/ime_server_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698