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

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

Issue 8538022: Re-enable pyauto NTP tests on Win/Mac that should now pass. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 # Some download test fails on win official builder, only thru buildbot 138 # Some download test fails on win official builder, only thru buildbot
139 # when downloading the small zip file. 139 # when downloading the small zip file.
140 # crbug.com/91225 140 # crbug.com/91225
141 '-find_in_page.FindMatchTests.testSearchInPDF', 141 '-find_in_page.FindMatchTests.testSearchInPDF',
142 # Disabled on vista in the actual test. crbug.com/89767 142 # Disabled on vista in the actual test. crbug.com/89767
143 # -imports.ImportsTest.testImportFirefoxDataTwice 143 # -imports.ImportsTest.testImportFirefoxDataTwice
144 # Disabled on vista in the actual test. crbug.com/89767 144 # Disabled on vista in the actual test. crbug.com/89767
145 # -imports.ImportsTest.testFirefoxImportFromPrefs 145 # -imports.ImportsTest.testFirefoxImportFromPrefs
146 # Disabled on vista in the actual test. crbug.com/89767 146 # Disabled on vista in the actual test. crbug.com/89767
147 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs 147 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs
148 # crbug.com/85598
149 '-ntp.NTPTest.testGetAppsWhenInstallApp',
150 '-ntp.NTPTest.testLaunchAppFullScreen',
151 '-ntp.NTPTest.testLaunchAppNewWindow',
152 '-ntp.NTPTest.testLaunchAppPinnedTab',
153 '-ntp.NTPTest.testLaunchAppRegularTab',
154 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
155 '-ntp.NTPTest.testUninstallApp',
156 # crbug.com/70694, crbug.com/73078 148 # crbug.com/70694, crbug.com/73078
157 '-passwords.PasswordTest.testInfoBarDisappearByReload', 149 '-passwords.PasswordTest.testInfoBarDisappearByReload',
158 '-passwords.PasswordTest.testNeverSavePasswords', 150 '-passwords.PasswordTest.testNeverSavePasswords',
159 # crbug.com/91887 151 # crbug.com/91887
160 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 152 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
161 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 153 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
162 # causes browser crash? crbug.com/99865 154 # causes browser crash? crbug.com/99865
163 '-prefs.PrefsTest.testGeolocationPref', 155 '-prefs.PrefsTest.testGeolocationPref',
164 # crbug.com/88679 156 # crbug.com/88679
165 '-sync', 157 '-sync',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 # Keychain popups make autofill/password tests difficult: crbug.com/49378 199 # Keychain popups make autofill/password tests difficult: crbug.com/49378
208 '-passwords', 200 '-passwords',
209 # crbug.com/97140 201 # crbug.com/97140
210 '-plugins.PluginsTest.testDisableEnableAllPlugins', 202 '-plugins.PluginsTest.testDisableEnableAllPlugins',
211 # crbug.com/79263 203 # crbug.com/79263
212 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 204 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
213 # crbug.com/69619 205 # crbug.com/69619
214 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 206 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
215 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 207 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
216 '-sync', 208 '-sync',
217 # crbug.com/85598
218 '-ntp.NTPTest.testGetAppsWhenInstallApp',
219 '-ntp.NTPTest.testGetAppsWhenInstallNonApps',
220 '-ntp.NTPTest.testLaunchAppFullScreen',
221 '-ntp.NTPTest.testLaunchAppPinnedTab',
222 '-ntp.NTPTest.testLaunchAppRegularTab',
223 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
224 '-ntp.NTPTest.testUninstallApp',
225 # crbug.com/100595 209 # crbug.com/100595
226 '-plugins.PluginsTest.testBlockPluginException', 210 '-plugins.PluginsTest.testBlockPluginException',
227 # crbug.com/98526 211 # crbug.com/98526
228 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 212 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
229 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 213 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
230 ], 214 ],
231 215
232 'linux': [ # linux != chromeos 216 'linux': [ # linux != chromeos
233 # Enabling here since it's disabled on other platforms. crbug.com/88574 217 # Enabling here since it's disabled on other platforms. crbug.com/88574
234 'special_tabs.SpecialTabsTest.testSpecialURLTabs', 218 'special_tabs.SpecialTabsTest.testSpecialURLTabs',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 602
619 # HTML5 media functional tests. 603 # HTML5 media functional tests.
620 'AV_FUNC': { 604 'AV_FUNC': {
621 'linux': [ 605 'linux': [
622 'media.media_event_simple_action', 606 'media.media_event_simple_action',
623 'media.media_event_simple_test', 607 'media.media_event_simple_test',
624 'media.media_event_track', 608 'media.media_event_track',
625 ], 609 ],
626 }, 610 },
627 } 611 }
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