Commit c56002eb authored by nsylvain@chromium.org's avatar nsylvain@chromium.org

AutomatedUITestBase.CloseTab fails on multiple platforms, not

just windows.

see http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20(dbg)(2)/builds/3796/steps/ui_tests/logs/CloseTab

BUG:14774

Review URL: http://codereview.chromium.org/346005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30358 0039d316-1c4b-4281-b951-d872f2087c98
parent 9ec3d3d9
...@@ -24,13 +24,6 @@ ...@@ -24,13 +24,6 @@
DISABLED_OpenCloseBrowserWindowWithAccelerator DISABLED_OpenCloseBrowserWindowWithAccelerator
#endif #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 // Automation pieces are not implemented for these on platforms other than
// Windows. // Windows.
#if defined(OS_WIN) #if defined(OS_WIN)
...@@ -111,7 +104,8 @@ TEST_F(AutomatedUITestBase, DISABLED_RestoreTab) { ...@@ -111,7 +104,8 @@ TEST_F(AutomatedUITestBase, DISABLED_RestoreTab) {
ASSERT_EQ(2, tab_count); 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 num_browser_windows;
int tab_count; int tab_count;
NewTab(); NewTab();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment