| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 221 'chromeos_offline', |
| 222 'chromeos_power', | 222 'chromeos_power', |
| 223 'chromeos_prefs', | 223 'chromeos_prefs', |
| 224 'chromeos_security', | 224 'chromeos_security', |
| 225 'chromeos_time', | 225 'chromeos_time', |
| 226 'chromeos_update', | |
| 227 'chromeos_wifi_sanity', | 226 'chromeos_wifi_sanity', |
| 228 'doc_viewing', | 227 'doc_viewing', |
| 229 'secure_shell', | 228 'secure_shell', |
| 230 'youtube', | 229 'youtube', |
| 231 | 230 |
| 232 # =========================== | 231 # =========================== |
| 233 # Permanently-disabled tests. | 232 # Permanently-disabled tests. |
| 234 # =========================== | 233 # =========================== |
| 235 # No codesign verification on ChromeOS. | 234 # No codesign verification on ChromeOS. |
| 236 '-codesign', | 235 '-codesign', |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 575 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 577 '-ntp.NTPTest.testUninstallApp', | 576 '-ntp.NTPTest.testUninstallApp', |
| 578 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 577 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 579 '-ntp.NTPTest.testLaunchAppRegularTab', | 578 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 580 '-ntp.NTPTest.testLaunchAppPinnedTab', | 579 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 581 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 580 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 582 '-ntp.NTPTest.testLaunchAppNewWindow', | 581 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 583 ], | 582 ], |
| 584 }, | 583 }, |
| 585 } | 584 } |
| OLD | NEW |