Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: chrome/test/functional/PYAUTO_TESTS

Issue 10918263: Converted policy_prefs_ui.py pyauto test to a browser_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_prefs_ui',
59 'prefs', 58 'prefs',
60 'prefs_ui', 59 'prefs_ui',
61 'pyauto_webdriver', 60 'pyauto_webdriver',
62 'search_engines', 61 'search_engines',
63 'special_tabs', 62 'special_tabs',
64 'sync.SyncTest', 63 'sync.SyncTest',
65 'test_pyauto', 64 'test_pyauto',
66 'themes', 65 'themes',
67 66
68 # ================================================== 67 # ==================================================
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 # Causes browser crash. crbug.com/93548 167 # Causes browser crash. crbug.com/93548
169 '-notifications.NotificationsTest.testIncognitoNotification', 168 '-notifications.NotificationsTest.testIncognitoNotification',
170 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', 169 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
171 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 170 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
172 # crbug.com/70437 171 # crbug.com/70437
173 '-omnibox.OmniboxTest.testHistoryResult', 172 '-omnibox.OmniboxTest.testHistoryResult',
174 # crbug.com/91617 173 # crbug.com/91617
175 '-omnibox.OmniboxTest.testContentHistory', 174 '-omnibox.OmniboxTest.testContentHistory',
176 # Keychain popups make autofill/password tests difficult: crbug.com/49378 175 # Keychain popups make autofill/password tests difficult: crbug.com/49378
177 '-passwords', 176 '-passwords',
178 # crbug.com/130094
179 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner',
180 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner',
181 # crbug.com/69619 177 # crbug.com/69619
182 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 178 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
183 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 179 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
184 '-sync', 180 '-sync',
185 # crbug.com/98526 181 # crbug.com/98526
186 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 182 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
187 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 183 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
188 ], 184 ],
189 185
190 'linux': [ # linux != chromeos 186 'linux': [ # linux != chromeos
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 # No codesign verification on ChromeOS. 259 # No codesign verification on ChromeOS.
264 '-codesign', 260 '-codesign',
265 # Import tests are invalid on ChromeOS since Chrome is the only browser. 261 # Import tests are invalid on ChromeOS since Chrome is the only browser.
266 '-imports', 262 '-imports',
267 # Sync is already signed in with the login account. 263 # Sync is already signed in with the login account.
268 # So one-click infobar tests do tno apply to chromeos. 264 # So one-click infobar tests do tno apply to chromeos.
269 '-infobars.OneClickInfobarTest', 265 '-infobars.OneClickInfobarTest',
270 # Multi-profile doesn't apply to chromeos yet. 266 # Multi-profile doesn't apply to chromeos yet.
271 '-multiprofile', 267 '-multiprofile',
272 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', 268 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited',
273 # This requires a custom setup on ChromeOS and has its own suite for
274 # that platform.
275 '-policy_prefs_ui',
276 # You cannot adjust the downloads directory on ChromeOS. 269 # You cannot adjust the downloads directory on ChromeOS.
277 '-prefs.PrefsTest.testDownloadDirPref', 270 '-prefs.PrefsTest.testDownloadDirPref',
278 271
279 # ================================================== 272 # ==================================================
280 # Disabled tests that need to be investigated/fixed. 273 # Disabled tests that need to be investigated/fixed.
281 # ================================================== 274 # ==================================================
282 # crbug.com/132337 275 # crbug.com/132337
283 '-autofill.AutofillTest.testTabOrderForEditAddress', 276 '-autofill.AutofillTest.testTabOrderForEditAddress',
284 # crbug.com/129469 277 # crbug.com/129469
285 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto', 278 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 }, 621 },
629 622
630 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests 623 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests
631 # but require custom setup on ChromeOS. Others are specific to ChromeOS only. 624 # but require custom setup on ChromeOS. Others are specific to ChromeOS only.
632 'CHROMEOS_POLICY': { 625 'CHROMEOS_POLICY': {
633 'chromeos': [ 626 'chromeos': [
634 'chromeos_ephemeral', 627 'chromeos_ephemeral',
635 'chromeos_device_policy', 628 'chromeos_device_policy',
636 'chromeos_onc', 629 'chromeos_onc',
637 'chromeos_retail_mode', 630 'chromeos_retail_mode',
638 'policy_prefs_ui',
639 ], 631 ],
640 }, 632 },
641 633
642 # ChromeOS volume tests. 634 # ChromeOS volume tests.
643 'CHROMEOS_VOLUME': { 635 'CHROMEOS_VOLUME': {
644 'chromeos': [ 636 'chromeos': [
645 'chromeos_volume', 637 'chromeos_volume',
646 ], 638 ],
647 }, 639 },
648 640
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 '-multiprofile', 728 '-multiprofile',
737 '-prefs', 729 '-prefs',
738 '-prefs_ui', 730 '-prefs_ui',
739 '-apptest', 731 '-apptest',
740 '-plugins', 732 '-plugins',
741 '-omnibox', 733 '-omnibox',
742 '-special_tabs', 734 '-special_tabs',
743 '-youtube.YoutubeTest.testPlayerStatus', 735 '-youtube.YoutubeTest.testPlayerStatus',
744 '-ntp.NTPTest.testLaunchAppFullScreen', 736 '-ntp.NTPTest.testLaunchAppFullScreen',
745 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix', 737 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix',
746 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner',
747 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner',
748 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner',
749 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 738 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
750 '-ntp.NTPTest.testUninstallApp', 739 '-ntp.NTPTest.testUninstallApp',
751 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 740 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
752 '-ntp.NTPTest.testLaunchAppRegularTab', 741 '-ntp.NTPTest.testLaunchAppRegularTab',
753 '-ntp.NTPTest.testLaunchAppPinnedTab', 742 '-ntp.NTPTest.testLaunchAppPinnedTab',
754 '-ntp.NTPTest.testGetAppsWhenInstallApp', 743 '-ntp.NTPTest.testGetAppsWhenInstallApp',
755 '-ntp.NTPTest.testLaunchAppNewWindow', 744 '-ntp.NTPTest.testLaunchAppNewWindow',
756 ], 745 ],
757 }, 746 },
758 } 747 }
OLDNEW
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | chrome/test/functional/policy_prefs_ui.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698