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

Unified Diff: chrome/browser/views/bookmark_bar_view_test.cc

Issue 377021: Temporary disabling interactive tests that are failing on the build bot... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_bar_view_test.cc
===================================================================
--- chrome/browser/views/bookmark_bar_view_test.cc (revision 31335)
+++ chrome/browser/views/bookmark_bar_view_test.cc (working copy)
@@ -231,7 +231,9 @@
}
};
-VIEW_TEST(BookmarkBarViewTest1, Basic)
+// TODO(jcampan): http://crbug.com/26996 temporarily disabled because failing
+// since we move to running the process
+VIEW_TEST(BookmarkBarViewTest1, DISABLED_Basic)
// Brings up menu, clicks on empty space and make sure menu hides.
class BookmarkBarViewTest2 : public BookmarkBarViewEventTestBase {
@@ -278,7 +280,9 @@
}
};
-VIEW_TEST(BookmarkBarViewTest2, HideOnDesktopClick)
+// TODO(jcampan): http://crbug.com/26996 temporarily disabled because failing
+// since we move to running the process
+VIEW_TEST(BookmarkBarViewTest2, DISABLED_HideOnDesktopClick)
// Brings up menu. Moves over child to make sure submenu appears, moves over
// another child and make sure next menu appears.
« 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