From: Martin v. Löwis Date: Sat, 7 Jun 2003 20:02:27 +0000 (+0000) Subject: Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. X-Git-Tag: 2.2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2cd3ef91f9ada1ae4999f16e84e7068ba8d232e;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 014a87af5c86..a91172141a3a 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -715,6 +715,29 @@ _expectations = { test_winreg test_winsound """, + 'freebsd4': + """ + test_al + test_cd + test_cl + test_curses + test_email_codecs + test_gdbm + test_gl + test_imgfile + test_linuxaudiodev + test_locale + test_minidom + test_nis + test_pyexpat + test_sax + test_socket_ssl + test_socketserver + test_sunaudiodev + test_unicode_file + test_winreg + test_winsound + """, } class _ExpectedSkips: