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

Unified Diff: chrome/test/automated_ui_tests/automated_ui_test_test.cc

Issue 347003: Mark AutomatedUITestBase.CloseBrowserWindow as flaky. It fails... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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/test/automated_ui_tests/automated_ui_test_test.cc
===================================================================
--- chrome/test/automated_ui_tests/automated_ui_test_test.cc (revision 30335)
+++ chrome/test/automated_ui_tests/automated_ui_test_test.cc (working copy)
@@ -27,10 +27,8 @@
// http://code.google.com/p/chromium/issues/detail?id=14774
#if defined(OS_WIN) && !defined(NDEBUG)
#define MAYBE_CloseTab DISABLED_CloseTab
-#define MAYBE_CloseBrowserWindow DISABLED_CloseBrowserWindow
#else
#define MAYBE_CloseTab CloseTab
-#define MAYBE_CloseBrowserWindow CloseBrowserWindow
#endif
// Automation pieces are not implemented for these on platforms other than
@@ -203,7 +201,8 @@
ASSERT_EQ(1, num_browser_windows);
}
-TEST_F(AutomatedUITestBase, MAYBE_CloseBrowserWindow) {
+// http://code.google.com/p/chromium/issues/detail?id=14774
+TEST_F(AutomatedUITestBase, FLAKY_CloseBrowserWindow) {
int tab_count;
NewTab();
active_browser()->GetTabCount(&tab_count);
« 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