From 65e3e5fe5be9e71246eb8dcefa57e93145b1f8cb Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 7 Jan 2020 05:31:09 -0500 Subject: [PATCH] Update runtests.sh again --- test/stdlib/runtests.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 59980617..342ebe76 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -76,6 +76,8 @@ case $PYVERSION in [test_generators.py]=1 # Investigate [test_grp.py]=1 # Long test - might work Control flow? [test_pep352.py]=1 # Investigate + [test_pprint.py]=1 + [test_pty.py]=1 [test_pyclbr.py]=1 # Investigate [test_pwd.py]=1 # Long test - might work? Control flow? [test_trace.py]=1 # Line numbers are expected to be different @@ -96,7 +98,6 @@ case $PYVERSION in # output indicates expected == output, but this fails anyway. # Maybe the underlying encoding is subtlely different so it # looks the same? - SKIP_TESTS[test_pprint.py]=1 fi ;; 2.7) @@ -106,11 +107,13 @@ case $PYVERSION in [test_httplib.py]=1 # Ok, but POWER has problems with this [test_pdb.py]=1 # Ok, but POWER has problems with this + [test_compile.py]=1 # Investigate: unable to find constant 0j in (None, 0.0) [test_curses.py]=1 # Possibly fails on its own but not detected [test_cmd_line.py]=1 # Takes too long, maybe hangs, or looking for interactive input? [test_dis.py]=1 # We change line numbers - duh! [test_doctest.py]=1 # Fails on its own [test_exceptions.py]=1 + [test_format.py]=1 # Control flow "and" vs nested "if" [test_grammar.py]=1 # Too many stmts. Handle large stmts [test_grp.py]=1 # test takes to long, works interactively though [test_io.py]=1 # Test takes too long to run @@ -123,12 +126,14 @@ case $PYVERSION in [test_runpy.py]=1 # Long and fails on its own [test_select.py]=1 # Runs okay but takes 11 seconds [test_socket.py]=1 # Runs ok but takes 22 seconds + [test_ssl.py]=1 # [test_subprocess.py]=1 # Runs ok but takes 22 seconds [test_sys_settrace.py]=1 # Line numbers are expected to be different [test_traceback.py]=1 # Line numbers change - duh. [test_unicode.py]=1 # Too long to run 11 seconds [test_xpickle.py]=1 # Runs ok but takes 72 seconds [test_zipfile64.py]=1 # Runs ok but takes 204 seconds + [test_zipimport.py]=1 # ) if (( batch )) ; then # Fails in crontab environment?