OLD | NEW |
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 'plugins_check', | 78 'plugins_check', |
79 'popups', | 79 'popups', |
80 # crbug.com/82629 - real bug. | 80 # crbug.com/82629 - real bug. |
81 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 81 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
82 # crbug.com/47935 | 82 # crbug.com/47935 |
83 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', | 83 '-popups.PopupsTest.testBlockedPopupNotShowInHistory', |
84 # crbug.com/83827 | 84 # crbug.com/83827 |
85 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', | 85 '-popups.PopupsTest.testUnblockedPopupShowsInHistory', |
86 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', | 86 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox', |
87 'prefs', | 87 'prefs', |
| 88 # crbug.com/85600 |
| 89 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', |
88 'search_engines', | 90 'search_engines', |
89 'shortcuts', | 91 'shortcuts', |
90 'special_tabs', | 92 'special_tabs', |
91 # Flaky: crbug.com/67851 | 93 # Flaky: crbug.com/67851 |
92 '-special_tabs.SpecialTabsTest.testAboutDNSTab', | 94 '-special_tabs.SpecialTabsTest.testAboutDNSTab', |
93 'sync', | 95 'sync', |
94 '-sync', # causes browser crash. crbug.com/84494 | 96 '-sync', # causes browser crash. crbug.com/84494 |
95 'test_basic', | 97 'test_basic', |
96 'themes', | 98 'themes', |
97 ], | 99 ], |
98 | 100 |
99 'win': [ | 101 'win': [ |
| 102 # crbug.com/85597 |
| 103 '-cookies.CookiesTest.testCookiesFile', |
100 # Some download test fails on win official builder, only thru buildbot | 104 # Some download test fails on win official builder, only thru buildbot |
101 # when downloading the small zip file. | 105 # when downloading the small zip file. |
102 # crbug.com/50481, crbug.com/54942 | 106 # crbug.com/50481, crbug.com/54942 |
103 '-downloads.DownloadsTest.testZip', | 107 '-downloads.DownloadsTest.testZip', |
104 '-downloads.DownloadsTest.testRemoveDownload', | 108 '-downloads.DownloadsTest.testRemoveDownload', |
105 # crbug.com/66072 | 109 # crbug.com/66072 |
106 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 110 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 111 # crbug.com/85598 |
| 112 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 113 '-ntp.NTPTest.testLaunchAppFullScreen', |
| 114 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 115 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 116 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 117 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 118 '-ntp.NTPTest.testUninstallApp', |
107 # crbug.com/70694, crbug.com/73078 | 119 # crbug.com/70694, crbug.com/73078 |
108 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 120 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
109 '-passwords.PasswordTest.testNeverSavePasswords', | 121 '-passwords.PasswordTest.testNeverSavePasswords', |
110 # crbug.com/67588 | 122 # crbug.com/67588 |
111 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', | 123 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |
112 '-prefs.PrefsTest.testDownloadDirPref', | 124 '-prefs.PrefsTest.testDownloadDirPref', |
113 # crbug.com/83820 | 125 # crbug.com/83820 |
114 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 126 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
115 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 127 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
| 128 # crbug.com/85596 |
| 129 '-themes.ThemesTest.testSetTheme', |
| 130 '-themes.ThemesTest.testThemeInFullScreen', |
116 ], | 131 ], |
117 | 132 |
118 'mac': [ | 133 'mac': [ |
119 # Keychain popups make password & autofill tests difficult. | 134 # Keychain popups make password & autofill tests difficult. |
120 # crbug.com/49378 | 135 # crbug.com/49378 |
121 '-passwords', | 136 '-passwords', |
122 '-autofill', | 137 '-autofill', |
123 # codesign tests should run *after* signing. crbug.com/50481 | 138 # codesign tests should run *after* signing. crbug.com/50481 |
124 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 | 139 '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 |
125 '-codesign', | 140 '-codesign', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'FULL': { | 257 'FULL': { |
243 'all': [ | 258 'all': [ |
244 '@CONTINUOUS', | 259 '@CONTINUOUS', |
245 'translate', | 260 'translate', |
246 # This test fails due to crbug.com/35485 | 261 # This test fails due to crbug.com/35485 |
247 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', | 262 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', |
248 # This test fails due to crbug.com/50706 | 263 # This test fails due to crbug.com/50706 |
249 '-translate.TranslateTest.testToggleTranslateOption', | 264 '-translate.TranslateTest.testToggleTranslateOption', |
250 # crbug.com/70280 | 265 # crbug.com/70280 |
251 '-translate.TranslateTest.testSeveralLanguages', | 266 '-translate.TranslateTest.testSeveralLanguages', |
| 267 # crbug.com/85601 |
| 268 '-translate.TranslateTest.testAlwaysTranslateInIncognito', |
252 ], | 269 ], |
253 | 270 |
254 'win': [ | 271 'win': [ |
255 'enterprise', | 272 'enterprise', |
256 ], | 273 ], |
257 | 274 |
258 'mac': [ | 275 'mac': [ |
259 ], | 276 ], |
260 | 277 |
261 'linux': [ | 278 'linux': [ |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 # HTML5 media performance tests. | 311 # HTML5 media performance tests. |
295 'MEDIA_TESTS': { | 312 'MEDIA_TESTS': { |
296 'linux': [ | 313 'linux': [ |
297 'media.media_playbacktime', | 314 'media.media_playbacktime', |
298 'media.media_perf', | 315 'media.media_perf', |
299 'media.media_fps', | 316 'media.media_fps', |
300 'media.media_event_simple_test', | 317 'media.media_event_simple_test', |
301 ], | 318 ], |
302 }, | 319 }, |
303 } | 320 } |
OLD | NEW |