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

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

Issue 6994005: Fix password automation hooks to get pyauto test testSavePassword working. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modified PYAUTO_TESTS. Created 9 years, 7 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) 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'https', 52 'https',
53 # crbug.com/77777 53 # crbug.com/77777
54 '-imports', 54 '-imports',
55 'infobars', 55 'infobars',
56 'instant', 56 'instant',
57 'navigation', 57 'navigation',
58 'notifications', 58 'notifications',
59 'ntp', 59 'ntp',
60 'omnibox', 60 'omnibox',
61 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715 61 '-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715
62 # crbug.com/73078 62 'passwords',
63 '-passwords',
64 'pdf', 63 'pdf',
65 'plugins', 64 'plugins',
66 'plugins_check', 65 'plugins_check',
67 'popups', 66 'popups',
68 # crbug.com/82629 - real bug. 67 # crbug.com/82629 - real bug.
69 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 68 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
70 'prefs', 69 'prefs',
71 'search_engines', 70 'search_engines',
72 'shortcuts', 71 'shortcuts',
73 'special_tabs', 72 'special_tabs',
74 # Flaky: crbug.com/67851 73 # Flaky: crbug.com/67851
75 '-special_tabs.SpecialTabsTest.testAboutDNSTab', 74 '-special_tabs.SpecialTabsTest.testAboutDNSTab',
76 'sync', 75 'sync',
77 'test_basic', 76 'test_basic',
78 'themes', 77 'themes',
79 ], 78 ],
80 79
81 'win': [ 80 'win': [
82 # Some download test fails on win official builder, only thru buildbot 81 # Some download test fails on win official builder, only thru buildbot
83 # when downloading the small zip file. 82 # when downloading the small zip file.
84 # crbug.com/50481, crbug.com/54942 83 # crbug.com/50481, crbug.com/54942
85 '-downloads.DownloadsTest.testZip', 84 '-downloads.DownloadsTest.testZip',
86 '-downloads.DownloadsTest.testRemoveDownload', 85 '-downloads.DownloadsTest.testRemoveDownload',
87 '-prefs.PrefsTest.testDownloadDirPref', 86 '-prefs.PrefsTest.testDownloadDirPref',
88 # crbug.com/70694 87 # crbug.com/70694, crbug.com/73078
89 '-passwords.PasswordTest.testInfoBarDisappearByReload', 88 '-passwords.PasswordTest.testInfoBarDisappearByReload',
90 '-passwords.PasswordTest.testNeverSavePasswords', 89 '-passwords.PasswordTest.testNeverSavePasswords',
91 # crbug.com/67588 90 # crbug.com/67588
92 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 91 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
93 ], 92 ],
94 93
95 'mac': [ 94 'mac': [
96 # Keychain popups make password & autofill tests difficult. 95 # Keychain popups make password & autofill tests difficult.
97 # crbug.com/49378 96 # crbug.com/49378
98 '-passwords', 97 '-passwords',
(...skipping 15 matching lines...) Expand all
114 # crbug.com/70437 113 # crbug.com/70437
115 '-omnibox.OmniboxTest.testHistoryResult', 114 '-omnibox.OmniboxTest.testHistoryResult',
116 # crbug.com/79263 115 # crbug.com/79263
117 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', 116 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
118 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 117 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
119 '-sync', 118 '-sync',
120 ], 119 ],
121 120
122 'linux': [ # linux != chromeos 121 'linux': [ # linux != chromeos
123 '-browser.BrowserTest.testWindowResize', # crbug.com/44963 122 '-browser.BrowserTest.testWindowResize', # crbug.com/44963
124 # crbug.com/70694 123 # System password manager obstructs password automation.
125 '-passwords.PasswordTest.testInfoBarDisappearByReload', 124 '-passwords',
126 '-passwords.PasswordTest.testNeverSavePasswords',
127 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 125 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329
128 '-sync', 126 '-sync',
129 ], 127 ],
130 128
131 # ChromeOS is linux, but note that this section does not include the 129 # ChromeOS is linux, but note that this section does not include the
132 # entries in the linux section above. 130 # entries in the linux section above.
133 # These tests use the named automation interface to control the 131 # These tests use the named automation interface to control the
134 # primary chrome on ChromeOS. 132 # primary chrome on ChromeOS.
135 'chromeos': [ 133 'chromeos': [
136 'chromeos_basic', 134 'chromeos_basic',
(...skipping 13 matching lines...) Expand all
150 '-downloads.DownloadsTest.testDeclineDangerousDownload', 148 '-downloads.DownloadsTest.testDeclineDangerousDownload',
151 # Need internal data dirs in autotest package. crosbug.com/6855 149 # Need internal data dirs in autotest package. crosbug.com/6855
152 '-find_in_page.FindMatchTests.testSearchInPDF', 150 '-find_in_page.FindMatchTests.testSearchInPDF',
153 # Importer tests are invalid on chromeos since chrome is the only browser 151 # Importer tests are invalid on chromeos since chrome is the only browser
154 '-imports', 152 '-imports',
155 # Plugin crash infobar does not show up for file:/// flash urls 153 # Plugin crash infobar does not show up for file:/// flash urls
156 # crosbug.com/14971 154 # crosbug.com/14971
157 '-infobars.InfobarTest.testPluginCrashInfobar', 155 '-infobars.InfobarTest.testPluginCrashInfobar',
158 # Flaky: crosbug.com/14439 156 # Flaky: crosbug.com/14439
159 '-instant.InstantSettingsTest.testEnableDisableInstant', 157 '-instant.InstantSettingsTest.testEnableDisableInstant',
160 # crbug.com/70694
161 '-passwords.PasswordTest.testInfoBarDisappearByReload',
162 '-passwords.PasswordTest.testNeverSavePasswords',
163 158
164 # Deal with i18n chars. crosbug.com/12639 159 # Deal with i18n chars. crosbug.com/12639
165 '-autofill.AutofillTest.testFillProfileCrazyCharacters', 160 '-autofill.AutofillTest.testFillProfileCrazyCharacters',
166 '-downloads.DownloadsTest.testCrazyFilenames', 161 '-downloads.DownloadsTest.testCrazyFilenames',
167 '-omnibox.OmniboxTest.testCrazyFilenames', 162 '-omnibox.OmniboxTest.testCrazyFilenames',
168 163
169 # Session restore not working with PyAuto. crosbug.com/12648 164 # Session restore not working with PyAuto. crosbug.com/12648
170 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 165 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
171 '-prefs.PrefsTest.testSessionRestoreURLs', 166 '-prefs.PrefsTest.testSessionRestoreURLs',
172 '-prefs.PrefsTest.testSessionRestore', 167 '-prefs.PrefsTest.testSessionRestore',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 # HTML5 media performance tests. 234 # HTML5 media performance tests.
240 'MEDIA_TESTS': { 235 'MEDIA_TESTS': {
241 'linux': [ 236 'linux': [
242 'media.media_playbacktime', 237 'media.media_playbacktime',
243 'media.media_perf', 238 'media.media_perf',
244 'media.media_fps', 239 'media.media_fps',
245 'media.media_event_simple_test', 240 'media.media_event_simple_test',
246 ], 241 ],
247 }, 242 },
248 } 243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698