diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-07 15:38:11 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-07 15:38:11 (GMT) |
commit | c4d6bdd58a58b365556abfe60c9f5b5f73c555f8 (patch) | |
tree | 824134bc65e0b51fde82fd52c67d839b755685ce /Lib/test/regrtest.py | |
parent | 45f5c4ab3edf793cd57cce50e61c31edb2000d39 (diff) | |
download | cpython-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-x | Lib/test/regrtest.py | 2 |
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 """, |