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

Unified Diff: chrome/browser/gtk/view_id_util_browsertest.cc

Issue 202036: Disable ViewIDTest.Basic. (Closed)
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: chrome/browser/gtk/view_id_util_browsertest.cc
diff --git a/chrome/browser/gtk/view_id_util_browsertest.cc b/chrome/browser/gtk/view_id_util_browsertest.cc
index 6c3d784e4509090ba4b4fc604b864b7adf1ab90c..60de0d96d761937eefe67edaf5ef771df3f43677 100644
--- a/chrome/browser/gtk/view_id_util_browsertest.cc
+++ b/chrome/browser/gtk/view_id_util_browsertest.cc
@@ -23,7 +23,9 @@ class ViewIDTest : public InProcessBrowserTest {
GtkWidget* root_window_;
};
-IN_PROC_BROWSER_TEST_F(ViewIDTest, Basic) {
+// Disabled since it is failing on buildbots.
+// http://code.google.com/p/chromium/issues/detail?id=21443
+IN_PROC_BROWSER_TEST_F(ViewIDTest, DISABLED_Basic) {
for (int i = VIEW_ID_TOOLBAR; i < VIEW_ID_PREDEFINED_COUNT; ++i) {
CheckViewID(static_cast<ViewID>(i), true);
}
« 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