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

Side by Side Diff: functional/PYAUTO_TESTS

Issue 7537028: Enabling 3 tests on windows as they are not failing anymore on the bot. Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'win': [ 128 'win': [
129 # ================================================== 129 # ==================================================
130 # Disabled tests that need to be investigated/fixed. 130 # Disabled tests that need to be investigated/fixed.
131 # ================================================== 131 # ==================================================
132 # crbug.com/89081 132 # crbug.com/89081
133 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers', 133 '-autofill.AutofillTest.testCharsStrippedForAggregatedPhoneNumbers',
134 # crbug.com/85597 134 # crbug.com/85597
135 '-cookies.CookiesTest.testCookiesFile', 135 '-cookies.CookiesTest.testCookiesFile',
136 # Some download test fails on win official builder, only thru buildbot 136 # Some download test fails on win official builder, only thru buildbot
137 # when downloading the small zip file. 137 # when downloading the small zip file.
138 # crbug.com/50481, crbug.com/54942
Nirnimesh 2011/08/01 19:23:23 Please reference both these bug numbers on your CL
139 '-downloads.DownloadsTest.testZip',
140 '-downloads.DownloadsTest.testRemoveDownload',
141 # Disabled on vista in the actual test. crbug.com/89767 138 # Disabled on vista in the actual test. crbug.com/89767
142 # -imports.ImportsTest.testImportFirefoxDataTwice 139 # -imports.ImportsTest.testImportFirefoxDataTwice
143 # Disabled on vista in the actual test. crbug.com/89767 140 # Disabled on vista in the actual test. crbug.com/89767
144 # -imports.ImportsTest.testFirefoxImportFromPrefs 141 # -imports.ImportsTest.testFirefoxImportFromPrefs
145 # Disabled on vista in the actual test. crbug.com/89767 142 # Disabled on vista in the actual test. crbug.com/89767
146 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs 143 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs
147 # crbug.com/66072 144 # crbug.com/66072
148 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 145 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
149 # crbug.com/85598 146 # crbug.com/85598
150 '-ntp.NTPTest.testGetAppsWhenInstallApp', 147 '-ntp.NTPTest.testGetAppsWhenInstallApp',
151 '-ntp.NTPTest.testLaunchAppFullScreen', 148 '-ntp.NTPTest.testLaunchAppFullScreen',
152 '-ntp.NTPTest.testLaunchAppNewWindow', 149 '-ntp.NTPTest.testLaunchAppNewWindow',
153 '-ntp.NTPTest.testLaunchAppPinnedTab', 150 '-ntp.NTPTest.testLaunchAppPinnedTab',
154 '-ntp.NTPTest.testLaunchAppRegularTab', 151 '-ntp.NTPTest.testLaunchAppRegularTab',
155 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 152 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
156 '-ntp.NTPTest.testUninstallApp', 153 '-ntp.NTPTest.testUninstallApp',
157 # crbug.com/70694, crbug.com/73078 154 # crbug.com/70694, crbug.com/73078
158 '-passwords.PasswordTest.testInfoBarDisappearByReload', 155 '-passwords.PasswordTest.testInfoBarDisappearByReload',
159 '-passwords.PasswordTest.testNeverSavePasswords', 156 '-passwords.PasswordTest.testNeverSavePasswords',
160 # crbug.com/67588 157 # crbug.com/67588
161 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 158 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
162 '-prefs.PrefsTest.testDownloadDirPref',
163 # crbug.com/88679 159 # crbug.com/88679
164 '-sync', 160 '-sync',
165 # crbug.com/86949 161 # crbug.com/86949
166 '-sync.SyncTest.testRestartBrowser', 162 '-sync.SyncTest.testRestartBrowser',
167 # crbug.com/87642 163 # crbug.com/87642
168 '-sync.SyncTest.testDisableAndEnableDatatypes', 164 '-sync.SyncTest.testDisableAndEnableDatatypes',
169 # crbug.com/88190 165 # crbug.com/88190
170 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 166 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
171 # crbug.com/89784 167 # crbug.com/89784
172 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone', 168 '-autofill.AutofillTest.testProfileSavedWithValidCountryPhone',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 457
462 # HTML5 media functional tests. 458 # HTML5 media functional tests.
463 'AV_FUNC': { 459 'AV_FUNC': {
464 'linux': [ 460 'linux': [
465 'media.media_event_simple_action', 461 'media.media_event_simple_action',
466 'media.media_event_simple_test', 462 'media.media_event_simple_test',
467 'media.media_event_track', 463 'media.media_event_track',
468 ], 464 ],
469 }, 465 },
470 } 466 }
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