| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'execute_javascript', | 47 'execute_javascript', |
| 48 'extensions', | 48 'extensions', |
| 49 'find_in_page', | 49 'find_in_page', |
| 50 'flash', | 50 'flash', |
| 51 'history', | 51 'history', |
| 52 'https', | 52 'https', |
| 53 'imports', | 53 'imports', |
| 54 'indexeddb', | 54 'indexeddb', |
| 55 'infobars', | 55 'infobars', |
| 56 'instant', | 56 'instant', |
| 57 'media.media_basic_playback', |
| 57 'multiprofile', | 58 'multiprofile', |
| 58 'navigation', | 59 'navigation', |
| 59 'notifications', | 60 'notifications', |
| 60 'ntp', | 61 'ntp', |
| 61 'omnibox', | 62 'omnibox', |
| 62 'passwords', | 63 'passwords', |
| 63 'pdf', | 64 'pdf', |
| 64 'plugins', | 65 'plugins', |
| 65 'plugins_check', | 66 'plugins_check', |
| 66 'policy', | 67 'policy', |
| (...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 ], | 624 ], |
| 624 }, | 625 }, |
| 625 | 626 |
| 626 # HTML5 media performance tests. | 627 # HTML5 media performance tests. |
| 627 'AV_PERF': { | 628 'AV_PERF': { |
| 628 'linux': [ | 629 'linux': [ |
| 629 'media.media_constrained_network_perf', | 630 'media.media_constrained_network_perf', |
| 630 ], | 631 ], |
| 631 }, | 632 }, |
| 632 } | 633 } |
| OLD | NEW |