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

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

Issue 346005: AutomatedUITestBase.CloseTab fails on multiple platforms, not... (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 30336)
+++ chrome/test/automated_ui_tests/automated_ui_test_test.cc (working copy)
@@ -24,13 +24,6 @@
DISABLED_OpenCloseBrowserWindowWithAccelerator
#endif
-// http://code.google.com/p/chromium/issues/detail?id=14774
-#if defined(OS_WIN) && !defined(NDEBUG)
-#define MAYBE_CloseTab DISABLED_CloseTab
-#else
-#define MAYBE_CloseTab CloseTab
-#endif
-
// Automation pieces are not implemented for these on platforms other than
// Windows.
#if defined(OS_WIN)
@@ -111,7 +104,8 @@
ASSERT_EQ(2, tab_count);
}
-TEST_F(AutomatedUITestBase, MAYBE_CloseTab) {
+// http://code.google.com/p/chromium/issues/detail?id=14774
+TEST_F(AutomatedUITestBase, FLAKY_CloseTab) {
int num_browser_windows;
int tab_count;
NewTab();
« 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