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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/PYAUTO_TESTS
===================================================================
--- chrome/test/functional/PYAUTO_TESTS (revision 154448)
+++ chrome/test/functional/PYAUTO_TESTS (working copy)
@@ -54,7 +54,6 @@
'passwords',
'policy',
'policy_prefs_ui',
- 'popups',
'prefs',
'prefs_ui',
'pyauto_webdriver',
@@ -103,10 +102,6 @@
'-policy.PolicyTest.testEnabledPlugins',
# crbug.com/118123
'-policy.PolicyTest.testExtensionInstallFromForceList',
- # crbug.com/47935
- '-popups.PopupsTest.testBlockedPopupNotShowInHistory',
- # crbug.com/83827
- '-popups.PopupsTest.testUnblockedPopupAddedToOmnibox',
# crbug.com/85600
'-prefs.PrefsTest.testNavigationStateOnSessionRestore',
# crbug.com/112051
@@ -320,8 +315,6 @@
'-passwords.PasswordTest.testClearFetchedCredForNewUserName',
'-passwords.PasswordTest.testSavedPasswordInTabsAndWindows',
# onunload popups get created in the same window on chromeos
- # crosbug.com/14924
- '-popups.PopupsTest.testPopupsLaunchWhenTabIsClosed',
# Session restore not working with PyAuto. crosbug.com/12648
'-prefs.PrefsTest.testNavigationStateOnSessionRestore',
'-prefs.PrefsTest.testSessionRestoreURLs',
@@ -385,8 +378,6 @@
'-passwords.PasswordTest.testLoginCredsNotShownInIncognito',
'-passwords.PasswordTest.testNeverSavePasswords',
'-passwords.PasswordTest.testPasswordInfobarShowsForBlockedDomain',
- '-popups.PopupsTest.testMultiplePopups',
- '-popups.PopupsTest.testPopupBlockedEverySec',
],
'win': [
@@ -790,8 +781,6 @@
'-policy_prefs_ui.PolicyPrefsUITest.testNoUserPoliciesNoBanner',
'-policy_prefs_ui.PolicyPrefsUITest.testToggleUserPolicyTogglesBanner',
'-policy_prefs_ui.PolicyPrefsUITest.testUserPoliciesShowBanner',
- '-popups.PopupsTest.testMultiplePopups',
- '-popups.PopupsTest.testPopupBlockedEverySec',
'-search_engines.SearchEnginesTest.testDiscoverSearchEngine',
'-ntp.NTPTest.testUninstallApp',
'-ntp.NTPTest.testLaunchAppWithDefaultSettings',
« 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