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

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

Issue 9791057: Revert 129351 - Disable tests that fail because of Flash infobar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: . 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '-downloads.DownloadsTest.testDownloadPercentage', 104 '-downloads.DownloadsTest.testDownloadPercentage',
105 '-downloads.DownloadsTest.testDownloadTheme', 105 '-downloads.DownloadsTest.testDownloadTheme',
106 '-downloads.DownloadsTest.testDownloadsPersistence', 106 '-downloads.DownloadsTest.testDownloadsPersistence',
107 '-downloads.DownloadsTest.testFileRenaming', 107 '-downloads.DownloadsTest.testFileRenaming',
108 '-downloads.DownloadsTest.testPauseAndResume', 108 '-downloads.DownloadsTest.testPauseAndResume',
109 '-downloads.DownloadsTest.testRemoveDownload', 109 '-downloads.DownloadsTest.testRemoveDownload',
110 '-downloads.DownloadsTest.testSaveDangerousFile', 110 '-downloads.DownloadsTest.testSaveDangerousFile',
111 '-downloads.DownloadsTest.testZip', 111 '-downloads.DownloadsTest.testZip',
112 '-downloads.DownloadsTest.testZipInIncognito', 112 '-downloads.DownloadsTest.testZipInIncognito',
113 '-find_in_page.FindMatchTests.testSearchWithinSpecialURL', 113 '-find_in_page.FindMatchTests.testSearchWithinSpecialURL',
114 # crbug.com/120358
115 '-flash.FlashTest.testCanLoadFlash',
116 '-flash.FlashTest.testFlashIncognitoMode',
117 '-flash.FlashTest.testFlashLoadsAfterKill',
118 '-flash.FlashTest.testFlashWithMultipleTabs',
119 '-flash.FlashTest.testSingleFlashPluginProcess',
120 # crbug.com/115534 114 # crbug.com/115534
121 '-gtalk.test_basic', 115 '-gtalk.test_basic',
122 # crbug.com/120280 116 # crbug.com/120280
123 '-history.HistoryTest.testDownloadNoHistory', 117 '-history.HistoryTest.testDownloadNoHistory',
124 # crbug.com/119173 118 # crbug.com/119173
125 '-https.SSLTest', 119 '-https.SSLTest',
126 # crbug.com/119110 120 # crbug.com/119110
127 '-https.SSLTest.testSSLCertOK', 121 '-https.SSLTest.testSSLCertOK',
128 # crbug.com/120280 122 # crbug.com/120280
129 '-infobars.InfobarTest.testMultipleDownloadsInfobar', 123 '-infobars.InfobarTest.testMultipleDownloadsInfobar',
130 # crbug.com/120358
131 '-infobars.InfobarTest.testPluginCrashForMultiTabs',
132 '-infobars.InfobarTest.testPluginCrashInfobar',
133 # crbug.com/100593 124 # crbug.com/100593
134 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', 125 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin',
135 # crbug.com/105560 126 # crbug.com/105560
136 '-notifications', 127 '-notifications',
137 # crbug.com/99506 128 # crbug.com/99506
138 '-notifications.NotificationsTest.testSpecialURLNotification', 129 '-notifications.NotificationsTest.testSpecialURLNotification',
139 # crbug.com/71715 130 # crbug.com/71715
140 '-omnibox.OmniboxTest.testHistoryResult', 131 '-omnibox.OmniboxTest.testHistoryResult',
141 # crbug.com/86524 132 # crbug.com/86524
142 '-plugins.PluginsTest.testAllowPluginException', 133 '-plugins.PluginsTest.testAllowPluginException',
143 # crbug.com/120358
144 '-plugins.PluginsTest.testBlockAllPlugins',
145 '-plugins.PluginsTest.testBlockPluginException',
146 # crbug.com/97140 134 # crbug.com/97140
147 '-plugins.PluginsTest.testDisableEnableAllPlugins', 135 '-plugins.PluginsTest.testDisableEnableAllPlugins',
148 # crbug.com/85307 136 # crbug.com/85307
149 '-plugins.PluginsTest.testKillAndReloadAllPlugins', 137 '-plugins.PluginsTest.testKillAndReloadAllPlugins',
150 # crbug.com/115427 138 # crbug.com/115427
151 '-policy.PolicyTest.testAlwaysAuthorizePlugins', 139 '-policy.PolicyTest.testAlwaysAuthorizePlugins',
152 # crbug.com/118054 140 # crbug.com/118054
153 '-policy.PolicyTest.testApplicationLocaleValue', 141 '-policy.PolicyTest.testApplicationLocaleValue',
154 # crbug.com/103379 142 # crbug.com/103379
155 '-policy.PolicyTest.testDisable3DAPIs', 143 '-policy.PolicyTest.testDisable3DAPIs',
156 # crbug.com/96896 144 # crbug.com/96896
157 '-policy.PolicyTest.testEnabledPlugins', 145 '-policy.PolicyTest.testEnabledPlugins',
158 # crbug.com/118123 146 # crbug.com/118123
159 '-policy.PolicyTest.testExtensionInstallFromForceList', 147 '-policy.PolicyTest.testExtensionInstallFromForceList',
160 # crbug.com/47935 148 # crbug.com/47935
161 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', 149 '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
162 # crbug.com/82629 - real bug. 150 # crbug.com/82629 - real bug.
163 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 151 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
164 # crbug.com/83827 152 # crbug.com/83827
165 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', 153 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
166 # crbug.com/120280 154 # crbug.com/120280
167 '-prefs.PrefsTest.testDownloadDirPref', 155 '-prefs.PrefsTest.testDownloadDirPref',
168 # crbug.com/85600 156 # crbug.com/85600
169 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 157 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
170 # crbug.com/112051 158 # crbug.com/112051
171 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', 159 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
172 # crbug.com/120358
173 '-process_count.ProcessCountTest.testProcessCountCombination',
174 '-process_count.ProcessCountTest.testProcessCountFlashProcess',
175 # crbug.com/119183 160 # crbug.com/119183
176 '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndA pply', 161 '-protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndA pply',
177 # crbug.com/119326 162 # crbug.com/119326
178 '-protector.ProtectorSessionStartupTest.testSessionStartupChangeDismissedO nEdit', 163 '-protector.ProtectorSessionStartupTest.testSessionStartupChangeDismissedO nEdit',
179 # crbug.com/119183 164 # crbug.com/119183
180 '-protector.ProtectorSessionStartupTest.testSessionStartupPrefMigration', 165 '-protector.ProtectorSessionStartupTest.testSessionStartupPrefMigration',
181 # crbug.com/102517 -- external webpage throws 500 166 # crbug.com/102517 -- external webpage throws 500
182 '-special_tabs.SpecialTabsTest.testAboutAppCacheTab', 167 '-special_tabs.SpecialTabsTest.testAboutAppCacheTab',
183 # Flaky: crbug.com/67851 168 # Flaky: crbug.com/67851
184 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 169 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
185 # crbug.com/88574 170 # crbug.com/88574
186 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 171 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
187 # crbug.com/88593 172 # crbug.com/88593
188 '-sync.SyncTest.testPersonalStuffSyncSection', 173 '-sync.SyncTest.testPersonalStuffSyncSection',
189 # crbug.com/120280 174 # crbug.com/120280
190 '-translate.TranslateTest.testDownloadsNotTranslated', 175 '-translate.TranslateTest.testDownloadsNotTranslated',
191 # crbug.com/95140 176 # crbug.com/95140
192 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', 177 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
193 # crbug.com/120358
194 '-translate.TranslateTest.testSeveralLanguages',
195 # crbug.com/120358
196 '-youtube.YoutubeTest.testPlayerBytes',
197 '-youtube.YoutubeTest.testPlayerResolution',
198 '-youtube.YoutubeTest.testPlayerStatus',
199 ], 178 ],
200 179
201 'win': [ 180 'win': [
202 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, 181 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS,
203 # which contains the sync protobufs. 182 # which contains the sync protobufs.
204 #'sync.SyncIntegrationTest', 183 #'sync.SyncIntegrationTest',
205 184
206 # ================================================== 185 # ==================================================
207 # Disabled tests that need to be investigated/fixed. 186 # Disabled tests that need to be investigated/fixed.
208 # ================================================== 187 # ==================================================
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 732
754 # HTML5 media performance tests. 733 # HTML5 media performance tests.
755 'AV_PERF': { 734 'AV_PERF': {
756 'linux': [ 735 'linux': [
757 'media.media_constrained_network_perf', 736 'media.media_constrained_network_perf',
758 'media.media_jerky', 737 'media.media_jerky',
759 'media.media_stat_perf', 738 'media.media_stat_perf',
760 ], 739 ],
761 }, 740 },
762 } 741 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698