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

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

Issue 11971025: [sync] Divorce python sync test server chromiumsync.py from testserver.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Philippe's comments. Created 7 years, 11 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 #
11 # Within each platform, tests are specified in up to 3 groups: (1) enabled 11 # Within each platform, tests are specified in up to 3 groups: (1) enabled
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'multiprofile', 49 'multiprofile',
50 'nacl_sdk', 50 'nacl_sdk',
51 'ntp', 51 'ntp',
52 'omnibox', 52 'omnibox',
53 'passwords', 53 'passwords',
54 'prefs', 54 'prefs',
55 'prefs_ui', 55 'prefs_ui',
56 'pyauto_webdriver', 56 'pyauto_webdriver',
57 'search_engines', 57 'search_engines',
58 'special_tabs', 58 'special_tabs',
59 'sync.SyncTest',
60 'test_pyauto', 59 'test_pyauto',
61 60
62 # =========================== 61 # ===========================
63 # Permanently-disabled tests. 62 # Permanently-disabled tests.
64 # =========================== 63 # ===========================
65 64
66 # ================================================== 65 # ==================================================
67 # Disabled tests that need to be investigated/fixed. 66 # Disabled tests that need to be investigated/fixed.
68 # ================================================== 67 # ==================================================
69 # crbug.com/145006 68 # crbug.com/145006
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', 121 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
123 # crbug.com/157271 122 # crbug.com/157271
124 '-prefs_ui.PrefsUITest.testDeleteExceptionUI', 123 '-prefs_ui.PrefsUITest.testDeleteExceptionUI',
125 # crbug.com/151973 124 # crbug.com/151973
126 '-prefs_ui.PrefsUITest.testInitialLineEntryInIncognitoUI', 125 '-prefs_ui.PrefsUITest.testInitialLineEntryInIncognitoUI',
127 # crbug.com/162341 126 # crbug.com/162341
128 '-prefs_ui.PrefsUITest.testLocationSettingOptionsUI', 127 '-prefs_ui.PrefsUITest.testLocationSettingOptionsUI',
129 '-prefs_ui.PrefsUITest.testNoInitialLineEntryInUI', 128 '-prefs_ui.PrefsUITest.testNoInitialLineEntryInUI',
130 # crbug.com/132285 129 # crbug.com/132285
131 '-special_tabs.SpecialTabsTest.testSpecialURLTabs', 130 '-special_tabs.SpecialTabsTest.testSpecialURLTabs',
132 # crbug.com/88593
133 '-sync.SyncTest.testPersonalStuffSyncSection',
134 # crbug.com/168081 131 # crbug.com/168081
135 '-ntp.NTPTest.testCloseOneTab', 132 '-ntp.NTPTest.testCloseOneTab',
136 ], 133 ],
137 134
138 'win': [ 135 'win': [
139 'gpu', 136 'gpu',
140 137
141 # =========================== 138 # ===========================
142 # Permanently-disabled tests. 139 # Permanently-disabled tests.
143 # =========================== 140 # ===========================
(...skipping 20 matching lines...) Expand all
164 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs 161 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs
165 # crbug.com/168809 162 # crbug.com/168809
166 '-instant.InstantTest.testInstantCaseSensitivity', 163 '-instant.InstantTest.testInstantCaseSensitivity',
167 # crbug.com/125424 164 # crbug.com/125424
168 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri x', 165 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri x',
169 # crbug.com/117569 166 # crbug.com/117569
170 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 167 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
171 # crbug.com/98526 168 # crbug.com/98526
172 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 169 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
173 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 170 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
174 # Disable sync.SyncIntegrationTest on the QA bots in FULL,
175 # until sync protobufs are copied over.
176 # Also, see crbug.com/104227
177 '-sync.SyncIntegrationTest',
178 # crbug.com/88679
179 '-sync.SyncTest',
180 # crbug.com/86949
181 '-sync.SyncTest.testRestartBrowser',
182 # crbug.com/87642
183 '-sync.SyncTest.testDisableAndEnableDatatypes',
184 ], 171 ],
185 172
186 'mac': [ 173 'mac': [
187 # =========================== 174 # ===========================
188 # Permanently-disabled tests. 175 # Permanently-disabled tests.
189 # =========================== 176 # ===========================
190 177
191 # ================================================== 178 # ==================================================
192 # Disabled tests that need to be investigated/fixed. 179 # Disabled tests that need to be investigated/fixed.
193 # ================================================== 180 # ==================================================
(...skipping 14 matching lines...) Expand all
208 '-multiprofile.MultiprofileTest.test20NewProfiles', 195 '-multiprofile.MultiprofileTest.test20NewProfiles',
209 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 196 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812
210 # crbug.com/70437 197 # crbug.com/70437
211 '-omnibox.OmniboxTest.testHistoryResult', 198 '-omnibox.OmniboxTest.testHistoryResult',
212 # crbug.com/91617 199 # crbug.com/91617
213 '-omnibox.OmniboxTest.testContentHistory', 200 '-omnibox.OmniboxTest.testContentHistory',
214 # Keychain popups make autofill/password tests difficult: crbug.com/49378 201 # Keychain popups make autofill/password tests difficult: crbug.com/49378
215 '-passwords', 202 '-passwords',
216 # crbug.com/69619 203 # crbug.com/69619
217 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 204 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
218 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
219 '-sync',
220 # crbug.com/98526 205 # crbug.com/98526
221 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 206 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
222 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 207 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
223 ], 208 ],
224 209
225 'linux': [ 210 'linux': [
226 'test_clean_exit', 211 'test_clean_exit',
227 212
228 # =========================== 213 # ===========================
229 # Permanently-disabled tests. 214 # Permanently-disabled tests.
230 # =========================== 215 # ===========================
231 # System password manager obstructs password automation. 216 # System password manager obstructs password automation.
232 '-passwords', 217 '-passwords',
233 218
234 # ================================================== 219 # ==================================================
235 # Disabled tests that need to be investigated/fixed. 220 # Disabled tests that need to be investigated/fixed.
236 # ================================================== 221 # ==================================================
237 # crbug.com/100365 222 # crbug.com/100365
238 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', 223 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
239 # crbug.com/111289 224 # crbug.com/111289
240 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 225 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
241 # crbug.com/91033 226 # crbug.com/91033
242 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 227 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
243 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
244 '-sync',
245 ], 228 ],
246 229
247 'chromeos': [ 230 'chromeos': [
248 'chromeos_basic', 231 'chromeos_basic',
249 'chromeos_browser', 232 'chromeos_browser',
250 'chromeos_crosh', 233 'chromeos_crosh',
251 'chromeos_file_browser', 234 'chromeos_file_browser',
252 'chromeos_offline', 235 'chromeos_offline',
253 'chromeos_power', 236 'chromeos_power',
254 'chromeos_prefs', 237 'chromeos_prefs',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 # crbug.com/91033 287 # crbug.com/91033
305 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 288 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
306 # crosbug.com/19760 289 # crosbug.com/19760
307 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 290 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
308 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 291 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
309 # onunload popups get created in the same window on chromeos 292 # onunload popups get created in the same window on chromeos
310 # Session restore not working with PyAuto. crosbug.com/12648 293 # Session restore not working with PyAuto. crosbug.com/12648
311 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 294 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
312 '-prefs.PrefsTest.testSessionRestoreURLs', 295 '-prefs.PrefsTest.testSessionRestoreURLs',
313 '-prefs.PrefsTest.testSessionRestore', 296 '-prefs.PrefsTest.testSessionRestore',
314 # sync tests were running into a secondary passphrase. crosbug.com/15016.
315 '-sync',
316 # Deal with i18n chars. crosbug.com/12639 297 # Deal with i18n chars. crosbug.com/12639
317 '-downloads.DownloadsTest.testCrazyFilenames', 298 '-downloads.DownloadsTest.testCrazyFilenames',
318 '-omnibox.OmniboxTest.testCrazyFilenames', 299 '-omnibox.OmniboxTest.testCrazyFilenames',
319 # crosbug.com/16977 300 # crosbug.com/16977
320 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste nt', 301 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste nt',
321 # crosbug.com/20025 302 # crosbug.com/20025
322 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', 303 '-chromeos_browser.ChromeosBrowserTest.testFullScreen',
323 # Chrome driver does not work in Chrome OS. 304 # Chrome driver does not work in Chrome OS.
324 # crosbug.com/19556 305 # crosbug.com/19556
325 '-prefs_ui', 306 '-prefs_ui',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 576 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
596 '-ntp.NTPTest.testUninstallApp', 577 '-ntp.NTPTest.testUninstallApp',
597 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 578 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
598 '-ntp.NTPTest.testLaunchAppRegularTab', 579 '-ntp.NTPTest.testLaunchAppRegularTab',
599 '-ntp.NTPTest.testLaunchAppPinnedTab', 580 '-ntp.NTPTest.testLaunchAppPinnedTab',
600 '-ntp.NTPTest.testGetAppsWhenInstallApp', 581 '-ntp.NTPTest.testGetAppsWhenInstallApp',
601 '-ntp.NTPTest.testLaunchAppNewWindow', 582 '-ntp.NTPTest.testLaunchAppNewWindow',
602 ], 583 ],
603 }, 584 },
604 } 585 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698