From: Martin v. Löwis Date: Sat, 7 Jun 2003 20:01:37 +0000 (+0000) Subject: Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. X-Git-Tag: v2.3c1~525 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56f88113b7272be8403f9b722c943e679e23d362;p=thirdparty%2FPython%2Fcpython.git Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 9794fc33c217..5b7c41eab4c0 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -903,6 +903,36 @@ _expectations = { test_signal test_sunaudiodev """, + 'freebsd4': + """ + test_aepack + test_al + test_bsddb + test_bsddb3 + test_cd + test_cl + test_email_codecs + test_gl + test_imgfile + test_linuxaudiodev + test_locale + test_macfs + test_macostools + test_nis + test_normalization + test_ossaudiodev + test_pep277 + test_plistlib + test_scriptpackages + test_socket_ssl + test_socketserver + test_sunaudiodev + test_timeout + test_unicode_file + test_urllibnet + test_winreg + test_winsound + """, } class _ExpectedSkips: