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

Unified Diff: views/focus/focus_manager_unittest.cc

Issue 251039: Temporary disabling a unit test that fails on Linux toolkit views while I inv... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/focus/focus_manager_unittest.cc
===================================================================
--- views/focus/focus_manager_unittest.cc (revision 27563)
+++ views/focus/focus_manager_unittest.cc (working copy)
@@ -871,7 +871,13 @@
// Tests that the NativeViewHost class sets the focus View appropriately on the
// FocusManager.
+#if defined(OS_WIN)
TEST_F(FocusManagerTest, FocusNativeViewHost) {
+#else
+// TODO(jcampan): http::/crbug.com/23394 Disabled as it fails following the
+// NativeViewHost refactoring.
+TEST_F(FocusManagerTest, DISABLED_FocusNativeViewHost) {
+#endif
{
// Test wrapping a simple native view.
gfx::NativeView native_view =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698