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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 # crbug.com/103379 | 131 # crbug.com/103379 |
132 '-policy.PolicyTest.testDisable3DAPIs', | 132 '-policy.PolicyTest.testDisable3DAPIs', |
133 # crbug.com/96896 | 133 # crbug.com/96896 |
134 '-policy.PolicyTest.testEnabledPlugins', | 134 '-policy.PolicyTest.testEnabledPlugins', |
135 # crbug.com/115427 | 135 # crbug.com/115427 |
136 '-policy.PolicyTest.testAlwaysAuthorizePlugins', | 136 '-policy.PolicyTest.testAlwaysAuthorizePlugins', |
137 # crbug.com/118054 | 137 # crbug.com/118054 |
138 '-policy.PolicyTest.testApplicationLocaleValue', | 138 '-policy.PolicyTest.testApplicationLocaleValue', |
139 # crbug.com/118123 | 139 # crbug.com/118123 |
140 '-policy.PolicyTest.testExtensionInstallFromForceList', | 140 '-policy.PolicyTest.testExtensionInstallFromForceList', |
| 141 # crbug.com/117644 |
| 142 '-policy_prefs_ui', |
| 143 '-prefs_ui', |
141 ], | 144 ], |
142 | 145 |
143 'win': [ | 146 'win': [ |
144 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, | 147 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, |
145 # which contains the sync protobufs. | 148 # which contains the sync protobufs. |
146 #'sync.SyncIntegrationTest', | 149 #'sync.SyncIntegrationTest', |
147 | 150 |
148 # ================================================== | 151 # ================================================== |
149 # Disabled tests that need to be investigated/fixed. | 152 # Disabled tests that need to be investigated/fixed. |
150 # ================================================== | 153 # ================================================== |
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 ], | 679 ], |
677 }, | 680 }, |
678 | 681 |
679 # HTML5 media performance tests. | 682 # HTML5 media performance tests. |
680 'AV_PERF': { | 683 'AV_PERF': { |
681 'linux': [ | 684 'linux': [ |
682 'media.media_constrained_network_perf', | 685 'media.media_constrained_network_perf', |
683 ], | 686 ], |
684 }, | 687 }, |
685 } | 688 } |
OLD | NEW |