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

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

Issue 8234007: Disable prefs.PrefsTest.testGeolocationPref on win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 2 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 '-ntp.NTPTest.testLaunchAppRegularTab', 156 '-ntp.NTPTest.testLaunchAppRegularTab',
157 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 157 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
158 '-ntp.NTPTest.testUninstallApp', 158 '-ntp.NTPTest.testUninstallApp',
159 # crbug.com/70694, crbug.com/73078 159 # crbug.com/70694, crbug.com/73078
160 '-passwords.PasswordTest.testInfoBarDisappearByReload', 160 '-passwords.PasswordTest.testInfoBarDisappearByReload',
161 '-passwords.PasswordTest.testNeverSavePasswords', 161 '-passwords.PasswordTest.testNeverSavePasswords',
162 # crbug.com/91887 162 # crbug.com/91887
163 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', 163 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage',
164 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 164 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
165 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 165 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
166 # causes browser crash? crbug.com/99865
167 '-prefs.PrefsTest.testGeolocationPref',
166 # crbug.com/88679 168 # crbug.com/88679
167 '-sync', 169 '-sync',
168 # crbug.com/86949 170 # crbug.com/86949
169 '-sync.SyncTest.testRestartBrowser', 171 '-sync.SyncTest.testRestartBrowser',
170 # crbug.com/87642 172 # crbug.com/87642
171 '-sync.SyncTest.testDisableAndEnableDatatypes', 173 '-sync.SyncTest.testDisableAndEnableDatatypes',
172 # crbug.com/95621 174 # crbug.com/95621
173 '-youtube.YoutubeTest.testPlayerStatus', 175 '-youtube.YoutubeTest.testPlayerStatus',
174 ], 176 ],
175 177
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 586
585 # HTML5 media functional tests. 587 # HTML5 media functional tests.
586 'AV_FUNC': { 588 'AV_FUNC': {
587 'linux': [ 589 'linux': [
588 'media.media_event_simple_action', 590 'media.media_event_simple_action',
589 'media.media_event_simple_test', 591 'media.media_event_simple_test',
590 'media.media_event_track', 592 'media.media_event_track',
591 ], 593 ],
592 }, 594 },
593 } 595 }
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