summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 00:48:21 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 00:48:21 +0000
commit1c06528e287df18771a2e2da1d1fce6258316a1b (patch)
treee5b95d3e451a53a439fd8c5f93ff46479002326e
parent69ac7303ed2160e883534136fd38b25ef7859e64 (diff)
downloadchromium_src-1c06528e287df18771a2e2da1d1fce6258316a1b.zip
chromium_src-1c06528e287df18771a2e2da1d1fce6258316a1b.tar.gz
chromium_src-1c06528e287df18771a2e2da1d1fce6258316a1b.tar.bz2
Fix pyauto bustage on mac.
Review URL: http://codereview.chromium.org/5322004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67188 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/functional/PYAUTO_TESTS8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index 191e245..f80c4c1 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -44,8 +44,6 @@
'ntp',
'omnibox',
'passwords',
- # crbug.com/64269
- '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
'pdf',
'plugins',
# 'popups', crbug.com/59208
@@ -72,6 +70,8 @@
'-downloads.DownloadsTest.testZip',
'-downloads.DownloadsTest.testRemoveDownload',
'-prefs.PrefsTest.testDownloadDirPref',
+ # crbug.com/64269
+ '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
],
'mac': [
@@ -88,6 +88,8 @@
'-browser.BrowserTest.testWindowResize', # crbug.com/44963
'-browser.BrowserTest.testFlashLoadsAfterKill', # crbug.com/63039
'-content.ContentTest.testThreeWindows', # crbug.com/47457
+ # crbug.com/64269
+ '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
],
# ChromeOS is linux, but note that this section does not include the
@@ -121,5 +123,7 @@
'-translate.TranslateTest.testDownloadsNotTranslated',
# crosbug.com/9499
'-crash_reporter.CrashReporterTest.testRendererCrash',
+ # crbug.com/64269
+ '-passwords.PasswordTest.testDisplayAndSavePasswordInfobar',
],
}