From: Jack Jansen Date: Fri, 7 Mar 2003 15:38:11 +0000 (+0000) Subject: Test_ioctl and test_tarfile are skipped on MacOS9. X-Git-Tag: v2.3c1~1533 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4d6bdd58a58b365556abfe60c9f5b5f73c555f8;p=thirdparty%2FPython%2Fcpython.git Test_ioctl and test_tarfile are skipped on MacOS9. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 8b11f0518bf8..4a8bc755c672 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 """,