summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-03-07 15:38:11 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-03-07 15:38:11 +0000
commitc4d6bdd58a58b365556abfe60c9f5b5f73c555f8 (patch)
tree824134bc65e0b51fde82fd52c67d839b755685ce
parent45f5c4ab3edf793cd57cce50e61c31edb2000d39 (diff)
downloadcpython-git-c4d6bdd58a58b365556abfe60c9f5b5f73c555f8.tar.gz
Test_ioctl and test_tarfile are skipped on MacOS9.
-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 8b11f0518b..4a8bc755c6 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
""",