From 825ed3fef9b77d15ac92a843089dfb459cd1e4ad Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 9 Dec 2019 14:13:30 -0500 Subject: [PATCH] Reinstate some stdlib tests... now that we distinguish try/else a little better --- test/stdlib/runtests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 3e74384c..7534b0c3 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -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?