| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 # |
| 11 # Within each platform, tests are specified in up to 3 groups: (1) enabled | 11 # Within each platform, tests are specified in up to 3 groups: (1) enabled |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'multiprofile', | 49 'multiprofile', |
| 50 'nacl_sdk', | 50 'nacl_sdk', |
| 51 'ntp', | 51 'ntp', |
| 52 'omnibox', | 52 'omnibox', |
| 53 'passwords', | 53 'passwords', |
| 54 'prefs', | 54 'prefs', |
| 55 'prefs_ui', | 55 'prefs_ui', |
| 56 'pyauto_webdriver', | 56 'pyauto_webdriver', |
| 57 'search_engines', | 57 'search_engines', |
| 58 'special_tabs', | 58 'special_tabs', |
| 59 'sync.SyncTest', | |
| 60 'test_pyauto', | 59 'test_pyauto', |
| 61 | 60 |
| 62 # =========================== | 61 # =========================== |
| 63 # Permanently-disabled tests. | 62 # Permanently-disabled tests. |
| 64 # =========================== | 63 # =========================== |
| 65 | 64 |
| 66 # ================================================== | 65 # ================================================== |
| 67 # Disabled tests that need to be investigated/fixed. | 66 # Disabled tests that need to be investigated/fixed. |
| 68 # ================================================== | 67 # ================================================== |
| 69 # crbug.com/145006 | 68 # crbug.com/145006 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 83 # crbug.com/140460 | 82 # crbug.com/140460 |
| 84 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo
useLock', | 83 '-fullscreen_mouselock.FullscreenMouselockTest.testNoTabFSExitWhenJSExitMo
useLock', |
| 85 # crosbug.com/136875 | 84 # crosbug.com/136875 |
| 86 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSDoesNotExitForAnch
orLinks', | 85 '-fullscreen_mouselock.FullscreenMouselockTest.testTabFSDoesNotExitForAnch
orLinks', |
| 87 # crbug.com/165796 | 86 # crbug.com/165796 |
| 88 '-infobars.OneClickInfobarTest', | 87 '-infobars.OneClickInfobarTest', |
| 89 # crbug.com/131874 | 88 # crbug.com/131874 |
| 90 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', | 89 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', |
| 91 # crbug.com/133315 | 90 # crbug.com/133315 |
| 92 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', | 91 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', |
| 93 # crbug.com/124913 | |
| 94 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', | |
| 95 # crbug.com/165843 | 92 # crbug.com/165843 |
| 96 '-instant.InstantTest.testInstantWithNonInstantSearchEngine', | 93 '-instant.InstantTest.testInstantWithNonInstantSearchEngine', |
| 97 # Mysteriously broken? | 94 # Mysteriously broken? |
| 98 # crbug.com/138857 | 95 # crbug.com/138857 |
| 99 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile'
, | 96 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile'
, |
| 100 # crbug.com/143308 | 97 # crbug.com/143308 |
| 101 '-omnibox.OmniboxLiveTest.testGoogleSearch', | 98 '-omnibox.OmniboxLiveTest.testGoogleSearch', |
| 102 # crbug.com/71715 | 99 # crbug.com/71715 |
| 103 '-omnibox.OmniboxTest.testHistoryResult', | 100 '-omnibox.OmniboxTest.testHistoryResult', |
| 104 # crbug.com/123019 | 101 # crbug.com/123019 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 122 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', | 119 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', |
| 123 # crbug.com/157271 | 120 # crbug.com/157271 |
| 124 '-prefs_ui.PrefsUITest.testDeleteExceptionUI', | 121 '-prefs_ui.PrefsUITest.testDeleteExceptionUI', |
| 125 # crbug.com/151973 | 122 # crbug.com/151973 |
| 126 '-prefs_ui.PrefsUITest.testInitialLineEntryInIncognitoUI', | 123 '-prefs_ui.PrefsUITest.testInitialLineEntryInIncognitoUI', |
| 127 # crbug.com/162341 | 124 # crbug.com/162341 |
| 128 '-prefs_ui.PrefsUITest.testLocationSettingOptionsUI', | 125 '-prefs_ui.PrefsUITest.testLocationSettingOptionsUI', |
| 129 '-prefs_ui.PrefsUITest.testNoInitialLineEntryInUI', | 126 '-prefs_ui.PrefsUITest.testNoInitialLineEntryInUI', |
| 130 # crbug.com/132285 | 127 # crbug.com/132285 |
| 131 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', | 128 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', |
| 132 # crbug.com/88593 | |
| 133 '-sync.SyncTest.testPersonalStuffSyncSection', | |
| 134 # crbug.com/168081 | 129 # crbug.com/168081 |
| 135 '-ntp.NTPTest.testCloseOneTab', | 130 '-ntp.NTPTest.testCloseOneTab', |
| 136 ], | 131 ], |
| 137 | 132 |
| 138 'win': [ | 133 'win': [ |
| 139 'gpu', | 134 'gpu', |
| 140 | 135 |
| 141 # =========================== | 136 # =========================== |
| 142 # Permanently-disabled tests. | 137 # Permanently-disabled tests. |
| 143 # =========================== | 138 # =========================== |
| (...skipping 20 matching lines...) Expand all Loading... |
| 164 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs | 159 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs |
| 165 # crbug.com/168809 | 160 # crbug.com/168809 |
| 166 '-instant.InstantTest.testInstantCaseSensitivity', | 161 '-instant.InstantTest.testInstantCaseSensitivity', |
| 167 # crbug.com/125424 | 162 # crbug.com/125424 |
| 168 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri
x', | 163 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri
x', |
| 169 # crbug.com/117569 | 164 # crbug.com/117569 |
| 170 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 165 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 171 # crbug.com/98526 | 166 # crbug.com/98526 |
| 172 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 167 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 173 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 168 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 174 # Disable sync.SyncIntegrationTest on the QA bots in FULL, | |
| 175 # until sync protobufs are copied over. | |
| 176 # Also, see crbug.com/104227 | |
| 177 '-sync.SyncIntegrationTest', | |
| 178 # crbug.com/88679 | |
| 179 '-sync.SyncTest', | |
| 180 # crbug.com/86949 | |
| 181 '-sync.SyncTest.testRestartBrowser', | |
| 182 # crbug.com/87642 | |
| 183 '-sync.SyncTest.testDisableAndEnableDatatypes', | |
| 184 ], | 169 ], |
| 185 | 170 |
| 186 'mac': [ | 171 'mac': [ |
| 187 # =========================== | 172 # =========================== |
| 188 # Permanently-disabled tests. | 173 # Permanently-disabled tests. |
| 189 # =========================== | 174 # =========================== |
| 190 | 175 |
| 191 # ================================================== | 176 # ================================================== |
| 192 # Disabled tests that need to be investigated/fixed. | 177 # Disabled tests that need to be investigated/fixed. |
| 193 # ================================================== | 178 # ================================================== |
| (...skipping 14 matching lines...) Expand all Loading... |
| 208 '-multiprofile.MultiprofileTest.test20NewProfiles', | 193 '-multiprofile.MultiprofileTest.test20NewProfiles', |
| 209 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 | 194 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 |
| 210 # crbug.com/70437 | 195 # crbug.com/70437 |
| 211 '-omnibox.OmniboxTest.testHistoryResult', | 196 '-omnibox.OmniboxTest.testHistoryResult', |
| 212 # crbug.com/91617 | 197 # crbug.com/91617 |
| 213 '-omnibox.OmniboxTest.testContentHistory', | 198 '-omnibox.OmniboxTest.testContentHistory', |
| 214 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 199 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| 215 '-passwords', | 200 '-passwords', |
| 216 # crbug.com/69619 | 201 # crbug.com/69619 |
| 217 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 202 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 218 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | |
| 219 '-sync', | |
| 220 # crbug.com/98526 | 203 # crbug.com/98526 |
| 221 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 204 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 222 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 205 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 223 ], | 206 ], |
| 224 | 207 |
| 225 'linux': [ | 208 'linux': [ |
| 226 'test_clean_exit', | 209 'test_clean_exit', |
| 227 | 210 |
| 228 # =========================== | 211 # =========================== |
| 229 # Permanently-disabled tests. | 212 # Permanently-disabled tests. |
| 230 # =========================== | 213 # =========================== |
| 231 # System password manager obstructs password automation. | 214 # System password manager obstructs password automation. |
| 232 '-passwords', | 215 '-passwords', |
| 233 | 216 |
| 234 # ================================================== | 217 # ================================================== |
| 235 # Disabled tests that need to be investigated/fixed. | 218 # Disabled tests that need to be investigated/fixed. |
| 236 # ================================================== | 219 # ================================================== |
| 237 # crbug.com/100365 | 220 # crbug.com/100365 |
| 238 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', | 221 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', |
| 239 # crbug.com/111289 | 222 # crbug.com/111289 |
| 240 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 223 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
| 241 # crbug.com/91033 | 224 # crbug.com/91033 |
| 242 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 225 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
| 243 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 | |
| 244 '-sync', | |
| 245 ], | 226 ], |
| 246 | 227 |
| 247 'chromeos': [ | 228 'chromeos': [ |
| 248 'chromeos_basic', | 229 'chromeos_basic', |
| 249 'chromeos_browser', | 230 'chromeos_browser', |
| 250 'chromeos_crosh', | 231 'chromeos_crosh', |
| 251 'chromeos_file_browser', | 232 'chromeos_file_browser', |
| 252 'chromeos_offline', | 233 'chromeos_offline', |
| 253 'chromeos_power', | 234 'chromeos_power', |
| 254 'chromeos_prefs', | 235 'chromeos_prefs', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 # crbug.com/91033 | 285 # crbug.com/91033 |
| 305 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 286 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
| 306 # crosbug.com/19760 | 287 # crosbug.com/19760 |
| 307 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 288 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
| 308 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 289 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 309 # onunload popups get created in the same window on chromeos | 290 # onunload popups get created in the same window on chromeos |
| 310 # Session restore not working with PyAuto. crosbug.com/12648 | 291 # Session restore not working with PyAuto. crosbug.com/12648 |
| 311 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', | 292 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', |
| 312 '-prefs.PrefsTest.testSessionRestoreURLs', | 293 '-prefs.PrefsTest.testSessionRestoreURLs', |
| 313 '-prefs.PrefsTest.testSessionRestore', | 294 '-prefs.PrefsTest.testSessionRestore', |
| 314 # sync tests were running into a secondary passphrase. crosbug.com/15016. | |
| 315 '-sync', | |
| 316 # Deal with i18n chars. crosbug.com/12639 | 295 # Deal with i18n chars. crosbug.com/12639 |
| 317 '-downloads.DownloadsTest.testCrazyFilenames', | 296 '-downloads.DownloadsTest.testCrazyFilenames', |
| 318 '-omnibox.OmniboxTest.testCrazyFilenames', | 297 '-omnibox.OmniboxTest.testCrazyFilenames', |
| 319 # crosbug.com/16977 | 298 # crosbug.com/16977 |
| 320 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste
nt', | 299 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste
nt', |
| 321 # crosbug.com/20025 | 300 # crosbug.com/20025 |
| 322 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', | 301 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', |
| 323 # Chrome driver does not work in Chrome OS. | 302 # Chrome driver does not work in Chrome OS. |
| 324 # crosbug.com/19556 | 303 # crosbug.com/19556 |
| 325 '-prefs_ui', | 304 '-prefs_ui', |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 574 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 596 '-ntp.NTPTest.testUninstallApp', | 575 '-ntp.NTPTest.testUninstallApp', |
| 597 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 576 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 598 '-ntp.NTPTest.testLaunchAppRegularTab', | 577 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 599 '-ntp.NTPTest.testLaunchAppPinnedTab', | 578 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 600 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 579 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 601 '-ntp.NTPTest.testLaunchAppNewWindow', | 580 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 602 ], | 581 ], |
| 603 }, | 582 }, |
| 604 } | 583 } |
| OLD | NEW |