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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # This file lists the pyauto tests that run as a part of the functional test 5 # This file lists the pyauto tests that run as a part of the functional test
6 # suite. 6 # suite.
7 # 7 #
8 # Tests can be enabled on a per-platform basis. Tests not listed here will 8 # Tests can be enabled on a per-platform basis. Tests not listed here will
9 # not be run. 9 # not be run.
10 # 10 #
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'win': [ 73 'win': [
74 # testBookmarkBarVisible fails on windows. crbug.com/42823 74 # testBookmarkBarVisible fails on windows. crbug.com/42823
75 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', 75 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible',
76 # crbug.com/64664 76 # crbug.com/64664
77 '-databases.DatabasesTest.testReloadActiveTab', 77 '-databases.DatabasesTest.testReloadActiveTab',
78 # Some download test fails on win official builder, only thru buildbot when 78 # Some download test fails on win official builder, only thru buildbot when
79 # downloading the small zip file. 79 # downloading the small zip file.
80 # crbug.com/50481, crbug.com/54942 80 # crbug.com/50481, crbug.com/54942
81 '-downloads.DownloadsTest.testZip', 81 '-downloads.DownloadsTest.testZip',
82 '-downloads.DownloadsTest.testRemoveDownload', 82 '-downloads.DownloadsTest.testRemoveDownload',
83 # Unsafe downloads tests broken. crbug.com/66081
84 '-downloads.DownloadsTest.testDeclineDangerousDownload',
85 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart',
86 '-prefs.PrefsTest.testDownloadDirPref', 83 '-prefs.PrefsTest.testDownloadDirPref',
87 # crbug.com/64269 84 # crbug.com/64269
88 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', 85 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
89 ], 86 ],
90 87
91 'mac': [ 88 'mac': [
92 # Keychain popups make password & autofill tests difficult. crbug.com/49378 89 # Keychain popups make password & autofill tests difficult. crbug.com/49378
93 '-passwords', 90 '-passwords',
94 '-autofill', 91 '-autofill',
95 # codesign tests should run *after* signing. crbug.com/50481 92 # codesign tests should run *after* signing. crbug.com/50481
96 '-codesign', 93 '-codesign',
97 '-content.ContentTest.testThreeWindows', # crbug.com/47457 94 '-content.ContentTest.testThreeWindows', # crbug.com/47457
98 '-downloads.DownloadsTest.testSaveDangerousFile', # crbug.com/57875
99 # Unsafe downloads tests broken. crbug.com/66081
100 '-downloads.DownloadsTest.testDeclineDangerousDownload',
101 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart',
102 ], 95 ],
103 96
104 'linux': [ # linux != chromeos 97 'linux': [ # linux != chromeos
105 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 98 '-browser.BrowserTest.testWindowResize', # crbug.com/44963
106 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039 99 '-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039
107 '-content.ContentTest.testThreeWindows', # crbug.com/47457 100 '-content.ContentTest.testThreeWindows', # crbug.com/47457
108 # crbug.com/64664 101 # crbug.com/64664
109 '-databases.DatabasesTest.testReloadActiveTab', 102 '-databases.DatabasesTest.testReloadActiveTab',
110 # Unsafe downloads tests broken. crbug.com/66081
111 '-downloads.DownloadsTest.testDeclineDangerousDownload',
112 '-downloads.DownloadsTest.testNoUnsafeDownloadsOnRestart',
113 '-downloads.DownloadsTest.testSaveDangerousFile',
114 # crbug.com/64269 103 # crbug.com/64269
115 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', 104 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
116 ], 105 ],
117 106
118 # ChromeOS is linux, but note that this section does not include the 107 # ChromeOS is linux, but note that this section does not include the
119 # entries in the linux section above. 108 # entries in the linux section above.
120 'chromeos': [ 109 'chromeos': [
121 # you cannot resize browser window on chromeos 110 # you cannot resize browser window on chromeos
122 '-browser.BrowserTest.testWindowResize', 111 '-browser.BrowserTest.testWindowResize',
123 # Importer tests are invalid on chromeos since chrome is the only browser 112 # Importer tests are invalid on chromeos since chrome is the only browser
(...skipping 17 matching lines...) Expand all
141 '-downloads.DownloadsTest.testZipInIncognito', 130 '-downloads.DownloadsTest.testZipInIncognito',
142 '-downloads.DownloadsTest.testCrazyFilenames', 131 '-downloads.DownloadsTest.testCrazyFilenames',
143 '-downloads.DownloadsTest.testBigZip', 132 '-downloads.DownloadsTest.testBigZip',
144 '-downloads.DownloadsTest.testCancelDownload', 133 '-downloads.DownloadsTest.testCancelDownload',
145 '-downloads.DownloadsTest.testPauseAndResume', 134 '-downloads.DownloadsTest.testPauseAndResume',
146 '-translate.TranslateTest.testDownloadsNotTranslated', 135 '-translate.TranslateTest.testDownloadsNotTranslated',
147 # crosbug.com/9499 136 # crosbug.com/9499
148 '-crash_reporter.CrashReporterTest.testRendererCrash', 137 '-crash_reporter.CrashReporterTest.testRendererCrash',
149 # crbug.com/64269 138 # crbug.com/64269
150 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', 139 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
151 # Unsafe downloads tests broken. crbug.com/66081
152 '-downloads.DownloadsTest.testDeclineDangerousDownload',
153 '-downloads.DownloadsTest.testSaveDangerousFile',
154 ], 140 ],
155 } 141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698