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

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

Issue 9696018: Update pyauto tests to work with the uber page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 8 years, 9 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 | chrome/test/functional/autofill.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) 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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/autofill.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698