Reinstate some stdlib tests...

now that we distinguish try/else a little better
This commit is contained in:
rocky
2019-12-09 14:13:30 -05:00
parent 7d9c4ce8ca
commit 825ed3fef9

View File

@@ -155,7 +155,6 @@ case $PYVERSION in
[test_doctest.py]=1 # Fails on its own
[test_exceptions.py]=1
[test_format.py]=1 # control flow. uncompyle2 does not have problems here
[test_frozen.py]=1 # try vs try/else control flow. uncompyle2 does not have problems here
[test_generators.py]=1 # control flow. uncompyle2 has problem here too
[test_grammar.py]=1 # Too many stmts. Handle large stmts
[test_grp.py]=1 # test takes to long, works interactively though
@@ -169,8 +168,6 @@ case $PYVERSION in
[test_modulefinder.py]=1 # FIX
[test_multiprocessing.py]=1 # On uncompyle2, takes 24 secs
[test_pep352.py]=1 # ?
[test_posix.py]=1 # Bug in try-else detection inside test_initgroups()
# Deal with when we have better flow-control detection
[test_pwd.py]=1 # Takes too long
[test_pty.py]=1
[test_queue.py]=1 # Control flow?