Add 3.x try reduction rule

This commit is contained in:
rocky
2020-01-24 15:45:14 -05:00
parent 72b053acef
commit c90ff5176c
5 changed files with 67 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ SKIP_TESTS=(
[test_io.py]=1 # test takes too long to run: 34 seconds
[test_lib2to3.py]=1
[test_logging.py]=1 # test takes too long to run: 13 seconds
[test_long.py]=1 # FIX: if boundaries wrong in Rat __init__ was okay in 3.6.2 though
[test_long.py]=1 # test assert failure AttributeError: 'Rat' object has no attribute 'd'
[test_math.py]=1
[test_modulefinder.py]=1
[test_multiprocessing.py]=1
@@ -34,7 +34,6 @@ SKIP_TESTS=(
[test_socket.py]=1
[test_ssl.py]=1 # too installation specific
[test_strlit.py]=1
[test_strtod.py]=1 # FIX: works on release 3.6.2; must be if stmt nesting/handling
[test_subprocess.py]=1 # test takes too long to run: 28 seconds
[test_symtable.py]=1
[test_sys_setprofile.py]=1 # test assertion errors

View File

@@ -77,7 +77,6 @@ SKIP_TESTS=(
[test_socketserver.py]=1 # long 25 seconds
[test_struct.py]=1 # Doesn't terminate
[test_strlit.py]=1 # test failure
[test_strtod.py]=1 # test assertion error
[test_subprocess.py]=1 # Too long
[test_symtable.py]=1 # Investigate bad output
[test_sys_settrace.py]=1 # test assert failures