| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 # crbug.com/87837 | 255 # crbug.com/87837 |
| 256 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 256 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
| 257 ], | 257 ], |
| 258 | 258 |
| 259 # ChromeOS is linux, but note that this section does not include the | 259 # ChromeOS is linux, but note that this section does not include the |
| 260 # entries in the linux section above. | 260 # entries in the linux section above. |
| 261 # These tests use the named automation interface to control the | 261 # These tests use the named automation interface to control the |
| 262 # primary chrome on ChromeOS. | 262 # primary chrome on ChromeOS. |
| 263 'chromeos': [ | 263 'chromeos': [ |
| 264 'chromeos_basic', | 264 'chromeos_basic', |
| 265 'chromeos_browser', |
| 265 'chromeos_firmware_version_checker', | 266 'chromeos_firmware_version_checker', |
| 266 'chromeos_power', | 267 'chromeos_power', |
| 267 'chromeos_prefs', | 268 'chromeos_prefs', |
| 268 'chromeos_security', | 269 'chromeos_security', |
| 269 'chromeos_time', | 270 'chromeos_time', |
| 270 'chromeos_update', | 271 'chromeos_update', |
| 271 'chromeos_wifi_sanity', | 272 'chromeos_wifi_sanity', |
| 272 | 273 |
| 273 # =========================== | 274 # =========================== |
| 274 # Permanently-disabled tests. | 275 # Permanently-disabled tests. |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 | 502 |
| 502 # HTML5 media functional tests. | 503 # HTML5 media functional tests. |
| 503 'AV_FUNC': { | 504 'AV_FUNC': { |
| 504 'linux': [ | 505 'linux': [ |
| 505 'media.media_event_simple_action', | 506 'media.media_event_simple_action', |
| 506 'media.media_event_simple_test', | 507 'media.media_event_simple_test', |
| 507 'media.media_event_track', | 508 'media.media_event_track', |
| 508 ], | 509 ], |
| 509 }, | 510 }, |
| 510 } | 511 } |
| OLD | NEW |