You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Update runtests.sh again
This commit is contained in:
@@ -76,6 +76,8 @@ case $PYVERSION in
|
|||||||
[test_generators.py]=1 # Investigate
|
[test_generators.py]=1 # Investigate
|
||||||
[test_grp.py]=1 # Long test - might work Control flow?
|
[test_grp.py]=1 # Long test - might work Control flow?
|
||||||
[test_pep352.py]=1 # Investigate
|
[test_pep352.py]=1 # Investigate
|
||||||
|
[test_pprint.py]=1
|
||||||
|
[test_pty.py]=1
|
||||||
[test_pyclbr.py]=1 # Investigate
|
[test_pyclbr.py]=1 # Investigate
|
||||||
[test_pwd.py]=1 # Long test - might work? Control flow?
|
[test_pwd.py]=1 # Long test - might work? Control flow?
|
||||||
[test_trace.py]=1 # Line numbers are expected to be different
|
[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.
|
# output indicates expected == output, but this fails anyway.
|
||||||
# Maybe the underlying encoding is subtlely different so it
|
# Maybe the underlying encoding is subtlely different so it
|
||||||
# looks the same?
|
# looks the same?
|
||||||
SKIP_TESTS[test_pprint.py]=1
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
2.7)
|
2.7)
|
||||||
@@ -106,11 +107,13 @@ case $PYVERSION in
|
|||||||
[test_httplib.py]=1 # Ok, but POWER has problems with this
|
[test_httplib.py]=1 # Ok, but POWER has problems with this
|
||||||
[test_pdb.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_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_cmd_line.py]=1 # Takes too long, maybe hangs, or looking for interactive input?
|
||||||
[test_dis.py]=1 # We change line numbers - duh!
|
[test_dis.py]=1 # We change line numbers - duh!
|
||||||
[test_doctest.py]=1 # Fails on its own
|
[test_doctest.py]=1 # Fails on its own
|
||||||
[test_exceptions.py]=1
|
[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_grammar.py]=1 # Too many stmts. Handle large stmts
|
||||||
[test_grp.py]=1 # test takes to long, works interactively though
|
[test_grp.py]=1 # test takes to long, works interactively though
|
||||||
[test_io.py]=1 # Test takes too long to run
|
[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_runpy.py]=1 # Long and fails on its own
|
||||||
[test_select.py]=1 # Runs okay but takes 11 seconds
|
[test_select.py]=1 # Runs okay but takes 11 seconds
|
||||||
[test_socket.py]=1 # Runs ok but takes 22 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_subprocess.py]=1 # Runs ok but takes 22 seconds
|
||||||
[test_sys_settrace.py]=1 # Line numbers are expected to be different
|
[test_sys_settrace.py]=1 # Line numbers are expected to be different
|
||||||
[test_traceback.py]=1 # Line numbers change - duh.
|
[test_traceback.py]=1 # Line numbers change - duh.
|
||||||
[test_unicode.py]=1 # Too long to run 11 seconds
|
[test_unicode.py]=1 # Too long to run 11 seconds
|
||||||
[test_xpickle.py]=1 # Runs ok but takes 72 seconds
|
[test_xpickle.py]=1 # Runs ok but takes 72 seconds
|
||||||
[test_zipfile64.py]=1 # Runs ok but takes 204 seconds
|
[test_zipfile64.py]=1 # Runs ok but takes 204 seconds
|
||||||
|
[test_zipimport.py]=1 #
|
||||||
)
|
)
|
||||||
if (( batch )) ; then
|
if (( batch )) ; then
|
||||||
# Fails in crontab environment?
|
# Fails in crontab environment?
|
||||||
|
Reference in New Issue
Block a user