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

Unified Diff: views/focus/focus_manager_unittest.cc

Issue 7307038: Revert 91716 - Temporarily disable these tests while I repro the crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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 91718)
+++ views/focus/focus_manager_unittest.cc (working copy)
@@ -1065,7 +1065,7 @@
EXPECT_FALSE(GetFocusManager()->ContainsView(detached_view.get()));
}
-TEST_F(FocusTraversalTest, DISABLED_NormalTraversal) {
+TEST_F(FocusTraversalTest, NormalTraversal) {
const int kTraversalIDs[] = { kTopCheckBoxID, kAppleTextfieldID,
kOrangeTextfieldID, kBananaTextfieldID, kKiwiTextfieldID,
kFruitButtonID, kFruitCheckBoxID, kComboboxID, kBroccoliButtonID,
@@ -1108,7 +1108,7 @@
}
}
-TEST_F(FocusTraversalTest, DISABLED_TraversalWithNonEnabledViews) {
+TEST_F(FocusTraversalTest, TraversalWithNonEnabledViews) {
const int kDisabledIDs[] = {
kBananaTextfieldID, kFruitCheckBoxID, kComboboxID, kAsparagusButtonID,
kCauliflowerButtonID, kClosetLinkID, kVisitingLinkID, kBriceDeNiceLinkID,
@@ -1161,7 +1161,7 @@
}
}
-TEST_F(FocusTraversalTest, DISABLED_TraversalWithInvisibleViews) {
+TEST_F(FocusTraversalTest, TraversalWithInvisibleViews) {
const int kInvisibleIDs[] = { kTopCheckBoxID, kOKButtonID,
kThumbnailContainerID };
@@ -1213,7 +1213,7 @@
}
}
-TEST_F(FocusTraversalTest, DISABLED_PaneTraversal) {
+TEST_F(FocusTraversalTest, PaneTraversal) {
// Tests trapping the traversal within a pane - useful for full
// keyboard accessibility for toolbars.
« 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