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