summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-12-31 11:26:50 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-12-31 11:26:50 (GMT)
commitfd07e7dda709edacc16a851da981a628d61ffd72 (patch)
tree14004e0b4530b09c60defd77eff9962e8160a795 /Lib/test/regrtest.py
parentab495052ad3292ce3283b55c25a19621e9d638db (diff)
downloadcpython-fd07e7dda709edacc16a851da981a628d61ffd72.zip
cpython-fd07e7dda709edacc16a851da981a628d61ffd72.tar.gz
cpython-fd07e7dda709edacc16a851da981a628d61ffd72.tar.bz2
add list of expected skips for the OS/2 EMX port
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 9f24c06..a6317569 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: