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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 6994005: Fix password automation hooks to get pyauto test testSavePassword working. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modified PYAUTO_TESTS. Created 9 years, 7 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
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index 3c1e807ccd8bb1d1ee4e43086a03d619ac4e99a8..5bb5aa7bf26a941ba9ff3cfeba8d7b8a37837bd4 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -59,8 +59,7 @@
'ntp',
'omnibox',
'-omnibox.OmniboxTest.testHistoryResult', # crbug.com/71715
- # crbug.com/73078
- '-passwords',
+ 'passwords',
'pdf',
'plugins',
'plugins_check',
@@ -85,7 +84,7 @@
'-downloads.DownloadsTest.testZip',
'-downloads.DownloadsTest.testRemoveDownload',
'-prefs.PrefsTest.testDownloadDirPref',
- # crbug.com/70694
+ # crbug.com/70694, crbug.com/73078
'-passwords.PasswordTest.testInfoBarDisappearByReload',
'-passwords.PasswordTest.testNeverSavePasswords',
# crbug.com/67588
@@ -121,9 +120,8 @@
'linux': [ # linux != chromeos
'-browser.BrowserTest.testWindowResize', # crbug.com/44963
- # crbug.com/70694
- '-passwords.PasswordTest.testInfoBarDisappearByReload',
- '-passwords.PasswordTest.testNeverSavePasswords',
+ # System password manager obstructs password automation.
+ '-passwords',
# Gnome / kwallet popups on linux break sync tests. crbug.com/80329
'-sync',
],
@@ -157,9 +155,6 @@
'-infobars.InfobarTest.testPluginCrashInfobar',
# Flaky: crosbug.com/14439
'-instant.InstantSettingsTest.testEnableDisableInstant',
- # crbug.com/70694
- '-passwords.PasswordTest.testInfoBarDisappearByReload',
- '-passwords.PasswordTest.testNeverSavePasswords',
# Deal with i18n chars. crosbug.com/12639
'-autofill.AutofillTest.testFillProfileCrazyCharacters',

Powered by Google App Engine
This is Rietveld 408576698