From d2cd3ef91f9ada1ae4999f16e84e7068ba8d232e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 7 Jun 2003 20:02:27 +0000 Subject: [PATCH] Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. --- Lib/test/regrtest.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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: -- 2.47.3