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

Unified Diff: chrome/browser/views/tabs/tab_dragging_test.cc

Issue 1794003: Views: Disable a failing test on the Linux views bot.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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/views/tabs/tab_dragging_test.cc
===================================================================
--- chrome/browser/views/tabs/tab_dragging_test.cc (revision 45661)
+++ chrome/browser/views/tabs/tab_dragging_test.cc (working copy)
@@ -21,14 +21,16 @@
#if defined(OS_CHROMEOS)
// Disabled, see http://crbug.com/40043.
#define MAYBE_Tab2OutOfTabStrip DISABLED_Tab2OutOfTabStrip
-#define MAYBE_Tab1Tab3Escape DISABLED_Tab1Tab3Escape
-
#else
#define MAYBE_Tab2OutOfTabStrip Tab2OutOfTabStrip
+#endif
+#if defined(TOOLKIT_VIEWS) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
+// Disabled on Toolkit views bot. See http://crbug.com/42614
+#define MAYBE_Tab1Tab3Escape DISABLED_Tab1Tab3Escape
+#else
// Flaky, see http://crbug.com/21092.
#define MAYBE_Tab1Tab3Escape FLAKY_Tab1Tab3Escape
-
#endif
« 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