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

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

Issue 10913043: Convert the popups pyauto test to browser_tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix cros 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 | « chrome/test/data/popup_blocker/popup-on-unload.html ('k') | chrome/test/functional/popups.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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'imports', 47 'imports',
48 'infobars', 48 'infobars',
49 'instant', 49 'instant',
50 'multiprofile', 50 'multiprofile',
51 'notifications', 51 'notifications',
52 'ntp', 52 'ntp',
53 'omnibox', 53 'omnibox',
54 'passwords', 54 'passwords',
55 'policy', 55 'policy',
56 'policy_prefs_ui', 56 'policy_prefs_ui',
57 'popups',
58 'prefs', 57 'prefs',
59 'prefs_ui', 58 'prefs_ui',
60 'pyauto_webdriver', 59 'pyauto_webdriver',
61 'search_engines', 60 'search_engines',
62 'special_tabs', 61 'special_tabs',
63 'sync.SyncTest', 62 'sync.SyncTest',
64 'test_pyauto', 63 'test_pyauto',
65 'themes', 64 'themes',
66 65
67 # ================================================== 66 # ==================================================
(...skipping 28 matching lines...) Expand all
96 # crbug.com/137041 95 # crbug.com/137041
97 '-omnibox.OmniboxTest.testDifferentTypesOfResults', 96 '-omnibox.OmniboxTest.testDifferentTypesOfResults',
98 # crbug.com/115427 97 # crbug.com/115427
99 '-policy.PolicyTest.testAlwaysAuthorizePlugins', 98 '-policy.PolicyTest.testAlwaysAuthorizePlugins',
100 # crbug.com/118054 99 # crbug.com/118054
101 '-policy.PolicyTest.testApplicationLocaleValue', 100 '-policy.PolicyTest.testApplicationLocaleValue',
102 # crbug.com/96896 101 # crbug.com/96896
103 '-policy.PolicyTest.testEnabledPlugins', 102 '-policy.PolicyTest.testEnabledPlugins',
104 # crbug.com/118123 103 # crbug.com/118123
105 '-policy.PolicyTest.testExtensionInstallFromForceList', 104 '-policy.PolicyTest.testExtensionInstallFromForceList',
106 # crbug.com/47935
107 '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
108 # crbug.com/83827
109 '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
110 # crbug.com/85600 105 # crbug.com/85600
111 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 106 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
112 # crbug.com/112051 107 # crbug.com/112051
113 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI', 108 '-prefs_ui.PrefsUITest.testChangeExceptionBehaviorUI',
114 # crbug.com/88593 109 # crbug.com/88593
115 '-sync.SyncTest.testPersonalStuffSyncSection', 110 '-sync.SyncTest.testPersonalStuffSyncSection',
116 # crbug.com/95140 111 # crbug.com/95140
117 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage', 112 '-translate.TranslateTest.testGoBackAndForwardToTranslatePage',
118 # crbug.com/124913 113 # crbug.com/124913
119 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', 114 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 # crosbug.com/14256 308 # crosbug.com/14256
314 '-ntp.NTPTest.testLaunchAppFullScreen', 309 '-ntp.NTPTest.testLaunchAppFullScreen',
315 # Content history broken in omnibox. crosbug.com/14416 310 # Content history broken in omnibox. crosbug.com/14416
316 '-omnibox.OmniboxTest.testContentHistory', 311 '-omnibox.OmniboxTest.testContentHistory',
317 # crbug.com/91033 312 # crbug.com/91033
318 '-omnibox.OmniboxTest.testOmniboxSearchHistory', 313 '-omnibox.OmniboxTest.testOmniboxSearchHistory',
319 # crosbug.com/19760 314 # crosbug.com/19760
320 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', 315 '-passwords.PasswordTest.testClearFetchedCredForNewUserName',
321 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', 316 '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
322 # onunload popups get created in the same window on chromeos 317 # onunload popups get created in the same window on chromeos
323 # crosbug.com/14924
324 '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed',
325 # Session restore not working with PyAuto. crosbug.com/12648 318 # Session restore not working with PyAuto. crosbug.com/12648
326 '-prefs.PrefsTest.testNavigationStateOnSessionRestore', 319 '-prefs.PrefsTest.testNavigationStateOnSessionRestore',
327 '-prefs.PrefsTest.testSessionRestoreURLs', 320 '-prefs.PrefsTest.testSessionRestoreURLs',
328 '-prefs.PrefsTest.testSessionRestore', 321 '-prefs.PrefsTest.testSessionRestore',
329 # sync tests were running into a secondary passphrase. crosbug.com/15016. 322 # sync tests were running into a secondary passphrase. crosbug.com/15016.
330 '-sync', 323 '-sync',
331 # Deal with i18n chars. crosbug.com/12639 324 # Deal with i18n chars. crosbug.com/12639
332 '-downloads.DownloadsTest.testCrazyFilenames', 325 '-downloads.DownloadsTest.testCrazyFilenames',
333 '-omnibox.OmniboxTest.testCrazyFilenames', 326 '-omnibox.OmniboxTest.testCrazyFilenames',
334 # crosbug.com/16977 327 # crosbug.com/16977
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 '-omnibox.OmniboxTest.testIncognitoAppComboNameWithSpecialCharSearch', 371 '-omnibox.OmniboxTest.testIncognitoAppComboNameWithSpecialCharSearch',
379 '-omnibox.OmniboxTest.testIncognitoAppNameWithSpaceSearch', 372 '-omnibox.OmniboxTest.testIncognitoAppNameWithSpaceSearch',
380 '-omnibox.OmniboxTest.testIncognitoAppSearchWithVeryLongAppName', 373 '-omnibox.OmniboxTest.testIncognitoAppSearchWithVeryLongAppName',
381 '-omnibox.OmniboxTest.testRepeatedlyAppLaunchInTabs', 374 '-omnibox.OmniboxTest.testRepeatedlyAppLaunchInTabs',
382 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar', 375 '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
383 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage', 376 '-passwords.PasswordTest.testInfoBarDisappearByNavigatingPage',
384 '-passwords.PasswordTest.testInfoBarDisappearByReload', 377 '-passwords.PasswordTest.testInfoBarDisappearByReload',
385 '-passwords.PasswordTest.testLoginCredsNotShownInIncognito', 378 '-passwords.PasswordTest.testLoginCredsNotShownInIncognito',
386 '-passwords.PasswordTest.testNeverSavePasswords', 379 '-passwords.PasswordTest.testNeverSavePasswords',
387 '-passwords.PasswordTest.testPasswordInfobarShowsForBlockedDomain', 380 '-passwords.PasswordTest.testPasswordInfobarShowsForBlockedDomain',
388 '-popups.PopupsTest.testMultiplePopups',
389 '-popups.PopupsTest.testPopupBlockedEverySec',
390 ], 381 ],
391 382
392 'win': [ 383 'win': [
393 ], 384 ],
394 385
395 'mac': [ 386 'mac': [
396 ], 387 ],
397 388
398 'linux': [ 389 'linux': [
399 ], 390 ],
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 '-omnibox', 774 '-omnibox',
784 '-special_tabs', 775 '-special_tabs',
785 '-youtube.YoutubeTest.testPlayerStatus', 776 '-youtube.YoutubeTest.testPlayerStatus',
786 '-translate.TranslateTest.testSeveralLanguages', 777 '-translate.TranslateTest.testSeveralLanguages',
787 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage', 778 '-translate.TranslateTest.testBarNotVisibleOnSSLErrorPage',
788 '-ntp.NTPTest.testLaunchAppFullScreen', 779 '-ntp.NTPTest.testLaunchAppFullScreen',
789 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix', 780 '-media.media_basic_playback.MediaConstrainedNetworkPerfTest.testBasicPlay backMatrix',
790 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner', 781 '-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner',
791 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner', 782 '-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner',
792 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner', 783 '-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner',
793 '-popups.PopupsTest.testMultiplePopups',
794 '-popups.PopupsTest.testPopupBlockedEverySec',
795 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine', 784 '-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
796 '-ntp.NTPTest.testUninstallApp', 785 '-ntp.NTPTest.testUninstallApp',
797 '-ntp.NTPTest.testLaunchAppWithDefaultSettings', 786 '-ntp.NTPTest.testLaunchAppWithDefaultSettings',
798 '-ntp.NTPTest.testLaunchAppRegularTab', 787 '-ntp.NTPTest.testLaunchAppRegularTab',
799 '-ntp.NTPTest.testLaunchAppPinnedTab', 788 '-ntp.NTPTest.testLaunchAppPinnedTab',
800 '-ntp.NTPTest.testGetAppsWhenInstallApp', 789 '-ntp.NTPTest.testGetAppsWhenInstallApp',
801 '-ntp.NTPTest.testLaunchAppNewWindow', 790 '-ntp.NTPTest.testLaunchAppNewWindow',
802 ], 791 ],
803 }, 792 },
804 } 793 }
OLDNEW
« no previous file with comments | « chrome/test/data/popup_blocker/popup-on-unload.html ('k') | chrome/test/functional/popups.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698