| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 # crbug.com/111289 | 210 # crbug.com/111289 |
| 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', | |
| 221 'chromeos_power', | 220 'chromeos_power', |
| 222 'chromeos_prefs', | 221 'chromeos_prefs', |
| 223 'chromeos_security', | 222 'chromeos_security', |
| 224 'chromeos_time', | 223 'chromeos_time', |
| 225 'doc_viewing', | |
| 226 'secure_shell', | 224 'secure_shell', |
| 227 'youtube', | 225 'youtube', |
| 228 | 226 |
| 229 # =========================== | 227 # =========================== |
| 230 # Permanently-disabled tests. | 228 # Permanently-disabled tests. |
| 231 # =========================== | 229 # =========================== |
| 232 # No codesign verification on ChromeOS. | 230 # No codesign verification on ChromeOS. |
| 233 '-codesign', | 231 '-codesign', |
| 234 # Sync is already signed in with the login account. | 232 # Sync is already signed in with the login account. |
| 235 # So one-click infobar tests do tno apply to chromeos. | 233 # So one-click infobar tests do tno apply to chromeos. |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 492 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 495 '-ntp.NTPTest.testUninstallApp', | 493 '-ntp.NTPTest.testUninstallApp', |
| 496 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 494 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 497 '-ntp.NTPTest.testLaunchAppRegularTab', | 495 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 498 '-ntp.NTPTest.testLaunchAppPinnedTab', | 496 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 499 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 497 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 500 '-ntp.NTPTest.testLaunchAppNewWindow', | 498 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 501 ], | 499 ], |
| 502 }, | 500 }, |
| 503 } | 501 } |
| OLD | NEW |