| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'navigation', | 56 'navigation', |
| 57 'notifications', | 57 'notifications', |
| 58 'ntp', | 58 'ntp', |
| 59 'omnibox', | 59 'omnibox', |
| 60 'passwords', | 60 'passwords', |
| 61 'pdf', | 61 'pdf', |
| 62 'plugins', | 62 'plugins', |
| 63 'plugins_check', | 63 'plugins_check', |
| 64 'popups', | 64 'popups', |
| 65 'prefs', | 65 'prefs', |
| 66 'pyauto_webdriver', | |
| 67 'search_engines', | 66 'search_engines', |
| 68 'shortcuts', | 67 'shortcuts', |
| 69 'special_tabs', | 68 'special_tabs', |
| 70 'sync', | 69 'sync', |
| 71 'test_basic', | 70 'test_basic', |
| 72 'test_pyauto', | 71 'test_pyauto', |
| 73 'themes', | 72 'themes', |
| 74 | 73 |
| 75 # ================================================== | 74 # ================================================== |
| 76 # Disabled tests that need to be investigated/fixed. | 75 # Disabled tests that need to be investigated/fixed. |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 | 483 |
| 485 # HTML5 media functional tests. | 484 # HTML5 media functional tests. |
| 486 'AV_FUNC': { | 485 'AV_FUNC': { |
| 487 'linux': [ | 486 'linux': [ |
| 488 'media.media_event_simple_action', | 487 'media.media_event_simple_action', |
| 489 'media.media_event_simple_test', | 488 'media.media_event_simple_test', |
| 490 'media.media_event_track', | 489 'media.media_event_track', |
| 491 ], | 490 ], |
| 492 }, | 491 }, |
| 493 } | 492 } |
| OLD | NEW |