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

Side by Side Diff: PYAUTO_TESTS

Issue 7730006: Fixed the issue in the script:special_tabs.SpecialTabsTest.testSpecialURLRedirects (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/functional/
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 | special_tabs.py » ('j') | special_tabs.py » ('J')
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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 # crbug.com/88679 161 # crbug.com/88679
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
172 '-process_count.ProcessCountTest.testprocessCountAppendSingleTab',
173 '-process_count.ProcessCountTest.testprocessCountCombination',
174 '-process_count.ProcessCountTest.testprocessCountExtensionProcess',
175 '-process_count.ProcessCountTest.testprocessCountFlashProcess',
176 '-process_count.ProcessCountTest.testprocessCountFreshProfile',
177 '-process_count.ProcessCountTest.testprocessCountNewWindow',
171 ], 178 ],
172 179
173 'mac': [ 180 'mac': [
174 # ================================================== 181 # ==================================================
175 # Disabled tests that need to be investigated/fixed. 182 # Disabled tests that need to be investigated/fixed.
176 # ================================================== 183 # ==================================================
177 # Keychain popups make autofill/password tests difficult: crbug.com/49378 184 # Keychain popups make autofill/password tests difficult: crbug.com/49378
178 '-autofill', 185 '-autofill',
179 # codesign tests should run *after* signing. crbug.com/50481 186 # codesign tests should run *after* signing. crbug.com/50481
180 '-codesign', 187 '-codesign',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 505
499 # HTML5 media functional tests. 506 # HTML5 media functional tests.
500 'AV_FUNC': { 507 'AV_FUNC': {
501 'linux': [ 508 'linux': [
502 'media.media_event_simple_action', 509 'media.media_event_simple_action',
503 'media.media_event_simple_test', 510 'media.media_event_simple_test',
504 'media.media_event_track', 511 'media.media_event_track',
505 ], 512 ],
506 }, 513 },
507 } 514 }
OLDNEW
« no previous file with comments | « no previous file | special_tabs.py » ('j') | special_tabs.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698