summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/PYAUTO_TESTS
blob: 95a618b718e78ddc4cd9c1b1b8c44e017ad2df64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# This file lists the pyauto tests that run as a part of the functional test
# suite.
#
# Tests can be enabled on a per-platform basis. Tests not listed here will
# not be run.
#
# Test names can be specified in any of the following ways:
# 1. as a module, in which case all tests in that module will be run
#      example: 'test_basic'
# 2. or as a test case, in which case all tess in that test case will be run
#      example: 'test_basic.SimpleTest'
# 3. or as an individual test
#      example: 'test_basic.SimpleTest.testCanOpenGoogle'
#
# Tests beginning with '-' will be excluded.  This can be used to enforce
# exclusions for a particular platform.
# Names beginning with '@' will be treated as suite names and will be
# recursively expanded.

{
  # The CONTINUOUS suite includes tests that we expect to pass on a
  # continuous builder.
  # This is the suite that gets run on 'Chromium' builds.
  'CONTINUOUS': {
    'all': [
      'autofill',
      # crbug.com/77113 - M13 feature.
      '-autofill.AutofillTest.testProfileWithEmailInOtherFieldNotSaved',
      # crbug.com/81271
      '-autofill.AutofillTest.testMergeAggregatedProfilesWithSameAddress',
      '-autofill.AutofillTest.testProfilesNotMergedWhenNoMinAddressData',
      # crbug.com/83686
      '-autofill.AutofillTest.testFillProfileCrazyCharacters',
      'bookmark_bar',
      'bookmarks',
      'browser',
      'browsing_data',
      'codesign',
      'content',
      '-content.ContentTest.testTopSitesContent',  # crbug.com/71824
      'cookies',
      'crash_reporter',
      'databases',
      'downloads',
      'find_in_page',
      '-find_in_page.FindMatchTests.testSearchInPDF',  # crbug.com/83763
      # Turkish I problem. crbug.com/60638
      '-find_in_page.FindMatchTests.testLocalizationAndCaseOrder',
      'execute_javascript',
      'history',
      'https',
      'imports',
      'infobars',
      'instant',
      # crbug.com/83459
      '-instant.InstantTest.testPreFetchInstantURLSetsNoCookies',
      'navigation',
      'notifications',
      'ntp',
      'omnibox',
      '-omnibox.OmniboxTest.testHistoryResult',  # crbug.com/71715
      'passwords',
      '-pdf',  # crbug.com/83763
      'plugins',
      'plugins_check',
      'popups',
      # crbug.com/82629 - real bug.
      '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
      # crbug.com/47935
      '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
      'prefs',
      'search_engines',
      'shortcuts',
      'special_tabs',
      # Flaky: crbug.com/67851
      '-special_tabs.SpecialTabsTest.testAboutDNSTab',
      'sync',
      'test_basic',
      'themes',
    ],

    'win': [
      # Some download test fails on win official builder, only thru buildbot
      # when downloading the small zip file.
      # crbug.com/50481, crbug.com/54942
      '-downloads.DownloadsTest.testZip',
      '-downloads.DownloadsTest.testRemoveDownload',
      # crbug.com/66072
      '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
      # crbug.com/70694, crbug.com/73078
      '-passwords.PasswordTest.testInfoBarDisappearByReload',
      '-passwords.PasswordTest.testNeverSavePasswords',
      # crbug.com/67588
      '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
      '-prefs.PrefsTest.testDownloadDirPref',
    ],

    'mac': [
      # Keychain popups make password & autofill tests difficult.
      # crbug.com/49378
      '-passwords',
      '-autofill',
      # codesign tests should run *after* signing. crbug.com/50481
      '-crash_reporter.CrashReporterTest.testRendererCrash',  # crbug.com/69464
      '-codesign',
      # crbug.com/75724
      '-downloads.DownloadsTest.testDeclineDangerousDownload',
      # crbug.com/75724
      '-downloads.DownloadsTest.testSaveDangerousFile',
      # crbug.com/68656
      '-downloads.DownloadsTest.testOpenWhenDone',
      '-downloads.DownloadsTest.testAlwaysOpenFileType',
      '-instant.InstantTest.testInstantNavigation',  # crbug.com/69090
      # crbug.com/66072
      '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
      '-ntp.NTPTest.testLaunchAppNewWindow',  # crbug.com/79812
      # crbug.com/70437
      '-omnibox.OmniboxTest.testHistoryResult',
      # crbug.com/79263
      '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
      # Keychain popups make sync tests difficult on Mac.  crbug.com/49378
      '-sync',
    ],

    'linux': [  # linux != chromeos
      '-browser.BrowserTest.testWindowResize',  # crbug.com/44963
      # System password manager obstructs password automation.
      '-passwords',
      # Gnome / kwallet popups on linux break sync tests.  crbug.com/80329
      '-sync',
    ],

    # ChromeOS is linux, but note that this section does not include the
    # entries in the linux section above.
    # These tests use the named automation interface to control the
    # primary chrome on ChromeOS.
    'chromeos': [
      'chromeos_basic',
      'chromeos_power',
      'chromeos_security',
      'chromeos_update',
      'chromeos_wifi',

      # you cannot resize browser window on chromeos
      '-browser.BrowserTest.testWindowResize',
      # Flaky: crosbug.com/14394
      '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads',
      # no codesign verification on chromeos
      '-codesign',
      # Downloads panel stays even after declining a download.
      # crosbug.com/14728
      '-downloads.DownloadsTest.testDeclineDangerousDownload',
      # Need internal data dirs in autotest package. crosbug.com/6855
      '-find_in_page.FindMatchTests.testSearchInPDF',
      # Importer tests are invalid on chromeos since chrome is the only browser
      '-imports',
      # Plugin crash infobar does not show up for file:/// flash urls
      # crosbug.com/14971
      '-infobars.InfobarTest.testPluginCrashInfobar',
      # Flaky: crosbug.com/14439
      '-instant.InstantSettingsTest.testEnableDisableInstant',

      # Deal with i18n chars.  crosbug.com/12639
      '-autofill.AutofillTest.testFillProfileCrazyCharacters',
      '-downloads.DownloadsTest.testCrazyFilenames',
      '-omnibox.OmniboxTest.testCrazyFilenames',

      # Session restore not working with PyAuto.  crosbug.com/12648
      '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
      '-prefs.PrefsTest.testSessionRestoreURLs',
      '-prefs.PrefsTest.testSessionRestore',

      # crosbug.com/14256
      '-ntp.NTPTest.testLaunchAppFullScreen',

      # Content history broken in omnibox.  crosbug.com/14416
      '-omnibox.OmniboxTest.testContentHistory',

      # onunload popups get created in the same window on chromeos
      # crosbug.com/14924
      '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed',

      # Failing notifications tests  crbug.com/81624
      '-notifications.NotificationsTest.testCloseNotification',
      '-notifications.NotificationsTest.testCreateDenyCloseNotifications',
      '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
      '-notifications.NotificationsTest.testAllowOnPermissionInfobar',
      '-notifications.NotificationsTest.testClosePermissionInfobar',
      '-notifications.NotificationsTest.testCloseTabWithPermissionInfobar',
      '-notifications.NotificationsTest.testCrashTabWithPermissionInfobar',
      '-notifications.NotificationsTest.testDenyOnPermissionInfobar',
      '-notifications.NotificationsTest.testExitBrowserWithInfobar',
      '-notifications.NotificationsTest.testIncognitoNotification',
      '-notifications.NotificationsTest.testNavigateAwayWithPermissionInfobar',
      '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
      '-notifications.NotificationsTest.testPermissionInfobarAppears',

      # sync tests were running into a secondary passphrase. crosbug.com/15016.
      '-sync',
    ],
  },

  # The FULL suite includes CONTINUOUS, and more.
  # This the suite that gets run on 'Google Chrome' builds.
  'FULL': {
    'all': [
      '@CONTINUOUS',
      'translate',
      # This test fails due to crbug.com/35485
      '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
      # This test fails due to crbug.com/50706
      '-translate.TranslateTest.testToggleTranslateOption',
      # crbug.com/70280
      '-translate.TranslateTest.testSeveralLanguages',
    ],

    'win': [
      'enterprise',
    ],

    'mac': [
    ],

    'linux': [
    ],

    'chromeos': [
      # Session restore not working with PyAuto.  crosbug.com/12648
      '-translate.TranslateTest.testSessionRestore',
      # Deal with i18n chars.  crosbug.com/12639
      '-translate.TranslateTest.testDownloadsNotTranslated',
    ],
  },

  'EMPTY': {
  },

  # HTML5 media performance tests.
  'MEDIA_TESTS': {
    'linux': [
      'media.media_playbacktime',
      'media.media_perf',
      'media.media_fps',
      'media.media_event_simple_test',
    ],
  },
}