From 56f88113b7272be8403f9b722c943e679e23d362 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 7 Jun 2003 20:01:37 +0000 Subject: [PATCH] Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. --- Lib/test/regrtest.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 9794fc33c2..5b7c41eab4 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: -- 2.50.1