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

Unified Diff: chrome/browser/ui/panels/panel_browsertest.cc

Issue 8658012: Mark PanelBrowserTest.AutoResize as flaky on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/ui/panels/panel_browsertest.cc
diff --git a/chrome/browser/ui/panels/panel_browsertest.cc b/chrome/browser/ui/panels/panel_browsertest.cc
index 82c27f242cb6d32b50bba4ef9644b3c553c5ccd8..e2239660dd3293e6bb8bb85b4507d3f07e506103 100644
--- a/chrome/browser/ui/panels/panel_browsertest.cc
+++ b/chrome/browser/ui/panels/panel_browsertest.cc
@@ -834,6 +834,11 @@ IN_PROC_BROWSER_TEST_F(PanelBrowserTest, CreateSettingsMenu) {
"http://home", "options.html");
}
+#if defined(OS_WIN) || defined(OS_MACOSX)
+#define MAYBE_AutoResize AutoResize
+#else
+#define MAYBE_AutoResize FLAKY_AutoResize
+#endif
IN_PROC_BROWSER_TEST_F(PanelBrowserTest, AutoResize) {
jennb 2011/11/28 19:59:09 Forgot MAYBE_ prefix
dcheng 2011/11/28 20:01:20 I fixed it when I actually landed it.
PanelManager::GetInstance()->enable_auto_sizing(true);
set_testing_work_area(gfx::Rect(0, 0, 1200, 900));
« 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