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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 # crbug.com/88679 | 177 # crbug.com/88679 |
178 '-sync', | 178 '-sync', |
179 # crbug.com/86949 | 179 # crbug.com/86949 |
180 '-sync.SyncTest.testRestartBrowser', | 180 '-sync.SyncTest.testRestartBrowser', |
181 # crbug.com/87642 | 181 # crbug.com/87642 |
182 '-sync.SyncTest.testDisableAndEnableDatatypes', | 182 '-sync.SyncTest.testDisableAndEnableDatatypes', |
183 # crbug.com/88190 | 183 # crbug.com/88190 |
184 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', | 184 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', |
185 # Crashes browser. crbug.com/89000 | 185 # Crashes browser. crbug.com/89000 |
186 '-prefs.PrefsTest.testGeolocationPref', | 186 '-prefs.PrefsTest.testGeolocationPref', |
187 # crbug.com/93822 | |
188 '-process_count.ProcessCountTest.testProcessCountAppendSingleTab', | |
189 '-process_count.ProcessCountTest.testProcessCountCombination', | |
190 '-process_count.ProcessCountTest.testProcessCountExtensionProcess', | |
191 '-process_count.ProcessCountTest.testProcessCountFlashProcess', | |
192 '-process_count.ProcessCountTest.testProcessCountFreshProfile', | |
193 '-process_count.ProcessCountTest.testProcessCountNewWindow', | |
194 # crbug.com/95621 | 187 # crbug.com/95621 |
195 '-youtube.YoutubeTest.testPlayerStatus', | 188 '-youtube.YoutubeTest.testPlayerStatus', |
196 ], | 189 ], |
197 | 190 |
198 'mac': [ | 191 'mac': [ |
199 # ================================================== | 192 # ================================================== |
200 # Disabled tests that need to be investigated/fixed. | 193 # Disabled tests that need to be investigated/fixed. |
201 # ================================================== | 194 # ================================================== |
202 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 195 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
203 '-autofill', | 196 '-autofill', |
(...skipping 19 matching lines...) Expand all Loading... |
223 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 216 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
224 # crbug.com/70437 | 217 # crbug.com/70437 |
225 '-omnibox.OmniboxTest.testHistoryResult', | 218 '-omnibox.OmniboxTest.testHistoryResult', |
226 # crbug.com/91617 | 219 # crbug.com/91617 |
227 '-omnibox.OmniboxTest.testContentHistory', | 220 '-omnibox.OmniboxTest.testContentHistory', |
228 '-omnibox.OmniboxTest.testOmniboxSearchHistory', | 221 '-omnibox.OmniboxTest.testOmniboxSearchHistory', |
229 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 222 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
230 '-passwords', | 223 '-passwords', |
231 # crbug.com/97140 | 224 # crbug.com/97140 |
232 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 225 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
233 # crbug.com/95142 | |
234 '-process_count.ProcessCountTest.testProcessCountExtensionProcess', | |
235 # WebDriver requires python 2.6, which mac pyauto does not use yet. | 226 # WebDriver requires python 2.6, which mac pyauto does not use yet. |
236 # crbug.com/49379 | 227 # crbug.com/49379 |
237 '-pyauto_webdriver', | 228 '-pyauto_webdriver', |
238 # crbug.com/79263 | 229 # crbug.com/79263 |
239 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 230 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
240 # crbug.com/69619 | 231 # crbug.com/69619 |
241 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 232 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
242 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 233 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
243 '-sync', | 234 '-sync', |
244 ], | 235 ], |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 | 552 |
562 # HTML5 media functional tests. | 553 # HTML5 media functional tests. |
563 'AV_FUNC': { | 554 'AV_FUNC': { |
564 'linux': [ | 555 'linux': [ |
565 'media.media_event_simple_action', | 556 'media.media_event_simple_action', |
566 'media.media_event_simple_test', | 557 'media.media_event_simple_test', |
567 'media.media_event_track', | 558 'media.media_event_track', |
568 ], | 559 ], |
569 }, | 560 }, |
570 } | 561 } |
OLD | NEW |