| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'navigation', | 57 'navigation', |
| 58 'notifications', | 58 'notifications', |
| 59 'ntp', | 59 'ntp', |
| 60 'omnibox', | 60 'omnibox', |
| 61 'passwords', | 61 'passwords', |
| 62 'pdf', | 62 'pdf', |
| 63 'plugins', | 63 'plugins', |
| 64 'plugins_check', | 64 'plugins_check', |
| 65 'popups', | 65 'popups', |
| 66 'prefs', | 66 'prefs', |
| 67 'pyauto_webdriver', |
| 67 'search_engines', | 68 'search_engines', |
| 68 'shortcuts', | 69 'shortcuts', |
| 69 'special_tabs', | 70 'special_tabs', |
| 70 'sync', | 71 'sync', |
| 71 'test_basic', | 72 'test_basic', |
| 72 'test_pyauto', | 73 'test_pyauto', |
| 73 'themes', | 74 'themes', |
| 74 | 75 |
| 75 # ================================================== | 76 # ================================================== |
| 76 # Disabled tests that need to be investigated/fixed. | 77 # Disabled tests that need to be investigated/fixed. |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 | 471 |
| 471 # HTML5 media functional tests. | 472 # HTML5 media functional tests. |
| 472 'AV_FUNC': { | 473 'AV_FUNC': { |
| 473 'linux': [ | 474 'linux': [ |
| 474 'media.media_event_simple_action', | 475 'media.media_event_simple_action', |
| 475 'media.media_event_simple_test', | 476 'media.media_event_simple_test', |
| 476 'media.media_event_track', | 477 'media.media_event_track', |
| 477 ], | 478 ], |
| 478 }, | 479 }, |
| 479 } | 480 } |
| OLD | NEW |