| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 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_power', | 221       'chromeos_power', | 
| 222       'chromeos_prefs', | 222       'chromeos_prefs', | 
| 223       'chromeos_security', | 223       'chromeos_security', | 
| 224       'chromeos_time', | 224       'chromeos_time', | 
| 225       'chromeos_wifi_sanity', |  | 
| 226       'doc_viewing', | 225       'doc_viewing', | 
| 227       'secure_shell', | 226       'secure_shell', | 
| 228       'youtube', | 227       'youtube', | 
| 229 | 228 | 
| 230       # =========================== | 229       # =========================== | 
| 231       # Permanently-disabled tests. | 230       # Permanently-disabled tests. | 
| 232       # =========================== | 231       # =========================== | 
| 233       # No codesign verification on ChromeOS. | 232       # No codesign verification on ChromeOS. | 
| 234       '-codesign', | 233       '-codesign', | 
| 235       # Sync is already signed in with the login account. | 234       # Sync is already signed in with the login account. | 
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 495       '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 494       '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 
| 496       '-ntp.NTPTest.testUninstallApp', | 495       '-ntp.NTPTest.testUninstallApp', | 
| 497       '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 496       '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 
| 498       '-ntp.NTPTest.testLaunchAppRegularTab', | 497       '-ntp.NTPTest.testLaunchAppRegularTab', | 
| 499       '-ntp.NTPTest.testLaunchAppPinnedTab', | 498       '-ntp.NTPTest.testLaunchAppPinnedTab', | 
| 500       '-ntp.NTPTest.testGetAppsWhenInstallApp', | 499       '-ntp.NTPTest.testGetAppsWhenInstallApp', | 
| 501       '-ntp.NTPTest.testLaunchAppNewWindow', | 500       '-ntp.NTPTest.testLaunchAppNewWindow', | 
| 502     ], | 501     ], | 
| 503   }, | 502   }, | 
| 504 } | 503 } | 
| OLD | NEW | 
|---|