summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-01-08 16:31:11 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-01-08 16:31:11 (GMT)
commit679751455798fab6425fda749a19e783e58b210e (patch)
tree2a43d5e3281a440a5f9595fac0ac93a81bb119c4 /Lib/test/regrtest.py
parent2918ae8fe6e737e1a161c880e75a9500be50386b (diff)
downloadcpython-679751455798fab6425fda749a19e783e58b210e.zip
cpython-679751455798fab6425fda749a19e783e58b210e.tar.gz
cpython-679751455798fab6425fda749a19e783e58b210e.tar.bz2
Updated the list of expected skips for MacPython-OS9.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index a6317569..433c939 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -595,7 +595,10 @@ _expectations = {
'mac':
"""
test_al
+ test_atexit
test_bsddb
+ test_bsddb3
+ test_bz2
test_cd
test_cl
test_commands
@@ -603,6 +606,7 @@ _expectations = {
test_curses
test_dbm
test_dl
+ test_email_codecs
test_fcntl
test_fork1
test_gl
@@ -612,13 +616,17 @@ _expectations = {
test_linuxaudiodev
test_locale
test_mmap
+ test_mpz
test_nis
test_ntpath
test_openpty
+ test_ossaudiodev
test_poll
+ test_popen
test_popen2
test_pty
test_pwd
+ test_resource
test_signal
test_socketserver
test_sunaudiodev