summaryrefslogtreecommitdiffstats
path: root/chrome/test/automated_ui_tests
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 06:26:52 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 06:26:52 +0000
commit56cdb8e8058efa63e544427057329740d33f12e6 (patch)
treec69e949fe3b5849f56a01f0ccc0b6dcd4d69a509 /chrome/test/automated_ui_tests
parent501be5766ac0c027df5a9e4f89e182d2b8e17461 (diff)
downloadchromium_src-56cdb8e8058efa63e544427057329740d33f12e6.zip
chromium_src-56cdb8e8058efa63e544427057329740d33f12e6.tar.gz
chromium_src-56cdb8e8058efa63e544427057329740d33f12e6.tar.bz2
[GTTF] [TTF] Test marks maintenance CL:
* The following tests are no longer flaky: BrowserTest.PageLanguageDetection (bug 42095) AppApiTest.AppProcess (bug 42497) ExtensionApiTest.Infobars (bug 40141) FindInPageControllerTest.FindMovesWhenObscuring (bug 41124) SessionRestoreUITest.TwoWindowsCloseOneRestoreOnlyOne (bug 39905) RenderViewTest.OnHandleKeyboardEvent (no bug) RenderViewTest.DidFailProvisionalLoadWithErrorForError (no bug) AutomatedUITestBase.CloseTab (bug 14774) AutomatedUITestBase.CloseBrowserWindow (bug 14774) PluginTest.FlashLayoutWhilePainting (bug 21538) HistoryTester.VerifyHistoryLength1 (bug 39785) HistoryTester.ConsiderRedirectAfterGestureAsUserInitiated (bug 39785) HistoryTester.ConsiderSlowRedirectAsUserInitiated (bug 39785) * The following tests are not flaky, but disabled due to hangs: BrowserAppRefocusTest.OpenTab (bug 44026) * The following tests are not flaky, but seem to fail consistently: ProcessSingletonLinuxTest.NotifyOtherProcessSuccess (bug 30953) ProcessSingletonLinuxTest.NotifyOtherProcessHostChanged (bug 30953) BrowserViewsAccessibilityTest.TestChromeWindowAccObj (bug 44486) BUG=42095, 44026, 42497, 40141, 41124, 30953, 39905, 14774, 21538, 39785, 44486 TEST=this touches a lot of tests Review URL: http://codereview.chromium.org/2128009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automated_ui_tests')
-rw-r--r--chrome/test/automated_ui_tests/automated_ui_test_test.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/test/automated_ui_tests/automated_ui_test_test.cc b/chrome/test/automated_ui_tests/automated_ui_test_test.cc
index 393a9cc..66fe53c 100644
--- a/chrome/test/automated_ui_tests/automated_ui_test_test.cc
+++ b/chrome/test/automated_ui_tests/automated_ui_test_test.cc
@@ -105,8 +105,7 @@ TEST_F(AutomatedUITestBase, DISABLED_RestoreTab) {
ASSERT_EQ(2, tab_count);
}
-// http://code.google.com/p/chromium/issues/detail?id=14774
-TEST_F(AutomatedUITestBase, FLAKY_CloseTab) {
+TEST_F(AutomatedUITestBase, CloseTab) {
int num_browser_windows;
int tab_count;
NewTab();
@@ -196,8 +195,7 @@ TEST_F(AutomatedUITestBase, OpenBrowserWindow) {
ASSERT_EQ(1, num_browser_windows);
}
-// http://code.google.com/p/chromium/issues/detail?id=14774
-TEST_F(AutomatedUITestBase, FLAKY_CloseBrowserWindow) {
+TEST_F(AutomatedUITestBase, CloseBrowserWindow) {
int tab_count;
NewTab();
ASSERT_TRUE(active_browser()->GetTabCount(&tab_count));