summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 23:10:49 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 23:10:49 +0000
commit8ab5ff73e639f5478a6562c84f6a8619b9a8378c (patch)
tree270ef92bcf0954e82c6199d64c70aede2ec04eeb
parentf8321cbf27ba2c286cb8d81d5a0a7aaddd157c30 (diff)
downloadchromium_src-8ab5ff73e639f5478a6562c84f6a8619b9a8378c.zip
chromium_src-8ab5ff73e639f5478a6562c84f6a8619b9a8378c.tar.gz
chromium_src-8ab5ff73e639f5478a6562c84f6a8619b9a8378c.tar.bz2
Disable unsafe downloads tests
User-triggerred unsafe downloads do not prompt anymore. These tests need to be reimplemented to match expectations. BUG=66081 Review URL: http://codereview.chromium.org/5680002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68785 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/functional/PYAUTO_TESTS13
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index 06c130e..ae9dcdd 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -78,6 +78,9 @@
# crbug.com/50481, crbug.com/54942
'-downloads.DownloadsTest.testZip',
'-downloads.DownloadsTest.testRemoveDownload',
+ # Unsafe downloads tests broken. crbug.com/66081
+ '-downloads.DownloadsTest.testDeclineDangerousDownload',
+ '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart',
'-prefs.PrefsTest.testDownloadDirPref',
# crbug.com/64269
'-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
@@ -91,6 +94,9 @@
'-codesign',
'-content.ContentTest.testThreeWindows', # crbug.com/47457
'-downloads.DownloadsTest.testSaveDangerousFile', # crbug.com/57875
+ # Unsafe downloads tests broken. crbug.com/66081
+ '-downloads.DownloadsTest.testDeclineDangerousDownload',
+ '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart',
],
'linux': [ # linux != chromeos
@@ -99,6 +105,10 @@
'-content.ContentTest.testThreeWindows', # crbug.com/47457
# crbug.com/64664
'-databases.DatabasesTest.testReloadActiveTab',
+ # Unsafe downloads tests broken. crbug.com/66081
+ '-downloads.DownloadsTest.testDeclineDangerousDownload',
+ '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart',
+ '-downloads.DownloadsTest.testSaveDangerousFile',
# crbug.com/64269
'-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
],
@@ -136,5 +146,8 @@
'-crash_reporter.CrashReporterTest.testRendererCrash',
# crbug.com/64269
'-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
+ # Unsafe downloads tests broken. crbug.com/66081
+ '-downloads.DownloadsTest.testDeclineDangerousDownload',
+ '-downloads.DownloadsTest.testSaveDangerousFile',
],
}