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

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

Issue 11359174: Convert HTML5 notification pyauto tests to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments from Ken. Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 30 matching lines...) Expand all
41 'execute_javascript', 41 'execute_javascript',
42 'extensions', 42 'extensions',
43 'fullscreen_mouselock', 43 'fullscreen_mouselock',
44 'gtalk.test_basic', 44 'gtalk.test_basic',
45 'imports', 45 'imports',
46 'infobars', 46 'infobars',
47 'instant', 47 'instant',
48 'media.media_basic_playback', 48 'media.media_basic_playback',
49 'multiprofile', 49 'multiprofile',
50 'nacl_sdk', 50 'nacl_sdk',
51 'notifications',
52 'ntp', 51 'ntp',
53 'omnibox', 52 'omnibox',
54 'passwords', 53 'passwords',
55 'prefs', 54 'prefs',
56 'prefs_ui', 55 'prefs_ui',
57 'pyauto_webdriver', 56 'pyauto_webdriver',
58 'search_engines', 57 'search_engines',
59 'special_tabs', 58 'special_tabs',
60 'sync.SyncTest', 59 'sync.SyncTest',
61 'test_pyauto', 60 'test_pyauto',
(...skipping 30 matching lines...) Expand all
92 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', 91 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel',
93 # crbug.com/133315 92 # crbug.com/133315
94 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss', 93 '-infobars.OneClickInfobarTest.testDisplayOneClickInfobarAfterDismiss',
95 # crbug.com/131874 94 # crbug.com/131874
96 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel', 95 '-infobars.OneClickInfobarTest.testNoOneClickInfobarAfterCancel',
97 # crbug.com/124913 96 # crbug.com/124913
98 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', 97 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles',
99 # Mysteriously broken? 98 # Mysteriously broken?
100 # crbug.com/138857 99 # crbug.com/138857
101 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile' , 100 '-multiprofile.MultiprofileTest.testMakeSearchEngineDefaultInMultiprofile' ,
102 # crbug.com/105560
103 '-notifications',
104 # crbug.com/99506
105 '-notifications.NotificationsTest.testSpecialURLNotification',
106 # crbug.com/143308 101 # crbug.com/143308
107 '-omnibox.OmniboxLiveTest.testGoogleSearch', 102 '-omnibox.OmniboxLiveTest.testGoogleSearch',
108 # crbug.com/71715 103 # crbug.com/71715
109 '-omnibox.OmniboxTest.testHistoryResult', 104 '-omnibox.OmniboxTest.testHistoryResult',
110 # crbug.com/123019 105 # crbug.com/123019
111 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch', 106 '-omnibox.OmniboxTest.testAutoCompleteForNonAsciiSearch',
112 # crbug.com/137041 107 # crbug.com/137041
113 '-omnibox.OmniboxTest.testDifferentTypesOfResults', 108 '-omnibox.OmniboxTest.testDifferentTypesOfResults',
114 # crbug.com/85600 109 # crbug.com/85600
115 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 110 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 # crbug.com/94682 144 # crbug.com/94682
150 '-gpu.GpuTest.test2dCanvas', 145 '-gpu.GpuTest.test2dCanvas',
151 # Disabled on vista in the actual test. crbug.com/89767 146 # Disabled on vista in the actual test. crbug.com/89767
152 # -imports.ImportsTest.testImportFirefoxDataTwice 147 # -imports.ImportsTest.testImportFirefoxDataTwice
153 # Disabled on vista in the actual test. crbug.com/89767 148 # Disabled on vista in the actual test. crbug.com/89767
154 # -imports.ImportsTest.testFirefoxImportFromPrefs 149 # -imports.ImportsTest.testFirefoxImportFromPrefs
155 # Disabled on vista in the actual test. crbug.com/89767 150 # Disabled on vista in the actual test. crbug.com/89767
156 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs 151 # -imports.ImportsTest.testImportFirefoxPasswordsFromPrefs
157 # crbug.com/125424 152 # crbug.com/125424
158 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri x', 153 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri x',
159 # crbug.com/95031
160 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
161 # crbug.com/117569 154 # crbug.com/117569
162 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 155 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
163 # crbug.com/98526 156 # crbug.com/98526
164 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 157 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
165 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 158 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
166 # Disable sync.SyncIntegrationTest on the QA bots in FULL, 159 # Disable sync.SyncIntegrationTest on the QA bots in FULL,
167 # until sync protobufs are copied over. 160 # until sync protobufs are copied over.
168 # Also, see crbug.com/104227 161 # Also, see crbug.com/104227
169 '-sync.SyncIntegrationTest', 162 '-sync.SyncIntegrationTest',
170 # crbug.com/88679 163 # crbug.com/88679
(...skipping 23 matching lines...) Expand all
194 # Fails on chrome-mac-10_7-qa only: crbug.com/124886 187 # Fails on chrome-mac-10_7-qa only: crbug.com/124886
195 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit' , 188 '-fullscreen_mouselock.FullscreenMouselockTest.testPrefsForFullscreenExit' ,
196 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockWhenCancelFS ', 189 '-fullscreen_mouselock.FullscreenMouselockTest.testNoMouseLockWhenCancelFS ',
197 # crbug.com/114244 190 # crbug.com/114244
198 '-imports.ImportsTest.testImportSafariDataTwice', 191 '-imports.ImportsTest.testImportSafariDataTwice',
199 # crbug.com/157394 192 # crbug.com/157394
200 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri x', 193 '-media.media_basic_playback.MediaBasicPlaybackTest.testBasicPlaybackMatri x',
201 # crbug.com/121484 194 # crbug.com/121484
202 '-multiprofile.MultiprofileTest.test20NewProfiles', 195 '-multiprofile.MultiprofileTest.test20NewProfiles',
203 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812 196 '-ntp.NTPTest.testLaunchAppNewWindow', # crbug.com/79812
204 # Causes browser crash. crbug.com/93548
205 '-notifications.NotificationsTest.testIncognitoNotification',
206 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
207 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
208 # crbug.com/70437 197 # crbug.com/70437
209 '-omnibox.OmniboxTest.testHistoryResult', 198 '-omnibox.OmniboxTest.testHistoryResult',
210 # crbug.com/91617 199 # crbug.com/91617
211 '-omnibox.OmniboxTest.testContentHistory', 200 '-omnibox.OmniboxTest.testContentHistory',
212 # Keychain popups make autofill/password tests difficult: crbug.com/49378 201 # Keychain popups make autofill/password tests difficult: crbug.com/49378
213 '-passwords', 202 '-passwords',
214 # crbug.com/69619 203 # crbug.com/69619
215 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 204 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
216 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 205 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
217 '-sync', 206 '-sync',
218 # crbug.com/98526 207 # crbug.com/98526
219 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 208 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
220 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 209 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
221 ], 210 ],
222 211
223 'linux': [ 212 'linux': [
224 'test_clean_exit', 213 'test_clean_exit',
225 214
226 # =========================== 215 # ===========================
227 # Permanently-disabled tests. 216 # Permanently-disabled tests.
228 # =========================== 217 # ===========================
229 # crbug.com/104206
230 '-notifications.NotificationsTest.testKillNotificationProcess',
231 # System password manager obstructs password automation. 218 # System password manager obstructs password automation.
232 '-passwords', 219 '-passwords',
233 220
234 # ================================================== 221 # ==================================================
235 # Disabled tests that need to be investigated/fixed. 222 # Disabled tests that need to be investigated/fixed.
236 # ================================================== 223 # ==================================================
237 # crbug.com/100365 224 # crbug.com/100365
238 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum', 225 '-autofill.AutofillTest.testDisplayLineItemForEntriesWithNoCCNum',
239 # crbug.com/111289 226 # crbug.com/111289
240 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 227 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
241 # crbug.com/66072
242 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
243 # crbug.com/91033 228 # crbug.com/91033
244 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 229 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
245 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 230 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
246 '-sync', 231 '-sync',
247 ], 232 ],
248 233
249 'chromeos': [ 234 'chromeos': [
250 'chromeos_basic', 235 'chromeos_basic',
251 'chromeos_browser', 236 'chromeos_browser',
252 'chromeos_crosh', 237 'chromeos_crosh',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 '-prefs.PrefsTest.testSessionRestore', 302 '-prefs.PrefsTest.testSessionRestore',
318 # sync tests were running into a secondary passphrase. crosbug.com/15016. 303 # sync tests were running into a secondary passphrase. crosbug.com/15016.
319 '-sync', 304 '-sync',
320 # Deal with i18n chars. crosbug.com/12639 305 # Deal with i18n chars. crosbug.com/12639
321 '-downloads.DownloadsTest.testCrazyFilenames', 306 '-downloads.DownloadsTest.testCrazyFilenames',
322 '-omnibox.OmniboxTest.testCrazyFilenames', 307 '-omnibox.OmniboxTest.testCrazyFilenames',
323 # crosbug.com/16977 308 # crosbug.com/16977
324 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste nt', 309 '-chromeos_wifi_sanity.ChromeosWifiSanity.testConnectToHiddenWiFiNonExiste nt',
325 # crosbug.com/20025 310 # crosbug.com/20025
326 '-chromeos_browser.ChromeosBrowserTest.testFullScreen', 311 '-chromeos_browser.ChromeosBrowserTest.testFullScreen',
327 # crbug.com/102549
328 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
329 # Chrome driver does not work in Chrome OS. 312 # Chrome driver does not work in Chrome OS.
330 # crosbug.com/19556 313 # crosbug.com/19556
331 '-prefs_ui', 314 '-prefs_ui',
332 '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied', 315 '-prefs.PrefsTest.testGeolocationBlockedWhenTrackingDenied',
333 '-prefs.PrefsTest.testGeolocationPref', 316 '-prefs.PrefsTest.testGeolocationPref',
334 '-pyauto_webdriver', 317 '-pyauto_webdriver',
335 ], 318 ],
336 }, 319 },
337 320
338 # Performance tests. 321 # Performance tests.
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 578 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
596 '-ntp.NTPTest.testUninstallApp', 579 '-ntp.NTPTest.testUninstallApp',
597 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 580 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
598 '-ntp.NTPTest.testLaunchAppRegularTab', 581 '-ntp.NTPTest.testLaunchAppRegularTab',
599 '-ntp.NTPTest.testLaunchAppPinnedTab', 582 '-ntp.NTPTest.testLaunchAppPinnedTab',
600 '-ntp.NTPTest.testGetAppsWhenInstallApp', 583 '-ntp.NTPTest.testGetAppsWhenInstallApp',
601 '-ntp.NTPTest.testLaunchAppNewWindow', 584 '-ntp.NTPTest.testLaunchAppNewWindow',
602 ], 585 ],
603 }, 586 },
604 } 587 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698