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

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 9963028: Revert blocking of file: downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed api tests. Created 8 years, 8 months 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 85
86 # ================================================== 86 # ==================================================
87 # Disabled tests that need to be investigated/fixed. 87 # Disabled tests that need to be investigated/fixed.
88 # ================================================== 88 # ==================================================
89 # crbug.com/83686 89 # crbug.com/83686
90 '-autofill.AutofillTest.testFillProfileCrazyCharacters', 90 '-autofill.AutofillTest.testFillProfileCrazyCharacters',
91 # crbug.com/102798 91 # crbug.com/102798
92 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress', 92 '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
93 # crbug.com/99475 93 # crbug.com/99475
94 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', 94 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs',
95 # crbug.com/120280
96 '-browsing_data.BrowsingDataTest.testClearDownloads',
97 '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads',
98 '-browsing_data.BrowsingDataTest.testClearingAccuracy',
99 '-downloads.DownloadsTest.testBigZip',
100 '-downloads.DownloadsTest.testCancelDownload',
101 '-downloads.DownloadsTest.testCrazyFilenames',
102 '-downloads.DownloadsTest.testDeclineDangerousDownload',
103 '-downloads.DownloadsTest.testDownloadIncognitoAndRegular',
104 '-downloads.DownloadsTest.testDownloadPercentage',
105 '-downloads.DownloadsTest.testDownloadTheme',
106 '-downloads.DownloadsTest.testDownloadsPersistence',
107 '-downloads.DownloadsTest.testFileRenaming',
108 '-downloads.DownloadsTest.testPauseAndResume',
109 '-downloads.DownloadsTest.testRemoveDownload',
110 '-downloads.DownloadsTest.testSaveDangerousFile',
111 '-downloads.DownloadsTest.testZip',
112 '-downloads.DownloadsTest.testZipInIncognito',
113 '-find_in_page.FindMatchTests.testSearchWithinSpecialURL',
114 # crbug.com/115534 95 # crbug.com/115534
115 '-gtalk.test_basic', 96 '-gtalk.test_basic',
116 # crbug.com/120280
117 '-history.HistoryTest.testDownloadNoHistory',
118 # crbug.com/119173 97 # crbug.com/119173
119 '-https.SSLTest', 98 '-https.SSLTest',
120 # crbug.com/119110 99 # crbug.com/119110
121 '-https.SSLTest.testSSLCertOK', 100 '-https.SSLTest.testSSLCertOK',
122 # crbug.com/120280
123 '-infobars.InfobarTest.testMultipleDownloadsInfobar',
124 # crbug.com/100593 101 # crbug.com/100593
125 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', 102 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
126 # crbug.com/105560 103 # crbug.com/105560
127 '-notifications', 104 '-notifications',
128 # crbug.com/99506 105 # crbug.com/99506
129 '-notifications.NotificationsTest.testSpecialURLNotification', 106 '-notifications.NotificationsTest.testSpecialURLNotification',
130 # crbug.com/71715 107 # crbug.com/71715
131 '-omnibox.OmniboxTest.testHistoryResult', 108 '-omnibox.OmniboxTest.testHistoryResult',
132 # crbug.com/86524 109 # crbug.com/86524
133 '-plugins.PluginsTest.testAllowPluginException', 110 '-plugins.PluginsTest.testAllowPluginException',
(...skipping 10 matching lines...) Expand all
144 # crbug.com/96896 121 # crbug.com/96896
145 '-policy.PolicyTest.testEnabledPlugins', 122 '-policy.PolicyTest.testEnabledPlugins',
146 # crbug.com/118123 123 # crbug.com/118123
147 '-policy.PolicyTest.testExtensionInstallFromForceList', 124 '-policy.PolicyTest.testExtensionInstallFromForceList',
148 # crbug.com/47935 125 # crbug.com/47935
149 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', 126 '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
150 # crbug.com/82629 - real bug. 127 # crbug.com/82629 - real bug.
151 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 128 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
152 # crbug.com/83827 129 # crbug.com/83827
153 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', 130 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
154 # crbug.com/120280
155 '-prefs.PrefsTest.testDownloadDirPref',
156 # crbug.com/85600 131 # crbug.com/85600
157 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 132 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
158 # crbug.com/112051 133 # crbug.com/112051
159 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', 134 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
160 # crbug.com/119183 135 # crbug.com/119183
161 '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndA pply', 136 '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndA pply',
162 # crbug.com/119326 137 # crbug.com/119326
163 '-protector.ProtectorSessionStartupTest.testSessionStartupChangeDismissedO nEdit', 138 '-protector.ProtectorSessionStartupTest.testSessionStartupChangeDismissedO nEdit',
164 # crbug.com/119183 139 # crbug.com/119183
165 '-protector.ProtectorSessionStartupTest.testSessionStartupPrefMigration', 140 '-protector.ProtectorSessionStartupTest.testSessionStartupPrefMigration',
166 # crbug.com/102517 -- external webpage throws 500 141 # crbug.com/102517 -- external webpage throws 500
167 '-special_tabs.SpecialTabsTest.testAboutAppCacheTab', 142 '-special_tabs.SpecialTabsTest.testAboutAppCacheTab',
168 # Flaky: crbug.com/67851 143 # Flaky: crbug.com/67851
169 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 144 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
170 # crbug.com/88574 145 # crbug.com/88574
171 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 146 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
172 # crbug.com/88593 147 # crbug.com/88593
173 '-sync.SyncTest.testPersonalStuffSyncSection', 148 '-sync.SyncTest.testPersonalStuffSyncSection',
174 # crbug.com/120280
175 '-translate.TranslateTest.testDownloadsNotTranslated',
176 # crbug.com/95140 149 # crbug.com/95140
177 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', 150 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
178 ], 151 ],
179 152
180 'win': [ 153 'win': [
181 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, 154 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS,
182 # which contains the sync protobufs. 155 # which contains the sync protobufs.
183 #'sync.SyncIntegrationTest', 156 #'sync.SyncIntegrationTest',
184 157
185 # ================================================== 158 # ==================================================
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 701
729 # HTML5 media performance tests. 702 # HTML5 media performance tests.
730 'AV_PERF': { 703 'AV_PERF': {
731 'linux': [ 704 'linux': [
732 'media.media_constrained_network_perf', 705 'media.media_constrained_network_perf',
733 'media.media_jerky', 706 'media.media_jerky',
734 'media.media_stat_perf', 707 'media.media_stat_perf',
735 ], 708 ],
736 }, 709 },
737 } 710 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/downloads/test.js ('k') | content/browser/download/download_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698