Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10692175: Re-enable the policy tests fixed by r145587 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698