| OLD | NEW |
| 1 # Copyright 2013 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 # |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 '-extensions.ExtensionsTest.testAllowAccessFileURLs', | 211 '-extensions.ExtensionsTest.testAllowAccessFileURLs', |
| 212 # crbug.com/91033 | 212 # crbug.com/91033 |
| 213 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 213 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
| 214 ], | 214 ], |
| 215 | 215 |
| 216 'chromeos': [ | 216 'chromeos': [ |
| 217 'chromeos_basic', | 217 'chromeos_basic', |
| 218 'chromeos_browser', | 218 'chromeos_browser', |
| 219 'chromeos_crosh', | 219 'chromeos_crosh', |
| 220 'chromeos_file_browser', | 220 'chromeos_file_browser', |
| 221 'chromeos_offline', | |
| 222 'chromeos_power', | 221 'chromeos_power', |
| 223 'chromeos_prefs', | 222 'chromeos_prefs', |
| 224 'chromeos_security', | 223 'chromeos_security', |
| 225 'chromeos_time', | 224 'chromeos_time', |
| 226 'chromeos_wifi_sanity', | 225 'chromeos_wifi_sanity', |
| 227 'doc_viewing', | 226 'doc_viewing', |
| 228 'secure_shell', | 227 'secure_shell', |
| 229 'youtube', | 228 'youtube', |
| 230 | 229 |
| 231 # =========================== | 230 # =========================== |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 # crosbug.com/19760 | 266 # crosbug.com/19760 |
| 268 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 267 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
| 269 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 268 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
| 270 # onunload popups get created in the same window on chromeos | 269 # onunload popups get created in the same window on chromeos |
| 271 # Session restore not working with PyAuto. crosbug.com/12648 | 270 # Session restore not working with PyAuto. crosbug.com/12648 |
| 272 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', | 271 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', |
| 273 '-prefs.PrefsTest.testSessionRestoreURLs', | 272 '-prefs.PrefsTest.testSessionRestoreURLs', |
| 274 '-prefs.PrefsTest.testSessionRestore', | 273 '-prefs.PrefsTest.testSessionRestore', |
| 275 # Deal with i18n chars. crosbug.com/12639 | 274 # Deal with i18n chars. crosbug.com/12639 |
| 276 '-omnibox.OmniboxTest.testCrazyFilenames', | 275 '-omnibox.OmniboxTest.testCrazyFilenames', |
| 277 # crosbug.com/16977 | |
| 278 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste
nt', | |
| 279 # crosbug.com/20025 | 276 # crosbug.com/20025 |
| 280 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', | 277 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', |
| 281 # Chrome driver does not work in Chrome OS. | 278 # Chrome driver does not work in Chrome OS. |
| 282 # crosbug.com/19556 | 279 # crosbug.com/19556 |
| 283 '-prefs_ui', | 280 '-prefs_ui', |
| 284 '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied', | 281 '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied', |
| 285 '-prefs.PrefsTest.testGeolocationPref', | 282 '-prefs.PrefsTest.testGeolocationPref', |
| 286 '-pyauto_webdriver', | 283 '-pyauto_webdriver', |
| 287 ], | 284 ], |
| 288 }, | 285 }, |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 'perf.FlashTest.testFlashGaming', | 370 'perf.FlashTest.testFlashGaming', |
| 374 'perf.ScrollTest.testGooglePlusScroll', | 371 'perf.ScrollTest.testGooglePlusScroll', |
| 375 'perf.TabPerfTest.test20Tabs', | 372 'perf.TabPerfTest.test20Tabs', |
| 376 'perf.WebGLTest.testWebGLSpaceRocks', | 373 'perf.WebGLTest.testWebGLSpaceRocks', |
| 377 ], | 374 ], |
| 378 }, | 375 }, |
| 379 | 376 |
| 380 'EMPTY': { | 377 'EMPTY': { |
| 381 }, | 378 }, |
| 382 | 379 |
| 383 'CHROMEOS_CONNECTIVITY': { | |
| 384 'chromeos': [ | |
| 385 'chromeos_wifi_functional', | |
| 386 'chromeos_wifi_compliance', | |
| 387 'wifi_downloads', | |
| 388 'wifi_notification', | |
| 389 ], | |
| 390 }, | |
| 391 | |
| 392 # ChromeOS flash tests. | 380 # ChromeOS flash tests. |
| 393 'CHROMEOS_FLASH': { | 381 'CHROMEOS_FLASH': { |
| 394 'chromeos': [ | 382 'chromeos': [ |
| 395 'flash', | 383 'flash', |
| 396 ], | 384 ], |
| 397 }, | 385 }, |
| 398 | 386 |
| 399 # ChromeOS login tests. | |
| 400 'CHROMEOS_LOGIN': { | |
| 401 'chromeos': [ | |
| 402 'chromeos_login', | |
| 403 'chromeos_oobe', | |
| 404 | |
| 405 # crosbug.com/32583 | |
| 406 '-chromeos_login.ChromeosLoginCachedCredentialsUserPod.testCachedCredentia
lsUserPod', | |
| 407 ], | |
| 408 }, | |
| 409 | |
| 410 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests | |
| 411 # but require custom setup on ChromeOS. Others are specific to ChromeOS only. | |
| 412 'CHROMEOS_POLICY': { | |
| 413 'chromeos': [ | |
| 414 'chromeos_ephemeral', | |
| 415 'chromeos_device_policy', | |
| 416 'chromeos_onc', | |
| 417 'chromeos_retail_mode', | |
| 418 ], | |
| 419 }, | |
| 420 | |
| 421 # ChromeOS volume tests. | 387 # ChromeOS volume tests. |
| 422 'CHROMEOS_VOLUME': { | 388 'CHROMEOS_VOLUME': { |
| 423 'chromeos': [ | 389 'chromeos': [ |
| 424 'chromeos_volume', | 390 'chromeos_volume', |
| 425 ], | 391 ], |
| 426 }, | 392 }, |
| 427 | 393 |
| 428 # ChromeOS Accessibility tests. | 394 # ChromeOS Accessibility tests. |
| 429 'CHROMEOS_ACCESSIBILITY': { | 395 'CHROMEOS_ACCESSIBILITY': { |
| 430 'chromeos': [ | 396 'chromeos': [ |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 495 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 530 '-ntp.NTPTest.testUninstallApp', | 496 '-ntp.NTPTest.testUninstallApp', |
| 531 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 497 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 532 '-ntp.NTPTest.testLaunchAppRegularTab', | 498 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 533 '-ntp.NTPTest.testLaunchAppPinnedTab', | 499 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 534 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 500 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 535 '-ntp.NTPTest.testLaunchAppNewWindow', | 501 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 536 ], | 502 ], |
| 537 }, | 503 }, |
| 538 } | 504 } |
| OLD | NEW |