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

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

Issue 2500973002: Converts test_wm to use aura (Closed)
Patch Set: reference bug Created 4 years, 1 month 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 | « ui/views/animation/ink_drop_impl_unittest.cc ('k') | ui/wm/core/wm_state.h » ('j') | 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 eaab2b8ada68dd98c57bb5e807c5d528e66f3279..1d010315fc5ecc7086743ca74aaaf12f15356716 100644
--- a/ui/views/mus/input_method_mus_unittest.cc
+++ b/ui/views/mus/input_method_mus_unittest.cc
@@ -77,7 +77,8 @@ class InputMethodMusTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(InputMethodMusTest);
};
-TEST_F(InputMethodMusTest, DispatchKeyEvent) {
+// 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"));
« no previous file with comments | « ui/views/animation/ink_drop_impl_unittest.cc ('k') | ui/wm/core/wm_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698