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

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

Issue 2500973002: Converts test_wm to use aura (Closed)
Patch Set: no new args 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
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..d8a4ac708d7526d3c9ae8280598d99486ae2319a 100644
--- a/ui/views/mus/input_method_mus_unittest.cc
+++ b/ui/views/mus/input_method_mus_unittest.cc
@@ -77,7 +77,7 @@ class InputMethodMusTest : public testing::Test {
DISALLOW_COPY_AND_ASSIGN(InputMethodMusTest);
};
-TEST_F(InputMethodMusTest, DispatchKeyEvent) {
+TEST_F(InputMethodMusTest, DISABLED_DispatchKeyEvent) {
sadrul 2016/11/23 06:19:53 Are there logs/stack-traces from this failing test
sky 2016/11/23 16:22:11 I filed a bug on it and add a reference here. Bug
// 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"));

Powered by Google App Engine
This is Rietveld 408576698