OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'fullscreen_mouselock', | 48 'fullscreen_mouselock', |
49 'gtalk.test_basic', | 49 'gtalk.test_basic', |
50 'imports', | 50 'imports', |
51 'infobars', | 51 'infobars', |
52 'instant', | 52 'instant', |
53 'multiprofile', | 53 'multiprofile', |
54 'notifications', | 54 'notifications', |
55 'ntp', | 55 'ntp', |
56 'omnibox', | 56 'omnibox', |
57 'passwords', | 57 'passwords', |
58 'policy', | |
59 'policy_prefs_ui', | 58 'policy_prefs_ui', |
60 'prefs', | 59 'prefs', |
61 'prefs_ui', | 60 'prefs_ui', |
62 'pyauto_webdriver', | 61 'pyauto_webdriver', |
63 'search_engines', | 62 'search_engines', |
64 'special_tabs', | 63 'special_tabs', |
65 'sync.SyncTest', | 64 'sync.SyncTest', |
66 'test_pyauto', | 65 'test_pyauto', |
67 'themes', | 66 'themes', |
68 | 67 |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 '-notifications.NotificationsTest.testIncognitoNotification', | 169 '-notifications.NotificationsTest.testIncognitoNotification', |
171 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 170 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
172 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 171 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
173 # crbug.com/70437 | 172 # crbug.com/70437 |
174 '-omnibox.OmniboxTest.testHistoryResult', | 173 '-omnibox.OmniboxTest.testHistoryResult', |
175 # crbug.com/91617 | 174 # crbug.com/91617 |
176 '-omnibox.OmniboxTest.testContentHistory', | 175 '-omnibox.OmniboxTest.testContentHistory', |
177 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 176 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
178 '-passwords', | 177 '-passwords', |
179 # crbug.com/130094 | 178 # crbug.com/130094 |
180 '-policy', | |
181 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', | 179 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', |
182 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', | 180 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', |
183 # crbug.com/69619 | 181 # crbug.com/69619 |
184 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 182 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
185 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 183 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
186 '-sync', | 184 '-sync', |
187 # crbug.com/98526 | 185 # crbug.com/98526 |
188 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 186 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
189 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 187 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
190 ], | 188 ], |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 # No codesign verification on ChromeOS. | 263 # No codesign verification on ChromeOS. |
266 '-codesign', | 264 '-codesign', |
267 # Import tests are invalid on ChromeOS since Chrome is the only browser. | 265 # Import tests are invalid on ChromeOS since Chrome is the only browser. |
268 '-imports', | 266 '-imports', |
269 # Sync is already signed in with the login account. | 267 # Sync is already signed in with the login account. |
270 # So one-click infobar tests do tno apply to chromeos. | 268 # So one-click infobar tests do tno apply to chromeos. |
271 '-infobars.OneClickInfobarTest', | 269 '-infobars.OneClickInfobarTest', |
272 # Multi-profile doesn't apply to chromeos yet. | 270 # Multi-profile doesn't apply to chromeos yet. |
273 '-multiprofile', | 271 '-multiprofile', |
274 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', | 272 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', |
275 # These require a custom setup on ChromeOS and have their own suite for | 273 # This requires a custom setup on ChromeOS and has its own suite for |
276 # this platform. | 274 # that platform. |
277 '-policy', | |
278 '-policy_prefs_ui', | 275 '-policy_prefs_ui', |
279 # You cannot adjust the downloads directory on ChromeOS. | 276 # You cannot adjust the downloads directory on ChromeOS. |
280 '-prefs.PrefsTest.testDownloadDirPref', | 277 '-prefs.PrefsTest.testDownloadDirPref', |
281 | 278 |
282 # ================================================== | 279 # ================================================== |
283 # Disabled tests that need to be investigated/fixed. | 280 # Disabled tests that need to be investigated/fixed. |
284 # ================================================== | 281 # ================================================== |
285 # crbug.com/132337 | 282 # crbug.com/132337 |
286 '-autofill.AutofillTest.testTabOrderForEditAddress', | 283 '-autofill.AutofillTest.testTabOrderForEditAddress', |
287 # crbug.com/129469 | 284 # crbug.com/129469 |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 }, | 628 }, |
632 | 629 |
633 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests | 630 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests |
634 # but require custom setup on ChromeOS. Others are specific to ChromeOS only. | 631 # but require custom setup on ChromeOS. Others are specific to ChromeOS only. |
635 'CHROMEOS_POLICY': { | 632 'CHROMEOS_POLICY': { |
636 'chromeos': [ | 633 'chromeos': [ |
637 'chromeos_ephemeral', | 634 'chromeos_ephemeral', |
638 'chromeos_device_policy', | 635 'chromeos_device_policy', |
639 'chromeos_onc', | 636 'chromeos_onc', |
640 'chromeos_retail_mode', | 637 'chromeos_retail_mode', |
641 'policy', | |
642 'policy_prefs_ui', | 638 'policy_prefs_ui', |
643 ], | 639 ], |
644 }, | 640 }, |
645 | 641 |
646 # ChromeOS volume tests. | 642 # ChromeOS volume tests. |
647 'CHROMEOS_VOLUME': { | 643 'CHROMEOS_VOLUME': { |
648 'chromeos': [ | 644 'chromeos': [ |
649 'chromeos_volume', | 645 'chromeos_volume', |
650 ], | 646 ], |
651 }, | 647 }, |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
731 '-test_clean_exit', | 727 '-test_clean_exit', |
732 '-about_plugins_ui', | 728 '-about_plugins_ui', |
733 '-autofill', | 729 '-autofill', |
734 '-pyauto_webdriver', | 730 '-pyauto_webdriver', |
735 '-extensions', | 731 '-extensions', |
736 '-flash', | 732 '-flash', |
737 '-fullscreen_mouselock', | 733 '-fullscreen_mouselock', |
738 '-gtalk.test_basic', | 734 '-gtalk.test_basic', |
739 '-infobars', | 735 '-infobars', |
740 '-multiprofile', | 736 '-multiprofile', |
741 '-policy', | |
742 '-prefs', | 737 '-prefs', |
743 '-prefs_ui', | 738 '-prefs_ui', |
744 '-apptest', | 739 '-apptest', |
745 '-plugins', | 740 '-plugins', |
746 '-omnibox', | 741 '-omnibox', |
747 '-special_tabs', | 742 '-special_tabs', |
748 '-youtube.YoutubeTest.testPlayerStatus', | 743 '-youtube.YoutubeTest.testPlayerStatus', |
749 '-ntp.NTPTest.testLaunchAppFullScreen', | 744 '-ntp.NTPTest.testLaunchAppFullScreen', |
750 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay
backMatrix', | 745 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay
backMatrix', |
751 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner', | 746 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner', |
752 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', | 747 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', |
753 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', | 748 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', |
754 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 749 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
755 '-ntp.NTPTest.testUninstallApp', | 750 '-ntp.NTPTest.testUninstallApp', |
756 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 751 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
757 '-ntp.NTPTest.testLaunchAppRegularTab', | 752 '-ntp.NTPTest.testLaunchAppRegularTab', |
758 '-ntp.NTPTest.testLaunchAppPinnedTab', | 753 '-ntp.NTPTest.testLaunchAppPinnedTab', |
759 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 754 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
760 '-ntp.NTPTest.testLaunchAppNewWindow', | 755 '-ntp.NTPTest.testLaunchAppNewWindow', |
761 ], | 756 ], |
762 }, | 757 }, |
763 } | 758 } |
OLD | NEW |