diff options
author | dennisjeffrey@google.com <dennisjeffrey@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-21 19:38:15 +0000 |
---|---|---|
committer | dennisjeffrey@google.com <dennisjeffrey@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-21 19:38:15 +0000 |
commit | e47184a325eb1cf4987ded29fcde2db38402ef5c (patch) | |
tree | 7158df042b531ef9fbbb49f67a9322f16fa11356 /chrome | |
parent | 39b28f1cc84d5e7ff44ea7bd2f384775f8b7d70e (diff) | |
download | chromium_src-e47184a325eb1cf4987ded29fcde2db38402ef5c.zip chromium_src-e47184a325eb1cf4987ded29fcde2db38402ef5c.tar.gz chromium_src-e47184a325eb1cf4987ded29fcde2db38402ef5c.tar.bz2 |
Re-enable pyauto tests that are currently passing on ChromeOS.
These tests passed as-is when I ran them. They all passed when executed
with "--repeat=20".
BUG=chromium-os:12653
TEST=None
Review URL: http://codereview.chromium.org/6877127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 1f0c8bb..481f27d 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -187,6 +187,8 @@ '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', # you cannot resize browser window on chromeos '-browser.BrowserTest.testWindowResize', + # Flaky: crosbug.com/14394 + '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', # no codesign verification on chromeos '-codesign', # crbug.com/64664 @@ -241,14 +243,9 @@ # crosbug.com/12653 '-autofill', '-bookmark_bar', - '-bookmarks.BookmarksTest.testBookmarksPersistence', - '-browser.BrowserTest.testKillAndReloadSharedProcess', - '-browser.BrowserTest.testPopupSharesProcess', - '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', '-content.ContentTest.testHttpsPage', '-cookies.CookiesTest.testAllowCookiesForASessionUsingExceptions', '-cookies.CookiesTest.testAllowCookiesUsingExceptions', - '-cookies.CookiesTest.testBlockCookiesUsingExceptions', '-cookies.CookiesTest.testCookiesFile', '-crash_reporter', '-history.HistoryTest.testFtpHistory', |