You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Go over 3.6 runtest exceptions
This commit is contained in:
@@ -244,18 +244,91 @@ case $PYVERSION in
|
||||
3.6)
|
||||
SKIP_TESTS=(
|
||||
[test_aifc.py]=1 #
|
||||
[test_asynchat.py]=1 # doesn't terminate
|
||||
[test_asyncgen.py]=1 # parse error
|
||||
[test_asyncore.py]=1 # doesn't terminate
|
||||
[test_atexit.py]=1 #
|
||||
[test_baseexception.py]=1 # test asert error
|
||||
[test_bdb.py]=1 #
|
||||
[test_binop.py]=1 # Doesn't terminate
|
||||
[test_buffer.py]=1 # parse error
|
||||
[test_builtin.py]=1 # Fails on its own
|
||||
[test_bz2.py]=1 # testSeekBackwardsAcrossStreams (__main__.BZ2FileTest) ... doesn't terminiate
|
||||
[test_cmath.py]=1 # Investigate weird if control flow
|
||||
[test_cmd_line.py]=1 # Interactive?
|
||||
[test_codecs.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_contains.py]=1 # Code "while False: yield None" is optimized away in compilation
|
||||
[test_contextlib.py]=1 # test assertion failure
|
||||
[test_contextlib_async.py]=1 # Investigate
|
||||
[test_coroutines.py]=1 # Parse error
|
||||
[test_curses.py]=1 # Parse error
|
||||
[test_dbm_gnu.py]=1 # Doesn't terminate
|
||||
[test_decimal.py]=1
|
||||
[test_descr.py]=1 # syntax error: Investigate
|
||||
[test_dictcomps.py]=1 # We change line numbers - duh!
|
||||
[test_dis.py]=1 # We change line numbers - duh!
|
||||
[test_doctest2.py]=1 #
|
||||
[test_doctest.py]=1 #
|
||||
[test_enum.py]=1 #
|
||||
[test_exceptions.py]=1 # parse error
|
||||
[test_filecmp.py]=1 # parse error
|
||||
[test_file_eintr.py]=1 # parse error
|
||||
[test_fileinput.py]=1 # doesn't terminate
|
||||
[test_finalization.py]=1
|
||||
[test_fractions.py]=1 # doesn't terminate
|
||||
[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_grammar.py]=1 # parse error
|
||||
[test_imaplib.py]=1
|
||||
[test_inspect.py]=1 # Syntax error Investigate
|
||||
[test_itertools.py]=1 #
|
||||
[test_keywordonlyarg.py]=1 # Investigate
|
||||
[test_long.py]=1 #
|
||||
[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_os.py]=1 # Doesn't terminate
|
||||
[test_peepholer.py]=1
|
||||
[test_pickle.py]=1
|
||||
[test_poplib.py]=1
|
||||
[test_pulldom.py]=1
|
||||
[test_quopri.py]=1 # AssertionError: b'123=four' != '123=four'
|
||||
[test_range.py]=1
|
||||
[test_robotparser.py]=1
|
||||
[test_runpy.py]=1
|
||||
[test_sched.py]=1
|
||||
[test_scope.py]=1
|
||||
[test_set.py]=1 # Doesn't terminate
|
||||
[test_shlex.py]=1 # Doesn't terminate
|
||||
[test_smtpd.py]=1
|
||||
[test_socket.py]=1 # long
|
||||
[test_socketserver.py]=1
|
||||
[test_string_literals.py]=1
|
||||
[test_strptime.py]=1 # Doesn't terminate
|
||||
[test_struct.py]=1 # Doesn't terminate
|
||||
[test_subprocess.py]=1
|
||||
[test_sys_settrace.py]=1 # parse error
|
||||
[test_telnetlib.py]=1 # doesn't terminate
|
||||
[test_threading.py]=1
|
||||
[test_threadsignals.py]=1
|
||||
[test_timeout.py]=1
|
||||
[test_traceback.py]=1
|
||||
[test_tracemalloc.py]=1
|
||||
[test_typing.py]=1
|
||||
[test_univnewlines.py]=1
|
||||
[test_weakref.py]=1
|
||||
[test_zipfile64.py]=1
|
||||
[test_zipimport.py]=1
|
||||
[test_zipimport_support.py]=1
|
||||
[test_zlib.py]=1
|
||||
)
|
||||
;;
|
||||
3.7)
|
||||
@@ -283,6 +356,7 @@ case $PYVERSION in
|
||||
[test_descr.py]=1 # Parse error
|
||||
[test_dictcomps.py]=1 # Bad semantics - Investigate
|
||||
[test_dis.py]=1 # We change line numbers - duh!
|
||||
[test_exceptions.py]=1 # parse error
|
||||
[test_enumerate.py]=1 #
|
||||
[test_enum.py]=1 #
|
||||
[test_faulthandler.py]=1 # takes too long
|
||||
|
Reference in New Issue
Block a user