From: Andrew MacIntyre Date: Tue, 31 Dec 2002 11:26:50 +0000 (+0000) Subject: add list of expected skips for the OS/2 EMX port X-Git-Tag: v2.3c1~2737 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd07e7dda709edacc16a851da981a628d61ffd72;p=thirdparty%2FPython%2Fcpython.git add list of expected skips for the OS/2 EMX port --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 9f24c0693449..a63175691b6e 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -878,6 +878,34 @@ _expectations = { test_winreg test_winsound """, + 'os2emx': + """ + test_al + test_audioop + test_bsddb3 + test_cd + test_cl + test_commands + test_curses + test_dl + test_email_codecs + test_gl + test_imgfile + test_largefile + test_linuxaudiodev + test_mhlib + test_mmap + test_nis + test_openpty + test_ossaudiodev + test_pty + test_resource + test_signal + test_sunaudiodev + test_unicode_file + test_winreg + test_winsound + """, } class _ExpectedSkips: