3.7 runtest exclusion update

This commit is contained in:
rocky
2020-01-22 05:36:22 -05:00
parent bc50825460
commit e07f799cdd

View File

@@ -7,7 +7,7 @@ SKIP_TESTS=(
[test_baseexception.py]=1 # UnboundLocalError: local variable 'exc' referenced before assignment
[test_bdb.py]=1 #
[test_buffer.py]=1 # test assertion errors
[test_builtin.py]=1 # test assertion errors
[test_builtin.py]=1 # parse error, but decompyle3 doesn't have this. (It has test assert failures though)
[test_clinic.py]=1 # it fails on its own
[test_cmath.py]=1 # test assertion failure
[test_cmd_line.py]=1 # Interactive?
@@ -36,7 +36,7 @@ SKIP_TESTS=(
[test_fcntl.py]=1
[test_fileinput.py]=1
[test_float.py]=1 # Investigate: AssertionError: inf not identical to inf
[test_format.py]=1 # Probalby not handling bytestrings properly
[test_format.py]=1 # Probably not handling bytestrings properly
[test_frame.py]=1
[test_ftplib.py]=1
[test_functools.py]=1 # parse error