You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Go over runtests.sh for 3.5
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
USER=${USER:-rocky}
|
||||
EMAIL=${EMAIL:-rb@dustyfeet.com}
|
||||
SUBJECT_PREFIX="stdlib unit testing for"
|
||||
for VERSION in 2.6.9 2.7.14 3.4.8 3.5.5 3.6.4 ; do
|
||||
for VERSION in 2.6.9 2.7.17 3.4.10 3.5.9 3.6.9 ; do
|
||||
typeset -i rc=0
|
||||
LOGFILE=/tmp/runtests-$VERSION-$$.log
|
||||
if ! pyenv local $VERSION ; then
|
||||
|
@@ -229,9 +229,108 @@ case $PYVERSION in
|
||||
SKIP_TESTS=(
|
||||
[test_aifc.py]=1 #
|
||||
[test_ast.py]=1 # line 379, in test_literal_eval self.assertEqual(ast.literal_eval('b"hi"'), 'hi')
|
||||
[test_asynchat.py]=1 # doesn't terminate
|
||||
[test_asyncore.py]=1 # doesn't terminate
|
||||
[test_atexit.py]=1
|
||||
[test_binascii.py]=1 # Doesn't terminate
|
||||
[test_binop.py]=1 # Doesn't terminate
|
||||
[test_buffer.py]=1 # Investigate NATIVE['q'] = 0
|
||||
[test_builtin.py]=1 #
|
||||
[test_bz2.py]=1 # testSeekBackwardsAcrossStreams (__main__.BZ2FileTest) ... doesn't terminiate
|
||||
[test_capi.py]=1
|
||||
[test_cmath]=1
|
||||
[test_cmd_line.py]=1 #
|
||||
[test_collections.py]=1
|
||||
[test_colorsys.py]=1 # Doesn't terminate
|
||||
[test_compile.py]=1
|
||||
[test_concurrent_futures.py]=1 # Takes long
|
||||
[test_configparser.py]=1 # Doesn't terminate
|
||||
[test_coroutines.py]=1 # Syntax error Investigate
|
||||
[test_curses.py]=1 #
|
||||
[test_dict.py]=1 #
|
||||
[test_dis.py]=1 # We change line numbers - duh!
|
||||
[test_dbm_gnu.py]=1 # Doesn't terminate
|
||||
[test_decimal.py]=1
|
||||
[test_descr.py]=1 # syntax error: Investigate
|
||||
[test_doctest2.py]=1 #
|
||||
[test_doctest.py]=1 #
|
||||
[test_enum.py]=1 #
|
||||
[test_fileinput.py]=1 # doesn't terminate
|
||||
[test_fileio.py]=1
|
||||
[test_fractions.py]=1 # doesn't terminate
|
||||
[test_frame.py]=1 # doesn't terminate
|
||||
[test_ftplib.py]=1 # doesn't terminate
|
||||
[test_functools.py]=1 # doesn't terminate
|
||||
[test_gc.py]=1 # doesn't terminate (test_trashcan_threads)
|
||||
[test_generators.py]=1 # test assert failures
|
||||
[test_glob.py]=1 #
|
||||
[test_grp.py]=1 # Long test
|
||||
[test_hashlib.py]=1 # doesn't terminate
|
||||
[test_heapq.py]=1
|
||||
[test_httplib.py]=1
|
||||
[test_imaplib.py]=1
|
||||
[test_inspect.py]=1 # Syntax error Investigate
|
||||
[test_io.py]=1 #
|
||||
[test_itertools.py]=1 # doesn't terminate on test_permutations
|
||||
[test_logging.py]=1 #
|
||||
[test_long.py]=1 #
|
||||
[test_marshal.py]=1 #
|
||||
[test_math.py]=1 # Investigate Unexpected ValueError: math domain error
|
||||
[test_minidom.py]=1 # doesn't terminate
|
||||
[test_modulefinder.py]=1 # test assertion error
|
||||
[test_multiprocessing_fork.py]=1 # long
|
||||
[test_multiprocessing_forkserver.py]=1 # long
|
||||
[test_multiprocessing_spawn.py]=1 # long
|
||||
[test_optparse.py]=1 # Doesn't terminate test_positional_arg_and_variable_args
|
||||
[test_ordered_dict.py]=1 # Doesn't terminate
|
||||
[test_peepholer.py]=1 # parse error
|
||||
[test_pep352.py]=1 # test assertion error
|
||||
[test_pep380.py]=1 # Investigate test assertion differ
|
||||
[test_pickle.py]=1
|
||||
[test_pkgimport.py]=1 # long
|
||||
[test_poplib.py]=1
|
||||
[test_print.py]=1
|
||||
[test_pwd.py]=1 # Takes too long
|
||||
[test_queue.py]=1 # Possibly parameter differences - investigate
|
||||
[test_raise.py]=1 # Test assert error
|
||||
[test_range.py]=1 # doesn't terminate
|
||||
[test_readline.py]=1 # doesn't terminate
|
||||
[test_runpy.py]=1 # decompile takes too long?
|
||||
[test_sched.py]=1
|
||||
[test_scope.py]=1
|
||||
[test_selectors.py]=1 # Takes too long 17 seconds
|
||||
[test_set.py]=1 # # test assert failure and doesn't terminate
|
||||
[test_shlex.py]=1 # Doesn't terminate
|
||||
[test_shutil.py]=1 # Doesn't terminate
|
||||
[test_signal.py]=1 # too long?
|
||||
[test_smtpd.py]=1 # test failures
|
||||
[test_smtplib.py]=1 # doesn't terminate
|
||||
[test_socket.py]=1 # long
|
||||
[test_socketserver.py]=1
|
||||
[test_statistics.py]=1 # doesn't terminate
|
||||
[test_strlit.py]=1 # test failure
|
||||
[test_strptime.py]=1 # doesn't terminate
|
||||
[test_strtod.py]=1 # doesn't terminate
|
||||
[test_struct.py]=1 # Doesn't terminate
|
||||
[test_subprocess.py]=1
|
||||
[test_sys.py]=1 # Doesn't terminate test_objecttypes (__main__.SizeofTest) ...
|
||||
[test_sys_setprofile.py]=1 # test assert fail
|
||||
[test_sys_settrace.py]=1 # doesn't terminate
|
||||
[test_telnetlib.py]=1 # doesn't terminate
|
||||
[test_threading.py]=1
|
||||
[test_thread.py]=1
|
||||
[test_threadsignals.py]=1 # doesn't terminate test_lock_acquire_retries
|
||||
[test_timeout.py]=1
|
||||
[test_traceback.py]=1
|
||||
[test_typing.py]=1 # investigate syntax error
|
||||
[test_univnewlines.py]=1 # doesn't terminate
|
||||
[test_urlparse.py]=1 # test assert error
|
||||
[test_weakref.py]=1 # doesn't terminate test_threaded_weak_valued_consistency (__main__.MappingTestCase) ...
|
||||
[test_xmlrpc.py]=1
|
||||
[test_zipfile64.py]=1
|
||||
[test_zipimport.py]=1
|
||||
[test_zipimport_support.py]=1
|
||||
[test_zlib.py]=1
|
||||
)
|
||||
if (( batch )) ; then
|
||||
# Fails in crontab environment?
|
||||
@@ -283,7 +382,7 @@ case $PYVERSION in
|
||||
[test_frame.py]=1 # doesn't terminate
|
||||
[test_fstring.py]=1 # syntax error: Investigate
|
||||
[test_gc.py]=1 # doesn't terminate (test_trashcan_threads)
|
||||
[test_generators.py]=1 #
|
||||
[test_generators.py]=1 # test assert failures
|
||||
[test_genexps.py]=1 #
|
||||
[test_glob.py]=1 #
|
||||
[test_grammar.py]=1 # parse error
|
||||
@@ -292,25 +391,29 @@ case $PYVERSION in
|
||||
[test_itertools.py]=1 #
|
||||
[test_keywordonlyarg.py]=1 # Investigate
|
||||
[test_long.py]=1 #
|
||||
[test_lzma.py]=1 # doesn't terminate test_decompressor_chunks_maxsize
|
||||
[test_marshal.py]=1 #
|
||||
[test_math.py]=1 # call param Investigate
|
||||
[test_metaclass.py]=1
|
||||
[test_modulefinder.py]=1
|
||||
[test_optparse.py]=1 # Doesn't terminate
|
||||
[test_modulefinder.py]=1 # test assertion error
|
||||
[test test_nntplib.py]=1 # doesn't terminate
|
||||
[test_optparse.py]=1 # Doesn't terminate test_positional_arg_and_variable_args
|
||||
[test_os.py]=1 # Doesn't terminate
|
||||
[test_peepholer.py]=1
|
||||
[test_pickle.py]=1
|
||||
[test_platform.py]=1
|
||||
[test_plistlib.py]=1
|
||||
[test_poll.py]=1 # Takes too long 11 seconds
|
||||
[test_poplib.py]=1
|
||||
[test_pulldom.py]=1
|
||||
[test_pydoc.py]=1 # uncompyle6 error - Internal Error: n_build_list expects list, tuple, set, or unpack" Investigate
|
||||
[test_quopri.py]=1 # AssertionError: b'123=four' != '123=four'
|
||||
[test_range.py]=1
|
||||
[test_robotparser.py]=1
|
||||
[test_runpy.py]=1
|
||||
[test_runpy.py]=1 # decompile takes too long?
|
||||
[test_sched.py]=1
|
||||
[test_scope.py]=1
|
||||
[test_set.py]=1 # Doesn't terminate
|
||||
[test_set.py]=1 # test assert failure and doesn't terminate
|
||||
[test_shlex.py]=1 # Doesn't terminate
|
||||
[test_smtpd.py]=1
|
||||
[test_socket.py]=1 # long
|
||||
@@ -326,8 +429,9 @@ case $PYVERSION in
|
||||
[test_timeout.py]=1
|
||||
[test_traceback.py]=1
|
||||
[test_tracemalloc.py]=1
|
||||
[test_typing.py]=1
|
||||
[test_univnewlines.py]=1
|
||||
[test_typing.py]=1 # investigate syntax error
|
||||
[test_univnewlines.py]=1 # doesn't terminate
|
||||
[test_urllib2_localnet.py]=1 # long
|
||||
[test_weakref.py]=1
|
||||
[test_zipfile64.py]=1
|
||||
[test_zipimport.py]=1
|
||||
|
Reference in New Issue
Block a user