Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8772)

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 5781006: Fix pyauto downloads tests to trigger dangerous downloads to match expectation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index c4e08b14ef914fabac885451b85518ca22d55c4f..b5950d1571daa67ffbbfdd97e138afc6b07a3d1c 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -80,9 +80,6 @@
# 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',
@@ -95,10 +92,6 @@
# codesign tests should run *after* signing. crbug.com/50481
'-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
@@ -107,10 +100,6 @@
'-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',
],
@@ -148,8 +137,5 @@
'-crash_reporter.CrashReporterTest.testRendererCrash',
# crbug.com/64269
'-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
- # Unsafe downloads tests broken. crbug.com/66081
- '-downloads.DownloadsTest.testDeclineDangerousDownload',
- '-downloads.DownloadsTest.testSaveDangerousFile',
],
}

Powered by Google App Engine
This is Rietveld 408576698