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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 # crbug.com/115427 | 121 # crbug.com/115427 |
122 '-policy.PolicyTest.testAlwaysAuthorizePlugins', | 122 '-policy.PolicyTest.testAlwaysAuthorizePlugins', |
123 # crbug.com/118054 | 123 # crbug.com/118054 |
124 '-policy.PolicyTest.testApplicationLocaleValue', | 124 '-policy.PolicyTest.testApplicationLocaleValue', |
125 # crbug.com/131258 | 125 # crbug.com/131258 |
126 '-policy.PolicyTest.testDefaultSearchProviderOptions', | 126 '-policy.PolicyTest.testDefaultSearchProviderOptions', |
127 # crbug.com/96896 | 127 # crbug.com/96896 |
128 '-policy.PolicyTest.testEnabledPlugins', | 128 '-policy.PolicyTest.testEnabledPlugins', |
129 # crbug.com/118123 | 129 # crbug.com/118123 |
130 '-policy.PolicyTest.testExtensionInstallFromForceList', | 130 '-policy.PolicyTest.testExtensionInstallFromForceList', |
131 # crbug.com/134560 | |
132 '-policy.PolicyTest.testBlacklistPolicy', | |
133 '-policy.PolicyTest.testPolicyToPrefMapping', | |
134 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', | |
135 '-policy.PolicyTest.testSavingBrowserHistoryDisabled', | |
136 # crbug.com/47935 | 131 # crbug.com/47935 |
137 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', | 132 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', |
138 # crbug.com/83827 | 133 # crbug.com/83827 |
139 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', | 134 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', |
140 # crbug.com/85600 | 135 # crbug.com/85600 |
141 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', | 136 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', |
142 # crbug.com/112051 | 137 # crbug.com/112051 |
143 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', | 138 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', |
144 # crbug.com/88593 | 139 # crbug.com/88593 |
145 '-sync.SyncTest.testPersonalStuffSyncSection', | 140 '-sync.SyncTest.testPersonalStuffSyncSection', |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 '-policy', | 843 '-policy', |
849 '-prefs', | 844 '-prefs', |
850 '-prefs_ui', | 845 '-prefs_ui', |
851 '-apptest', | 846 '-apptest', |
852 '-plugins', | 847 '-plugins', |
853 '-omnibox', | 848 '-omnibox', |
854 '-special_tabs', | 849 '-special_tabs', |
855 ], | 850 ], |
856 }, | 851 }, |
857 } | 852 } |
OLD | NEW |