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

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

Issue 10870118: Remove the https pyauto test which is a duplicate of existing tests: (Closed) Base URL: svn://chrome-svn/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
« no previous file with comments | « no previous file | chrome/test/functional/https.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 27 matching lines...) Expand all
38 'autofill', 38 'autofill',
39 'chromoting.it2me_basic', 39 'chromoting.it2me_basic',
40 'codesign', 40 'codesign',
41 'crash_reporter', 41 'crash_reporter',
42 'downloads', 42 'downloads',
43 'execute_javascript', 43 'execute_javascript',
44 'extensions', 44 'extensions',
45 'flash', 45 'flash',
46 'fullscreen_mouselock', 46 'fullscreen_mouselock',
47 'history', 47 'history',
48 'https',
49 'gtalk.test_basic', 48 'gtalk.test_basic',
50 'imports', 49 'imports',
51 'infobars', 50 'infobars',
52 'instant', 51 'instant',
53 'multiprofile', 52 'multiprofile',
54 'navigation', 53 'navigation',
55 'notifications', 54 'notifications',
56 'ntp', 55 'ntp',
57 'omnibox', 56 'omnibox',
58 'passwords', 57 'passwords',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 # Downloads panel stays even after declining a download. 318 # Downloads panel stays even after declining a download.
320 # crosbug.com/14728 319 # crosbug.com/14728
321 '-downloads.DownloadsTest.testDeclineDangerousDownload', 320 '-downloads.DownloadsTest.testDeclineDangerousDownload',
322 # crosbug.com/19556 321 # crosbug.com/19556
323 '-extensions.ExtensionsTest.testAllowAccessFileURLs', 322 '-extensions.ExtensionsTest.testAllowAccessFileURLs',
324 '-extensions.ExtensionsTest.testAllowIncognitoExtension', 323 '-extensions.ExtensionsTest.testAllowIncognitoExtension',
325 '-extensions.ExtensionsTest.testDisableEnableExtension', 324 '-extensions.ExtensionsTest.testDisableEnableExtension',
326 # crbug.com/134593 325 # crbug.com/134593
327 '-gtalk.test_basic.BasicTest.testCurrentVersion', 326 '-gtalk.test_basic.BasicTest.testCurrentVersion',
328 '-gtalk.test_basic.BasicTest.testRCVersion', 327 '-gtalk.test_basic.BasicTest.testRCVersion',
329 # crbug.com/129498
330 '-https.SSLTest.testSSLCertAuthorityOK',
331 '-https.SSLTest.testSSLCertOK',
332 # crosbug.com/24496 328 # crosbug.com/24496
333 '-infobars.InfobarTest.testPluginCrashForMultiTabs', 329 '-infobars.InfobarTest.testPluginCrashForMultiTabs',
334 # crbug.com/109035 330 # crbug.com/109035
335 '-infobars.InfobarTest.testPluginCrashInfobar', 331 '-infobars.InfobarTest.testPluginCrashInfobar',
336 # crosbug.com/14256 332 # crosbug.com/14256
337 '-ntp.NTPTest.testLaunchAppFullScreen', 333 '-ntp.NTPTest.testLaunchAppFullScreen',
338 # Content history broken in omnibox. crosbug.com/14416 334 # Content history broken in omnibox. crosbug.com/14416
339 '-omnibox.OmniboxTest.testContentHistory', 335 '-omnibox.OmniboxTest.testContentHistory',
340 # crbug.com/91033 336 # crbug.com/91033
341 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 337 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 '-prefs', 812 '-prefs',
817 '-prefs_ui', 813 '-prefs_ui',
818 '-apptest', 814 '-apptest',
819 '-plugins', 815 '-plugins',
820 '-omnibox', 816 '-omnibox',
821 '-special_tabs', 817 '-special_tabs',
822 '-youtube.YoutubeTest.testPlayerStatus', 818 '-youtube.YoutubeTest.testPlayerStatus',
823 '-translate.TranslateTest.testSeveralLanguages', 819 '-translate.TranslateTest.testSeveralLanguages',
824 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', 820 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
825 '-ntp.NTPTest.testLaunchAppFullScreen', 821 '-ntp.NTPTest.testLaunchAppFullScreen',
826 '-https.SSLTest.testSSLCertOK',
827 '-https.SSLTest.testSSLCertAuthorityOK',
828 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix', 822 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix',
829 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner', 823 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner',
830 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', 824 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner',
831 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', 825 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner',
832 '-popups.PopupsTest.testMultiplePopups', 826 '-popups.PopupsTest.testMultiplePopups',
833 '-popups.PopupsTest.testPopupBlockedEverySec', 827 '-popups.PopupsTest.testPopupBlockedEverySec',
834 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 828 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
835 '-ntp.NTPTest.testUninstallApp', 829 '-ntp.NTPTest.testUninstallApp',
836 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 830 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
837 '-ntp.NTPTest.testLaunchAppRegularTab', 831 '-ntp.NTPTest.testLaunchAppRegularTab',
838 '-ntp.NTPTest.testLaunchAppPinnedTab', 832 '-ntp.NTPTest.testLaunchAppPinnedTab',
839 '-ntp.NTPTest.testGetAppsWhenInstallApp', 833 '-ntp.NTPTest.testGetAppsWhenInstallApp',
840 '-ntp.NTPTest.testLaunchAppNewWindow', 834 '-ntp.NTPTest.testLaunchAppNewWindow',
841 ], 835 ],
842 }, 836 },
843 } 837 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/https.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698