OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 '-sync.SyncTest.testDisableAndEnableDatatypes', | 162 '-sync.SyncTest.testDisableAndEnableDatatypes', |
163 # crbug.com/95621 | 163 # crbug.com/95621 |
164 '-youtube.YoutubeTest.testPlayerStatus', | 164 '-youtube.YoutubeTest.testPlayerStatus', |
165 # crbug.com/98526 | 165 # crbug.com/98526 |
166 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 166 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
167 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 167 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
168 # crbug.com/95031 | 168 # crbug.com/95031 |
169 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 169 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
170 # crbug.com/103379 | 170 # crbug.com/103379 |
171 '-policy.PolicyTest.testDisable3DAPIs', | 171 '-policy.PolicyTest.testDisable3DAPIs', |
172 # crbug.com/105632 | |
173 '-plugins.PluginsTest.testBlockPluginException', | |
174 ], | 172 ], |
175 | 173 |
176 'mac': [ | 174 'mac': [ |
177 # ================================================== | 175 # ================================================== |
178 # Disabled tests that need to be investigated/fixed. | 176 # Disabled tests that need to be investigated/fixed. |
179 # ================================================== | 177 # ================================================== |
180 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 178 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
181 '-autofill', | 179 '-autofill', |
182 # Autofill on Mac. crbug.com/95165 | 180 # Autofill on Mac. crbug.com/95165 |
183 '-browsing_data.BrowsingDataTest.testClearAutofillData', | 181 '-browsing_data.BrowsingDataTest.testClearAutofillData', |
(...skipping 18 matching lines...) Expand all Loading... |
202 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 200 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
203 '-passwords', | 201 '-passwords', |
204 # crbug.com/97140 | 202 # crbug.com/97140 |
205 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 203 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
206 # crbug.com/79263 | 204 # crbug.com/79263 |
207 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 205 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
208 # crbug.com/69619 | 206 # crbug.com/69619 |
209 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 207 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
210 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 208 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
211 '-sync', | 209 '-sync', |
212 # crbug.com/100595 | |
213 '-plugins.PluginsTest.testBlockPluginException', | |
214 # crbug.com/98526 | 210 # crbug.com/98526 |
215 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 211 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
216 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 212 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
217 ], | 213 ], |
218 | 214 |
219 'linux': [ # linux != chromeos | 215 'linux': [ # linux != chromeos |
220 # Enabling here since it's disabled on other platforms. crbug.com/88574 | 216 # Enabling here since it's disabled on other platforms. crbug.com/88574 |
221 'special_tabs.SpecialTabsTest.testSpecialURLTabs', | 217 'special_tabs.SpecialTabsTest.testSpecialURLTabs', |
222 # =========================== | 218 # =========================== |
223 # Permanently-disabled tests. | 219 # Permanently-disabled tests. |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 '-process_count.ProcessCountTest.testProcessCountExtensionProcess', | 259 '-process_count.ProcessCountTest.testProcessCountExtensionProcess', |
264 '-process_count.ProcessCountTest.testProcessCountFlashProcess', | 260 '-process_count.ProcessCountTest.testProcessCountFlashProcess', |
265 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 | 261 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 |
266 '-sync', | 262 '-sync', |
267 # crbug.com/87837 | 263 # crbug.com/87837 |
268 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 264 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
269 # crbug.com/66072 | 265 # crbug.com/66072 |
270 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 266 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
271 # crbug.com/103379 | 267 # crbug.com/103379 |
272 '-policy.PolicyTest.testDisable3DAPIs', | 268 '-policy.PolicyTest.testDisable3DAPIs', |
273 # crbug.com/105632 | |
274 '-plugins.PluginsTest.testBlockPluginException', | |
275 ], | 269 ], |
276 | 270 |
277 # ChromeOS is linux, but note that this section does not include the | 271 # ChromeOS is linux, but note that this section does not include the |
278 # entries in the linux section above. | 272 # entries in the linux section above. |
279 # These tests use the named automation interface to control the | 273 # These tests use the named automation interface to control the |
280 # primary chrome on ChromeOS. | 274 # primary chrome on ChromeOS. |
281 'chromeos': [ | 275 'chromeos': [ |
282 'chromeos_basic', | 276 'chromeos_basic', |
283 'chromeos_browser', | 277 'chromeos_browser', |
284 'chromeos_firmware_version_checker', | 278 'chromeos_firmware_version_checker', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 '-omnibox.OmniboxTest.testEndPartAppNameSearchInNewTab', | 389 '-omnibox.OmniboxTest.testEndPartAppNameSearchInNewTab', |
396 '-omnibox.OmniboxTest.testIncognitoAppComboNameWithSpecialCharSearch', | 390 '-omnibox.OmniboxTest.testIncognitoAppComboNameWithSpecialCharSearch', |
397 '-omnibox.OmniboxTest.testIncognitoAppNameWithSpaceSearch', | 391 '-omnibox.OmniboxTest.testIncognitoAppNameWithSpaceSearch', |
398 '-omnibox.OmniboxTest.testIncognitoAppSearchWithVeryLongAppName', | 392 '-omnibox.OmniboxTest.testIncognitoAppSearchWithVeryLongAppName', |
399 '-omnibox.OmniboxTest.testRepeatedlyAppLaunchInTabs', | 393 '-omnibox.OmniboxTest.testRepeatedlyAppLaunchInTabs', |
400 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 394 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
401 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 395 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
402 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 396 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
403 '-passwords.PasswordTest.testNeverSavePasswords', | 397 '-passwords.PasswordTest.testNeverSavePasswords', |
404 '-plugins.PluginsTest.testBlockAllPlugins', | 398 '-plugins.PluginsTest.testBlockAllPlugins', |
405 '-plugins.PluginsTest.testBlockPluginException', | |
406 '-popups.PopupsTest.testMultiplePopups', | 399 '-popups.PopupsTest.testMultiplePopups', |
407 '-popups.PopupsTest.testPopupBlockedEverySec', | 400 '-popups.PopupsTest.testPopupBlockedEverySec', |
408 '-process_count.ProcessCountTest.testProcessCountCombination', | 401 '-process_count.ProcessCountTest.testProcessCountCombination', |
409 '-process_count.ProcessCountTest.testProcessCountFlashProcess', | 402 '-process_count.ProcessCountTest.testProcessCountFlashProcess', |
410 ], | 403 ], |
411 | 404 |
412 'win': [ | 405 'win': [ |
413 ], | 406 ], |
414 | 407 |
415 'mac': [ | 408 'mac': [ |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 | 636 |
644 # HTML5 media functional tests. | 637 # HTML5 media functional tests. |
645 'AV_FUNC': { | 638 'AV_FUNC': { |
646 'linux': [ | 639 'linux': [ |
647 'media.media_event_simple_action', | 640 'media.media_event_simple_action', |
648 'media.media_event_simple_test', | 641 'media.media_event_simple_test', |
649 'media.media_event_track', | 642 'media.media_event_track', |
650 ], | 643 ], |
651 }, | 644 }, |
652 } | 645 } |
OLD | NEW |