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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 # crbug.com/112051 | 129 # crbug.com/112051 |
130 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', | 130 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', |
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 |
| 140 '-policy.PolicyTest.testExtensionInstallFromForceList', |
139 ], | 141 ], |
140 | 142 |
141 'win': [ | 143 'win': [ |
142 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, | 144 # Enable sync.SyncIntegrationTest only for windows CONTINUIOUS, |
143 # which contains the sync protobufs. | 145 # which contains the sync protobufs. |
144 #'sync.SyncIntegrationTest', | 146 #'sync.SyncIntegrationTest', |
145 | 147 |
146 # ================================================== | 148 # ================================================== |
147 # Disabled tests that need to be investigated/fixed. | 149 # Disabled tests that need to be investigated/fixed. |
148 # ================================================== | 150 # ================================================== |
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 ], | 676 ], |
675 }, | 677 }, |
676 | 678 |
677 # HTML5 media performance tests. | 679 # HTML5 media performance tests. |
678 'AV_PERF': { | 680 'AV_PERF': { |
679 'linux': [ | 681 'linux': [ |
680 'media.media_constrained_network_perf', | 682 'media.media_constrained_network_perf', |
681 ], | 683 ], |
682 }, | 684 }, |
683 } | 685 } |
OLD | NEW |