| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 '-notifications.NotificationsTest.testIncognitoNotification', | 175 '-notifications.NotificationsTest.testIncognitoNotification', |
| 177 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', | 176 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', |
| 178 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', | 177 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', |
| 179 # crbug.com/70437 | 178 # crbug.com/70437 |
| 180 '-omnibox.OmniboxTest.testHistoryResult', | 179 '-omnibox.OmniboxTest.testHistoryResult', |
| 181 # crbug.com/91617 | 180 # crbug.com/91617 |
| 182 '-omnibox.OmniboxTest.testContentHistory', | 181 '-omnibox.OmniboxTest.testContentHistory', |
| 183 # Keychain popups make autofill/password tests difficult: crbug.com/49378 | 182 # Keychain popups make autofill/password tests difficult: crbug.com/49378 |
| 184 '-passwords', | 183 '-passwords', |
| 185 # crbug.com/130094 | 184 # crbug.com/130094 |
| 186 '-policy', | |
| 187 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', | 185 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', |
| 188 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', | 186 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', |
| 189 # crbug.com/69619 | 187 # crbug.com/69619 |
| 190 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 188 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 191 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 | 189 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 |
| 192 '-sync', | 190 '-sync', |
| 193 # crbug.com/98526 | 191 # crbug.com/98526 |
| 194 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', | 192 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', |
| 195 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', | 193 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', |
| 196 ], | 194 ], |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 # No codesign verification on ChromeOS. | 269 # No codesign verification on ChromeOS. |
| 272 '-codesign', | 270 '-codesign', |
| 273 # Import tests are invalid on ChromeOS since Chrome is the only browser. | 271 # Import tests are invalid on ChromeOS since Chrome is the only browser. |
| 274 '-imports', | 272 '-imports', |
| 275 # Sync is already signed in with the login account. | 273 # Sync is already signed in with the login account. |
| 276 # So one-click infobar tests do tno apply to chromeos. | 274 # So one-click infobar tests do tno apply to chromeos. |
| 277 '-infobars.OneClickInfobarTest', | 275 '-infobars.OneClickInfobarTest', |
| 278 # Multi-profile doesn't apply to chromeos yet. | 276 # Multi-profile doesn't apply to chromeos yet. |
| 279 '-multiprofile', | 277 '-multiprofile', |
| 280 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', | 278 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', |
| 281 # These require a custom setup on ChromeOS and have their own suite for | 279 # This requires a custom setup on ChromeOS and has its own suite for |
| 282 # this platform. | 280 # that platform. |
| 283 '-policy', | |
| 284 '-policy_prefs_ui', | 281 '-policy_prefs_ui', |
| 285 # You cannot adjust the downloads directory on ChromeOS. | 282 # You cannot adjust the downloads directory on ChromeOS. |
| 286 '-prefs.PrefsTest.testDownloadDirPref', | 283 '-prefs.PrefsTest.testDownloadDirPref', |
| 287 | 284 |
| 288 # ================================================== | 285 # ================================================== |
| 289 # Disabled tests that need to be investigated/fixed. | 286 # Disabled tests that need to be investigated/fixed. |
| 290 # ================================================== | 287 # ================================================== |
| 291 # crbug.com/132337 | 288 # crbug.com/132337 |
| 292 '-autofill.AutofillTest.testTabOrderForEditAddress', | 289 '-autofill.AutofillTest.testTabOrderForEditAddress', |
| 293 # crbug.com/129469 | 290 # crbug.com/129469 |
| (...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 }, | 634 }, |
| 638 | 635 |
| 639 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests | 636 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests |
| 640 # but require custom setup on ChromeOS. Others are specific to ChromeOS only. | 637 # but require custom setup on ChromeOS. Others are specific to ChromeOS only. |
| 641 'CHROMEOS_POLICY': { | 638 'CHROMEOS_POLICY': { |
| 642 'chromeos': [ | 639 'chromeos': [ |
| 643 'chromeos_ephemeral', | 640 'chromeos_ephemeral', |
| 644 'chromeos_device_policy', | 641 'chromeos_device_policy', |
| 645 'chromeos_onc', | 642 'chromeos_onc', |
| 646 'chromeos_retail_mode', | 643 'chromeos_retail_mode', |
| 647 'policy', | |
| 648 'policy_prefs_ui', | 644 'policy_prefs_ui', |
| 649 ], | 645 ], |
| 650 }, | 646 }, |
| 651 | 647 |
| 652 # ChromeOS volume tests. | 648 # ChromeOS volume tests. |
| 653 'CHROMEOS_VOLUME': { | 649 'CHROMEOS_VOLUME': { |
| 654 'chromeos': [ | 650 'chromeos': [ |
| 655 'chromeos_volume', | 651 'chromeos_volume', |
| 656 ], | 652 ], |
| 657 }, | 653 }, |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 '-test_clean_exit', | 733 '-test_clean_exit', |
| 738 '-about_plugins_ui', | 734 '-about_plugins_ui', |
| 739 '-autofill', | 735 '-autofill', |
| 740 '-pyauto_webdriver', | 736 '-pyauto_webdriver', |
| 741 '-extensions', | 737 '-extensions', |
| 742 '-flash', | 738 '-flash', |
| 743 '-fullscreen_mouselock', | 739 '-fullscreen_mouselock', |
| 744 '-gtalk.test_basic', | 740 '-gtalk.test_basic', |
| 745 '-infobars', | 741 '-infobars', |
| 746 '-multiprofile', | 742 '-multiprofile', |
| 747 '-policy', | |
| 748 '-prefs', | 743 '-prefs', |
| 749 '-prefs_ui', | 744 '-prefs_ui', |
| 750 '-apptest', | 745 '-apptest', |
| 751 '-plugins', | 746 '-plugins', |
| 752 '-omnibox', | 747 '-omnibox', |
| 753 '-special_tabs', | 748 '-special_tabs', |
| 754 '-youtube.YoutubeTest.testPlayerStatus', | 749 '-youtube.YoutubeTest.testPlayerStatus', |
| 755 '-ntp.NTPTest.testLaunchAppFullScreen', | 750 '-ntp.NTPTest.testLaunchAppFullScreen', |
| 756 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay
backMatrix', | 751 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay
backMatrix', |
| 757 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner', | 752 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner', |
| 758 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', | 753 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', |
| 759 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', | 754 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', |
| 760 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', | 755 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', |
| 761 '-ntp.NTPTest.testUninstallApp', | 756 '-ntp.NTPTest.testUninstallApp', |
| 762 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', | 757 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', |
| 763 '-ntp.NTPTest.testLaunchAppRegularTab', | 758 '-ntp.NTPTest.testLaunchAppRegularTab', |
| 764 '-ntp.NTPTest.testLaunchAppPinnedTab', | 759 '-ntp.NTPTest.testLaunchAppPinnedTab', |
| 765 '-ntp.NTPTest.testGetAppsWhenInstallApp', | 760 '-ntp.NTPTest.testGetAppsWhenInstallApp', |
| 766 '-ntp.NTPTest.testLaunchAppNewWindow', | 761 '-ntp.NTPTest.testLaunchAppNewWindow', |
| 767 ], | 762 ], |
| 768 }, | 763 }, |
| 769 } | 764 } |
| OLD | NEW |