diff options
-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 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 """, |