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

Unified Diff: chrome/browser/chromeos/input_method/xkeyboard_unittest.cc

Issue 9616053: Fix browser_tests failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 9 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/browser/chromeos/input_method/xkeyboard.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/xkeyboard_unittest.cc
diff --git a/chrome/browser/chromeos/input_method/xkeyboard_unittest.cc b/chrome/browser/chromeos/input_method/xkeyboard_unittest.cc
index c8911519065105fa27de013ff3b26d787a2bce08..f08dbd622f240e73641f529011e409e49b384b3e 100644
--- a/chrome/browser/chromeos/input_method/xkeyboard_unittest.cc
+++ b/chrome/browser/chromeos/input_method/xkeyboard_unittest.cc
@@ -29,6 +29,12 @@ using content::BrowserThread;
DISABLED_TestCreateFullXkbLayoutNameKeepCapsLock
#endif // USE_VIRTUAL_KEYBOARD
+// TODO(yusukes): Re-enable the tests.
+#define TestSetCapsLockAndNumLockAtTheSameTime \
mazda 2012/03/07 05:31:19 I prefer directly renaming the test name instead o
Yusuke Sato 2012/03/07 05:43:42 Done.
+ DISABLED_TestSetCapsLockAndNumLockAtTheSameTime
+#define TestSetCapsLockEnabled DISABLED_TestSetCapsLockEnabled
+#define TestSetNumLockEnabled DISABLED_TestSetNumLockEnabled
+
namespace chromeos {
namespace input_method {
« no previous file with comments | « chrome/browser/chromeos/input_method/xkeyboard.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698