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

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

Issue 7771002: Fix typo on PYAUTO_TESTS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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) 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 '-sync', 162 '-sync',
163 # crbug.com/86949 163 # crbug.com/86949
164 '-sync.SyncTest.testRestartBrowser', 164 '-sync.SyncTest.testRestartBrowser',
165 # crbug.com/87642 165 # crbug.com/87642
166 '-sync.SyncTest.testDisableAndEnableDatatypes', 166 '-sync.SyncTest.testDisableAndEnableDatatypes',
167 # crbug.com/88190 167 # crbug.com/88190
168 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 168 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
169 # Crashes browser. crbug.com/89000 169 # Crashes browser. crbug.com/89000
170 '-prefs.PrefsTest.testGeolocationPref', 170 '-prefs.PrefsTest.testGeolocationPref',
171 # crbug.com/93822 171 # crbug.com/93822
172 '-process_count.ProcessCountTest.testprocessCountAppendSingleTab', 172 '-process_count.ProcessCountTest.testProcessCountAppendSingleTab',
173 '-process_count.ProcessCountTest.testprocessCountCombination', 173 '-process_count.ProcessCountTest.testProcessCountCombination',
174 '-process_count.ProcessCountTest.testprocessCountExtensionProcess', 174 '-process_count.ProcessCountTest.testProcessCountExtensionProcess',
175 '-process_count.ProcessCountTest.testprocessCountFlashProcess', 175 '-process_count.ProcessCountTest.testProcessCountFlashProcess',
176 '-process_count.ProcessCountTest.testprocessCountFreshProfile', 176 '-process_count.ProcessCountTest.testProcessCountFreshProfile',
177 '-process_count.ProcessCountTest.testprocessCountNewWindow', 177 '-process_count.ProcessCountTest.testProcessCountNewWindow',
178 ], 178 ],
179 179
180 'mac': [ 180 'mac': [
181 # ================================================== 181 # ==================================================
182 # Disabled tests that need to be investigated/fixed. 182 # Disabled tests that need to be investigated/fixed.
183 # ================================================== 183 # ==================================================
184 # Keychain popups make autofill/password tests difficult: crbug.com/49378 184 # Keychain popups make autofill/password tests difficult: crbug.com/49378
185 '-autofill', 185 '-autofill',
186 # codesign tests should run *after* signing. crbug.com/50481 186 # codesign tests should run *after* signing. crbug.com/50481
187 '-codesign', 187 '-codesign',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 507
508 # HTML5 media functional tests. 508 # HTML5 media functional tests.
509 'AV_FUNC': { 509 'AV_FUNC': {
510 'linux': [ 510 'linux': [
511 'media.media_event_simple_action', 511 'media.media_event_simple_action',
512 'media.media_event_simple_test', 512 'media.media_event_simple_test',
513 'media.media_event_track', 513 'media.media_event_track',
514 ], 514 ],
515 }, 515 },
516 } 516 }
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