From 0ace326ed2ec73dfa515c89ad06fcddd6fafa4ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 5 Sep 2001 14:38:48 +0000 Subject: [PATCH] Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare 7.x systems. --- Lib/test/regrtest.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 62975dd29b..183c12b97c 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -548,6 +548,30 @@ _expectations = { test_winreg test_winsound """, + 'unixware5': + """ + test_al + test_bsddb + test_cd + test_cl + test_dl + test_gl + test_imgfile + test_largefile + test_linuxaudiodev + test_minidom + test_nis + test_ntpath + test_openpty + test_pyexpat + test_sax + test_socketserver + test_sunaudiodev + test_sundry + test_unicode_file + test_winreg + test_winsound + """, } class _ExpectedSkips: -- 2.40.0