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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
161 # crbug.com/87642 | 161 # crbug.com/87642 |
162 '-sync.SyncTest.testDisableAndEnableDatatypes', | 162 '-sync.SyncTest.testDisableAndEnableDatatypes', |
163 # crbug.com/95621 | 163 # crbug.com/95621 |
164 '-youtube.YoutubeTest.testPlayerStatus', | 164 '-youtube.YoutubeTest.testPlayerStatus', |
165 # crbug.com/98526 | 165 # crbug.com/98526 |
166 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 166 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
167 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 167 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
168 # crbug.com/95031 | 168 # crbug.com/95031 |
169 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 169 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
170 # crbug.com/103379 | 170 # crbug.com/103379 |
171 '-policy.PolicyTest.testDisable3DAPIs', | 171 '-policy.PolicyTest.testDisable3DAPIs', |
dennis_jeffrey
2011/12/01 02:09:28
Venkat recently submitted another CL where this te
Nirnimesh
2011/12/01 02:29:21
Done. Thanks
| |
172 ], | 172 ], |
173 | 173 |
174 'mac': [ | 174 'mac': [ |
175 # ================================================== | 175 # ================================================== |
176 # Disabled tests that need to be investigated/fixed. | 176 # Disabled tests that need to be investigated/fixed. |
177 # ================================================== | 177 # ================================================== |
178 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 178 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
179 '-autofill', | 179 '-autofill', |
180 # Autofill on Mac. crbug.com/95165 | 180 # Autofill on Mac. crbug.com/95165 |
181 '-browsing_data.BrowsingDataTest.testClearAutofillData', | 181 '-browsing_data.BrowsingDataTest.testClearAutofillData', |
(...skipping 18 matching lines...) Expand all Loading... | |
200 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 200 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
201 '-passwords', | 201 '-passwords', |
202 # crbug.com/97140 | 202 # crbug.com/97140 |
203 '-plugins.PluginsTest.testDisableEnableAllPlugins', | 203 '-plugins.PluginsTest.testDisableEnableAllPlugins', |
204 # crbug.com/79263 | 204 # crbug.com/79263 |
205 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', | 205 '-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton', |
206 # crbug.com/69619 | 206 # crbug.com/69619 |
207 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 207 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
208 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 208 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
209 '-sync', | 209 '-sync', |
210 # crbug.com/100595 | |
211 '-plugins.PluginsTest.testBlockPluginException', | |
212 # crbug.com/98526 | 210 # crbug.com/98526 |
213 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 211 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
214 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 212 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
215 ], | 213 ], |
216 | 214 |
217 'linux': [ # linux != chromeos | 215 'linux': [ # linux != chromeos |
218 # Enabling here since it's disabled on other platforms. crbug.com/88574 | 216 # Enabling here since it's disabled on other platforms. crbug.com/88574 |
219 'special_tabs.SpecialTabsTest.testSpecialURLTabs', | 217 'special_tabs.SpecialTabsTest.testSpecialURLTabs', |
220 # =========================== | 218 # =========================== |
221 # Permanently-disabled tests. | 219 # Permanently-disabled tests. |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
261 '-process_count.ProcessCountTest.testProcessCountExtensionProcess', | 259 '-process_count.ProcessCountTest.testProcessCountExtensionProcess', |
262 '-process_count.ProcessCountTest.testProcessCountFlashProcess', | 260 '-process_count.ProcessCountTest.testProcessCountFlashProcess', |
263 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 | 261 # Gnome / kwallet popups on linux break sync tests. crbug.com/80329 |
264 '-sync', | 262 '-sync', |
265 # crbug.com/87837 | 263 # crbug.com/87837 |
266 '-plugins.PluginsTest.testKillAndReloadAllPlugins', | 264 '-plugins.PluginsTest.testKillAndReloadAllPlugins', |
267 # crbug.com/66072 | 265 # crbug.com/66072 |
268 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 266 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
269 # crbug.com/103379 | 267 # crbug.com/103379 |
270 '-policy.PolicyTest.testDisable3DAPIs', | 268 '-policy.PolicyTest.testDisable3DAPIs', |
271 # crbug.com/105632 | |
272 '-plugins.PluginsTest.testBlockPluginException', | |
273 ], | 269 ], |
274 | 270 |
275 # ChromeOS is linux, but note that this section does not include the | 271 # ChromeOS is linux, but note that this section does not include the |
276 # entries in the linux section above. | 272 # entries in the linux section above. |
277 # These tests use the named automation interface to control the | 273 # These tests use the named automation interface to control the |
278 # primary chrome on ChromeOS. | 274 # primary chrome on ChromeOS. |
279 'chromeos': [ | 275 'chromeos': [ |
280 'chromeos_basic', | 276 'chromeos_basic', |
281 'chromeos_browser', | 277 'chromeos_browser', |
282 'chromeos_firmware_version_checker', | 278 'chromeos_firmware_version_checker', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
393 '-omnibox.OmniboxTest.testEndPartAppNameSearchInNewTab', | 389 '-omnibox.OmniboxTest.testEndPartAppNameSearchInNewTab', |
394 '-omnibox.OmniboxTest.testIncognitoAppComboNameWithSpecialCharSearch', | 390 '-omnibox.OmniboxTest.testIncognitoAppComboNameWithSpecialCharSearch', |
395 '-omnibox.OmniboxTest.testIncognitoAppNameWithSpaceSearch', | 391 '-omnibox.OmniboxTest.testIncognitoAppNameWithSpaceSearch', |
396 '-omnibox.OmniboxTest.testIncognitoAppSearchWithVeryLongAppName', | 392 '-omnibox.OmniboxTest.testIncognitoAppSearchWithVeryLongAppName', |
397 '-omnibox.OmniboxTest.testRepeatedlyAppLaunchInTabs', | 393 '-omnibox.OmniboxTest.testRepeatedlyAppLaunchInTabs', |
398 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', | 394 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', |
399 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', | 395 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', |
400 '-passwords.PasswordTest.testInfoBarDisappearByReload', | 396 '-passwords.PasswordTest.testInfoBarDisappearByReload', |
401 '-passwords.PasswordTest.testNeverSavePasswords', | 397 '-passwords.PasswordTest.testNeverSavePasswords', |
402 '-plugins.PluginsTest.testBlockAllPlugins', | 398 '-plugins.PluginsTest.testBlockAllPlugins', |
403 '-plugins.PluginsTest.testBlockPluginException', | |
404 '-popups.PopupsTest.testMultiplePopups', | 399 '-popups.PopupsTest.testMultiplePopups', |
405 '-popups.PopupsTest.testPopupBlockedEverySec', | 400 '-popups.PopupsTest.testPopupBlockedEverySec', |
406 '-process_count.ProcessCountTest.testProcessCountCombination', | 401 '-process_count.ProcessCountTest.testProcessCountCombination', |
407 '-process_count.ProcessCountTest.testProcessCountFlashProcess', | 402 '-process_count.ProcessCountTest.testProcessCountFlashProcess', |
408 ], | 403 ], |
409 | 404 |
410 'win': [ | 405 'win': [ |
411 ], | 406 ], |
412 | 407 |
413 'mac': [ | 408 'mac': [ |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
641 | 636 |
642 # HTML5 media functional tests. | 637 # HTML5 media functional tests. |
643 'AV_FUNC': { | 638 'AV_FUNC': { |
644 'linux': [ | 639 'linux': [ |
645 'media.media_event_simple_action', | 640 'media.media_event_simple_action', |
646 'media.media_event_simple_test', | 641 'media.media_event_simple_test', |
647 'media.media_event_track', | 642 'media.media_event_track', |
648 ], | 643 ], |
649 }, | 644 }, |
650 } | 645 } |
OLD | NEW |