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

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

Issue 8400071: Enable policy_prefs_ui.py and disable only the broken policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | chrome/test/functional/policy_prefs_ui.py » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 '-sync', 158 '-sync',
159 # crbug.com/86949 159 # crbug.com/86949
160 '-sync.SyncTest.testRestartBrowser', 160 '-sync.SyncTest.testRestartBrowser',
161 # crbug.com/87642 161 # crbug.com/87642
162 '-sync.SyncTest.testDisableAndEnableDatatypes', 162 '-sync.SyncTest.testDisableAndEnableDatatypes',
163 # crbug.com/95621 163 # crbug.com/95621
164 '-youtube.YoutubeTest.testPlayerStatus', 164 '-youtube.YoutubeTest.testPlayerStatus',
165 # crbug.com/98526 165 # crbug.com/98526
166 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 166 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
167 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 167 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
168 # crbug.com/102136
169 '-policy_prefs_ui.PolicyPrefsUITest.testPoliciesShowBanner',
170 ], 168 ],
171 169
172 'mac': [ 170 'mac': [
173 # ================================================== 171 # ==================================================
174 # Disabled tests that need to be investigated/fixed. 172 # Disabled tests that need to be investigated/fixed.
175 # ================================================== 173 # ==================================================
176 # Keychain popups make autofill/password tests difficult: crbug.com/49378 174 # Keychain popups make autofill/password tests difficult: crbug.com/49378
177 '-autofill', 175 '-autofill',
178 # Autofill on Mac. crbug.com/95165 176 # Autofill on Mac. crbug.com/95165
179 '-browsing_data.BrowsingDataTest.testClearAutofillData', 177 '-browsing_data.BrowsingDataTest.testClearAutofillData',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 580
583 # HTML5 media functional tests. 581 # HTML5 media functional tests.
584 'AV_FUNC': { 582 'AV_FUNC': {
585 'linux': [ 583 'linux': [
586 'media.media_event_simple_action', 584 'media.media_event_simple_action',
587 'media.media_event_simple_test', 585 'media.media_event_simple_test',
588 'media.media_event_track', 586 'media.media_event_track',
589 ], 587 ],
590 }, 588 },
591 } 589 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/policy_prefs_ui.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698