| OLD | NEW |
| 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 30 matching lines...) Expand all Loading... |
| 41 'execute_javascript', | 41 'execute_javascript', |
| 42 'extensions', | 42 'extensions', |
| 43 'fullscreen_mouselock', | 43 'fullscreen_mouselock', |
| 44 'gtalk.test_basic', | 44 'gtalk.test_basic', |
| 45 'imports', | 45 'imports', |
| 46 'infobars', | 46 'infobars', |
| 47 'instant', | 47 'instant', |
| 48 'media.media_basic_playback', | 48 'media.media_basic_playback', |
| 49 'multiprofile', | 49 'multiprofile', |
| 50 'nacl_sdk', | 50 'nacl_sdk', |
| 51 'notifications', |
| 51 'ntp', | 52 'ntp', |
| 52 'omnibox', | 53 'omnibox', |
| 53 'passwords', | 54 'passwords', |
| 54 'prefs', | 55 'prefs', |
| 55 'prefs_ui', | 56 'prefs_ui', |
| 56 'pyauto_webdriver', | 57 'pyauto_webdriver', |
| 57 'search_engines', | 58 'search_engines', |
| 58 'special_tabs', | 59 'special_tabs', |
| 59 'sync.SyncTest', | 60 'sync.SyncTest', |
| 60 'test_pyauto', | 61 'test_pyauto', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 91 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', | 92 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', |
| 92 # crbug.com/133315 | 93 # crbug.com/133315 |
| 93 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', | 94 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', |
| 94 # crbug.com/131874 | 95 # crbug.com/131874 |
| 95 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', | 96 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', |
| 96 # crbug.com/124913 | 97 # crbug.com/124913 |
| 97 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', | 98 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', |
| 98 # Mysteriously broken? | 99 # Mysteriously broken? |
| 99 # crbug.com/138857 | 100 # crbug.com/138857 |
| 100 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile'
, | 101 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile'
, |
| 102 # crbug.com/105560 |
| 103 '-notifications', |
| 104 # crbug.com/99506 |
| 105 '-notifications.NotificationsTest.testSpecialURLNotification', |
| 101 # crbug.com/143308 | 106 # crbug.com/143308 |
| 102 '-omnibox.OmniboxLiveTest.testGoogleSearch', | 107 '-omnibox.OmniboxLiveTest.testGoogleSearch', |
| 103 # crbug.com/71715 | 108 # crbug.com/71715 |
| 104 '-omnibox.OmniboxTest.testHistoryResult', | 109 '-omnibox.OmniboxTest.testHistoryResult', |
| 105 # crbug.com/123019 | 110 # crbug.com/123019 |
| 106 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', | 111 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', |
| 107 # crbug.com/137041 | 112 # crbug.com/137041 |
| 108 '-omnibox.OmniboxTest.testDifferentTypesOfResults', | 113 '-omnibox.OmniboxTest.testDifferentTypesOfResults', |
| 109 # crbug.com/85600 | 114 # crbug.com/85600 |
| 110 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', | 115 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 # crbug.com/113090 | 147 # crbug.com/113090 |
| 143 '-extensions.ExtensionsTest.testAllowIncognitoExtension', | 148 '-extensions.ExtensionsTest.testAllowIncognitoExtension', |
| 144 # crbug.com/94682 | 149 # crbug.com/94682 |
| 145 '-gpu.GpuTest.test2dCanvas', | 150 '-gpu.GpuTest.test2dCanvas', |
| 146 # Disabled on vista in the actual test. crbug.com/89767 | 151 # Disabled on vista in the actual test. crbug.com/89767 |
| 147 # -imports.ImportsTest.testImportFirefoxDataTwice | 152 # -imports.ImportsTest.testImportFirefoxDataTwice |
| 148 # Disabled on vista in the actual test. crbug.com/89767 | 153 # Disabled on vista in the actual test. crbug.com/89767 |
| 149 # -imports.ImportsTest.testFirefoxImportFromPrefs | 154 # -imports.ImportsTest.testFirefoxImportFromPrefs |
| 150 # Disabled on vista in the actual test. crbug.com/89767 | 155 # Disabled on vista in the actual test. crbug.com/89767 |
| 151 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs | 156 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs |
| 152 # crbug.com/125424 | 157 # crbug.com/95031 |
| 153 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri
x', | 158 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
| 154 # crbug.com/117569 | 159 # crbug.com/117569 |
| 155 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 160 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 156 # crbug.com/98526 | 161 # crbug.com/98526 |
| 157 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 162 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 158 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 163 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 159 # Disable sync.SyncIntegrationTest on the QA bots in FULL, | 164 # Disable sync.SyncIntegrationTest on the QA bots in FULL, |
| 160 # until sync protobufs are copied over. | 165 # until sync protobufs are copied over. |
| 161 # Also, see crbug.com/104227 | 166 # Also, see crbug.com/104227 |
| 162 '-sync.SyncIntegrationTest', | 167 '-sync.SyncIntegrationTest', |
| 163 # crbug.com/88679 | 168 # crbug.com/88679 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 185 # crbug.com/125989 | 190 # crbug.com/125989 |
| 186 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenAlertD
ialogShow', | 191 '-fullscreen_mouselock.FullscreenMouselockTest.testMouseLockExitWhenAlertD
ialogShow', |
| 187 # Fails on chrome-mac-10_7-qa only: crbug.com/124886 | 192 # Fails on chrome-mac-10_7-qa only: crbug.com/124886 |
| 188 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit'
, | 193 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit'
, |
| 189 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockWhenCancelFS
', | 194 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockWhenCancelFS
', |
| 190 # crbug.com/114244 | 195 # crbug.com/114244 |
| 191 '-imports.ImportsTest.testImportSafariDataTwice', | 196 '-imports.ImportsTest.testImportSafariDataTwice', |
| 192 # crbug.com/121484 | 197 # crbug.com/121484 |
| 193 '-multiprofile.MultiprofileTest.test20NewProfiles', | 198 '-multiprofile.MultiprofileTest.test20NewProfiles', |
| 194 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 199 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
| 200 # Causes browser crash. crbug.com/93548 |
| 201 '-notifications.NotificationsTest.testIncognitoNotification', |
| 202 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
| 203 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 195 # crbug.com/70437 | 204 # crbug.com/70437 |
| 196 '-omnibox.OmniboxTest.testHistoryResult', | 205 '-omnibox.OmniboxTest.testHistoryResult', |
| 197 # crbug.com/91617 | 206 # crbug.com/91617 |
| 198 '-omnibox.OmniboxTest.testContentHistory', | 207 '-omnibox.OmniboxTest.testContentHistory', |
| 199 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 208 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| 200 '-passwords', | 209 '-passwords', |
| 201 # crbug.com/69619 | 210 # crbug.com/69619 |
| 202 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 211 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 203 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 212 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
| 204 '-sync', | 213 '-sync', |
| 205 # crbug.com/98526 | 214 # crbug.com/98526 |
| 206 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 215 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 207 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 216 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 208 ], | 217 ], |
| 209 | 218 |
| 210 'linux': [ | 219 'linux': [ |
| 211 'test_clean_exit', | 220 'test_clean_exit', |
| 212 | 221 |
| 213 # =========================== | 222 # =========================== |
| 214 # Permanently-disabled tests. | 223 # Permanently-disabled tests. |
| 215 # =========================== | 224 # =========================== |
| 225 # crbug.com/104206 |
| 226 '-notifications.NotificationsTest.testKillNotificationProcess', |
| 216 # System password manager obstructs password automation. | 227 # System password manager obstructs password automation. |
| 217 '-passwords', | 228 '-passwords', |
| 218 | 229 |
| 219 # ================================================== | 230 # ================================================== |
| 220 # Disabled tests that need to be investigated/fixed. | 231 # Disabled tests that need to be investigated/fixed. |
| 221 # ================================================== | 232 # ================================================== |
| 222 # crbug.com/100365 | 233 # crbug.com/100365 |
| 223 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 234 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
| 224 # crbug.com/111289 | 235 # crbug.com/111289 |
| 225 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 236 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
| 237 # crbug.com/66072 |
| 238 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 226 # crbug.com/91033 | 239 # crbug.com/91033 |
| 227 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 240 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
| 228 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 | 241 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 |
| 229 '-sync', | 242 '-sync', |
| 230 ], | 243 ], |
| 231 | 244 |
| 232 'chromeos': [ | 245 'chromeos': [ |
| 233 'chromeos_basic', | 246 'chromeos_basic', |
| 234 'chromeos_browser', | 247 'chromeos_browser', |
| 235 'chromeos_crosh', | 248 'chromeos_crosh', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 '-prefs.PrefsTest.testSessionRestore', | 311 '-prefs.PrefsTest.testSessionRestore', |
| 299 # sync tests were running into a secondary passphrase. crosbug.com/15016. | 312 # sync tests were running into a secondary passphrase. crosbug.com/15016. |
| 300 '-sync', | 313 '-sync', |
| 301 # Deal with i18n chars. crosbug.com/12639 | 314 # Deal with i18n chars. crosbug.com/12639 |
| 302 '-downloads.DownloadsTest.testCrazyFilenames', | 315 '-downloads.DownloadsTest.testCrazyFilenames', |
| 303 '-omnibox.OmniboxTest.testCrazyFilenames', | 316 '-omnibox.OmniboxTest.testCrazyFilenames', |
| 304 # crosbug.com/16977 | 317 # crosbug.com/16977 |
| 305 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste
nt', | 318 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste
nt', |
| 306 # crosbug.com/20025 | 319 # crosbug.com/20025 |
| 307 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', | 320 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', |
| 321 # crbug.com/102549 |
| 322 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
| 308 # Chrome driver does not work in Chrome OS. | 323 # Chrome driver does not work in Chrome OS. |
| 309 # crosbug.com/19556 | 324 # crosbug.com/19556 |
| 310 '-prefs_ui', | 325 '-prefs_ui', |
| 311 '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied', | 326 '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied', |
| 312 '-prefs.PrefsTest.testGeolocationPref', | 327 '-prefs.PrefsTest.testGeolocationPref', |
| 313 '-pyauto_webdriver', | 328 '-pyauto_webdriver', |
| 314 ], | 329 ], |
| 315 }, | 330 }, |
| 316 | 331 |
| 317 # Performance tests. | 332 # Performance tests. |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 589 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 575 '-ntp.NTPTest.testUninstallApp', | 590 '-ntp.NTPTest.testUninstallApp', |
| 576 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 591 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 577 '-ntp.NTPTest.testLaunchAppRegularTab', | 592 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 578 '-ntp.NTPTest.testLaunchAppPinnedTab', | 593 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 579 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 594 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 580 '-ntp.NTPTest.testLaunchAppNewWindow', | 595 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 581 ], | 596 ], |
| 582 }, | 597 }, |
| 583 } | 598 } |
| OLD | NEW |