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

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

Issue 10905223: Converted policy_prefs_ui.py pyauto test to a browser_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, converted chrome/app/policy/PRESUBMIT.py 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 # Causes browser crash. crbug.com/93548 173 # Causes browser crash. crbug.com/93548
175 '-notifications.NotificationsTest.testIncognitoNotification', 174 '-notifications.NotificationsTest.testIncognitoNotification',
176 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito', 175 '-notifications.NotificationsTest.testOriginPrefsNotSavedInIncognito',
177 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne', 176 '-notifications.NotificationsTest.testNotificationOrderAfterClosingOne',
178 # crbug.com/70437 177 # crbug.com/70437
179 '-omnibox.OmniboxTest.testHistoryResult', 178 '-omnibox.OmniboxTest.testHistoryResult',
180 # crbug.com/91617 179 # crbug.com/91617
181 '-omnibox.OmniboxTest.testContentHistory', 180 '-omnibox.OmniboxTest.testContentHistory',
182 # Keychain popups make autofill/password tests difficult: crbug.com/49378 181 # Keychain popups make autofill/password tests difficult: crbug.com/49378
183 '-passwords', 182 '-passwords',
184 # crbug.com/130094
185 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner',
186 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner',
187 # crbug.com/69619 183 # crbug.com/69619
188 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 184 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
189 # Keychain popups make sync tests difficult on Mac. crbug.com/49378 185 # Keychain popups make sync tests difficult on Mac. crbug.com/49378
190 '-sync', 186 '-sync',
191 # crbug.com/98526 187 # crbug.com/98526
192 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', 188 '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
193 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', 189 '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
194 ], 190 ],
195 191
196 'linux': [ # linux != chromeos 192 'linux': [ # linux != chromeos
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 # No codesign verification on ChromeOS. 265 # No codesign verification on ChromeOS.
270 '-codesign', 266 '-codesign',
271 # Import tests are invalid on ChromeOS since Chrome is the only browser. 267 # Import tests are invalid on ChromeOS since Chrome is the only browser.
272 '-imports', 268 '-imports',
273 # Sync is already signed in with the login account. 269 # Sync is already signed in with the login account.
274 # So one-click infobar tests do tno apply to chromeos. 270 # So one-click infobar tests do tno apply to chromeos.
275 '-infobars.OneClickInfobarTest', 271 '-infobars.OneClickInfobarTest',
276 # Multi-profile doesn't apply to chromeos yet. 272 # Multi-profile doesn't apply to chromeos yet.
277 '-multiprofile', 273 '-multiprofile',
278 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited', 274 '-ntp.NTPTest.testDifferentProfileNotAppearInMostVisited',
279 # This requires a custom setup on ChromeOS and has its own suite for
280 # that platform.
281 '-policy_prefs_ui',
282 # You cannot adjust the downloads directory on ChromeOS. 275 # You cannot adjust the downloads directory on ChromeOS.
283 '-prefs.PrefsTest.testDownloadDirPref', 276 '-prefs.PrefsTest.testDownloadDirPref',
284 277
285 # ================================================== 278 # ==================================================
286 # Disabled tests that need to be investigated/fixed. 279 # Disabled tests that need to be investigated/fixed.
287 # ================================================== 280 # ==================================================
288 # crbug.com/132337 281 # crbug.com/132337
289 '-autofill.AutofillTest.testTabOrderForEditAddress', 282 '-autofill.AutofillTest.testTabOrderForEditAddress',
290 # crbug.com/129469 283 # crbug.com/129469
291 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto', 284 '-chromeos_prefs.ChromeosPrefsTest.testCaptureUserPhoto',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 }, 627 },
635 628
636 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests 629 # ChromeOS policy tests. Some of these are shared with Desktop Chrome tests
637 # but require custom setup on ChromeOS. Others are specific to ChromeOS only. 630 # but require custom setup on ChromeOS. Others are specific to ChromeOS only.
638 'CHROMEOS_POLICY': { 631 'CHROMEOS_POLICY': {
639 'chromeos': [ 632 'chromeos': [
640 'chromeos_ephemeral', 633 'chromeos_ephemeral',
641 'chromeos_device_policy', 634 'chromeos_device_policy',
642 'chromeos_onc', 635 'chromeos_onc',
643 'chromeos_retail_mode', 636 'chromeos_retail_mode',
644 'policy_prefs_ui',
645 ], 637 ],
646 }, 638 },
647 639
648 # ChromeOS volume tests. 640 # ChromeOS volume tests.
649 'CHROMEOS_VOLUME': { 641 'CHROMEOS_VOLUME': {
650 'chromeos': [ 642 'chromeos': [
651 'chromeos_volume', 643 'chromeos_volume',
652 ], 644 ],
653 }, 645 },
654 646
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 '-multiprofile', 734 '-multiprofile',
743 '-prefs', 735 '-prefs',
744 '-prefs_ui', 736 '-prefs_ui',
745 '-apptest', 737 '-apptest',
746 '-plugins', 738 '-plugins',
747 '-omnibox', 739 '-omnibox',
748 '-special_tabs', 740 '-special_tabs',
749 '-youtube.YoutubeTest.testPlayerStatus', 741 '-youtube.YoutubeTest.testPlayerStatus',
750 '-ntp.NTPTest.testLaunchAppFullScreen', 742 '-ntp.NTPTest.testLaunchAppFullScreen',
751 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix', 743 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix',
752 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner',
753 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner',
754 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner',
755 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 744 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
756 '-ntp.NTPTest.testUninstallApp', 745 '-ntp.NTPTest.testUninstallApp',
757 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 746 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
758 '-ntp.NTPTest.testLaunchAppRegularTab', 747 '-ntp.NTPTest.testLaunchAppRegularTab',
759 '-ntp.NTPTest.testLaunchAppPinnedTab', 748 '-ntp.NTPTest.testLaunchAppPinnedTab',
760 '-ntp.NTPTest.testGetAppsWhenInstallApp', 749 '-ntp.NTPTest.testGetAppsWhenInstallApp',
761 '-ntp.NTPTest.testLaunchAppNewWindow', 750 '-ntp.NTPTest.testLaunchAppNewWindow',
762 ], 751 ],
763 }, 752 },
764 } 753 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698