summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-03-07 15:38:11 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-03-07 15:38:11 (GMT)
commitc4d6bdd58a58b365556abfe60c9f5b5f73c555f8 (patch)
tree824134bc65e0b51fde82fd52c67d839b755685ce /Lib/test/regrtest.py
parent45f5c4ab3edf793cd57cce50e61c31edb2000d39 (diff)
downloadcpython-c4d6bdd58a58b365556abfe60c9f5b5f73c555f8.zip
cpython-c4d6bdd58a58b365556abfe60c9f5b5f73c555f8.tar.gz
cpython-c4d6bdd58a58b365556abfe60c9f5b5f73c555f8.tar.bz2
Test_ioctl and test_tarfile are skipped on MacOS9.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 8b11f05..4a8bc75 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -630,6 +630,7 @@ _expectations = {
test_gl
test_grp
test_iconv_codecs
+ test_ioctl
test_imgfile
test_largefile
test_linuxaudiodev
@@ -651,6 +652,7 @@ _expectations = {
test_socketserver
test_sunaudiodev
test_sundry
+ test_tarfile
test_timing
test_unicode_file
""",