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 15 matching lines...) Expand all Loading... |
26 # exclusions for a particular platform. | 26 # exclusions for a particular platform. |
27 # Names beginning with '@' will be treated as suite names and will be | 27 # Names beginning with '@' will be treated as suite names and will be |
28 # recursively expanded. | 28 # recursively expanded. |
29 | 29 |
30 { | 30 { |
31 # The CONTINUOUS suite includes tests that we expect to pass on a | 31 # The CONTINUOUS suite includes tests that we expect to pass on a |
32 # continuous builder. | 32 # continuous builder. |
33 # This is the suite that gets run on 'Chromium' builds. | 33 # This is the suite that gets run on 'Chromium' builds. |
34 'CONTINUOUS': { | 34 'CONTINUOUS': { |
35 'all': [ | 35 'all': [ |
| 36 'apptest', |
36 'autofill', | 37 'autofill', |
37 'about_plugins_ui.AboutPluginsTest.testAboutPluginDetailInfo', | 38 'about_plugins_ui.AboutPluginsTest.testAboutPluginDetailInfo', |
38 'bookmark_bar', | 39 'bookmark_bar', |
39 'bookmarks', | 40 'bookmarks', |
40 'browser', | 41 'browser', |
41 'browsing_data', | 42 'browsing_data', |
42 'codesign', | 43 'codesign', |
43 'content', | 44 'content', |
44 'cookies', | 45 'cookies', |
45 'crash_reporter', | 46 'crash_reporter', |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 ], | 658 ], |
658 }, | 659 }, |
659 | 660 |
660 # HTML5 media performance tests. | 661 # HTML5 media performance tests. |
661 'AV_PERF': { | 662 'AV_PERF': { |
662 'linux': [ | 663 'linux': [ |
663 'media.media_constrained_network_perf', | 664 'media.media_constrained_network_perf', |
664 ], | 665 ], |
665 }, | 666 }, |
666 } | 667 } |
OLD | NEW |