diff options
author | pshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 00:21:28 +0000 |
---|---|---|
committer | pshenoy@chromium.org <pshenoy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 00:21:28 +0000 |
commit | 737aadee4ad7d9c4e47c8d6d0c8a57973e974ab2 (patch) | |
tree | 7cb6a4c07c1395b8e639f7ad2548e163596d66aa /chrome/test | |
parent | a83793114b9d51e65686ba621517b514bfbdd39f (diff) | |
download | chromium_src-737aadee4ad7d9c4e47c8d6d0c8a57973e974ab2.zip chromium_src-737aadee4ad7d9c4e47c8d6d0c8a57973e974ab2.tar.gz chromium_src-737aadee4ad7d9c4e47c8d6d0c8a57973e974ab2.tar.bz2 |
Disabling few failing pyauto tests in CODE_COVERAGE suite.
Review URL: https://chromiumcodereview.appspot.com/10533162
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142286 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 59dbe8c..6a2db13 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -819,10 +819,25 @@ '@FULL', ], 'linux': [ - # test_clean_exit does not execute the destruction codepaths by design, - # thereby confusing the coverage bots to think that it's a leak. Ignore - # it. + # These tests fail on coverage bots. Disabling for now. '-test_clean_exit', + '-about_plugins_ui', + '-autofill', + '-pyauto_webdriver', + '-chromoting_basic', + '-extensions', + '-flash', + '-fullscreen_mouselock', + '-gtalk.test_basic', + '-infobars', + '-multiprofile', + '-policy', + '-prefs', + '-prefs_ui', + '-apptest', + '-plugins', + '-omnibox', + '-special_tabs', ], }, } |