You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Go over runtests 3.7 excludes
This commit is contained in:
@@ -6,7 +6,6 @@ SKIP_TESTS=(
|
||||
[test_atexit.py]=1 # The atexit test looks for specific comments in error lines
|
||||
[test_baseexception.py]=1 # UnboundLocalError: local variable 'exc' referenced before assignment
|
||||
[test_bdb.py]=1 #
|
||||
[test_binascii.py]=1 # Takes "while and" miscompiled
|
||||
[test_buffer.py]=1 # test assertion errors
|
||||
[test_builtin.py]=1 # parse error, but decompyle3 doesn't have this. (It has test assert failures though)
|
||||
[test_clinic.py]=1 # it fails on its own
|
||||
@@ -18,11 +17,11 @@ SKIP_TESTS=(
|
||||
[test_compile.py]=1 # Code introspects on co_consts in a non-decompilable way
|
||||
[test_concurrent_futures.py]=1 # too long
|
||||
[test_context.py]=1
|
||||
[test_coroutines.py]=1 # Parse error
|
||||
[test_coroutines.py]=1 # Investigate: Parse error - async/yield stuff?
|
||||
[test_codecs.py]=1 # test assert failures; encoding/decoding stuff
|
||||
[test_ctypes.py]=1 # it fails on its own
|
||||
[test_curses.py]=1 # probably byte string not handled properly
|
||||
[test_dataclasses.py]=1 # parse error
|
||||
[test_dataclasses.py]=1 # FIXME: control flow probably: AssertionError: unknown result 'exception'
|
||||
[test_datetime.py]=1 # Takes too long
|
||||
[test_dbm_gnu.py]=1 # Takes too long
|
||||
[test_dbm_ndbm.py]=1 # it fails on its own
|
||||
@@ -30,35 +29,34 @@ SKIP_TESTS=(
|
||||
[test_descr.py]=1 # test assertion failures
|
||||
[test_devpoll.py]=1 # it fails on its own
|
||||
[test_dis.py]=1 # We change line numbers - duh!
|
||||
[test_doctest2.py]=1 # assert failure
|
||||
[test_doctest2.py]=1 # FIXME: assert failure - works on decompyle3
|
||||
[test_docxmlrpc.py]=1
|
||||
[test_enum.py]=1 # probably bad control flow
|
||||
[test_faulthandler.py]=1 # takes too long
|
||||
[test_fcntl.py]=1
|
||||
[test_fileinput.py]=1
|
||||
[test_float.py]=1 # Investigate: AssertionError: inf not identical to inf
|
||||
[test_fileinput.py]=1 # Test assertion failures
|
||||
[test_format.py]=1 # Probably not handling bytestrings properly
|
||||
[test_frame.py]=1
|
||||
[test_ftplib.py]=1
|
||||
[test_frame.py]=1 # test assertion errors
|
||||
[test_ftplib.py]=1 # parse error
|
||||
[test_functools.py]=1 # parse error
|
||||
[test_gdb.py]=1 # it fails on its own
|
||||
[test_generators.py]=1 # improper decompile of assert i < n and (n-i) % 3 == 0
|
||||
[test_generators.py]=1 # Investigate improper lamdba with bogus "False" added
|
||||
[test_glob.py]=1 # TypeError: join() argument must be str or bytes, not 'tuple'
|
||||
[test_grammar.py]=1
|
||||
[test_grammar.py]=1 # investigate: index out of range in decompiler (template_engine?)
|
||||
[test_grp.py]=1 # Doesn't terminate (killed)
|
||||
[test_hashlib.py]=1 # test assert failures
|
||||
[test_imaplib-3.7.py]=1
|
||||
[test_imaplib-3.7.py]=1 # test assert failures
|
||||
[test_idle.py]=1 # Probably installation specific
|
||||
[test_io.py]=1 # test takes too long to run: 37 seconds
|
||||
[test_imaplib.py]=1
|
||||
[test_inspect.py]=1 # test failures
|
||||
[test_imaplib.py]=1 # test assert failures
|
||||
[test_inspect.py]=1 # Investigate test failures involving lambda
|
||||
[test_kqueue.py]=1 # it fails on its own
|
||||
[test_lib2to3.py]=1 # it fails on its own
|
||||
[test_long.py]=1 # FIX: if boundaries wrong in Rat __init__
|
||||
[test_logging.py]=1 # test takes too long to run: 20 seconds
|
||||
[test_mailbox.py]=1
|
||||
[test_marshal.py]=1
|
||||
[test_math.py]=1
|
||||
[test_math.py]=1 # test assert failures
|
||||
[test_modulefinder.py]=1
|
||||
[test_msilib.py]=1
|
||||
[test_multiprocessing_fork.py]=1 # test takes too long to run: 62 seconds
|
||||
@@ -66,7 +64,7 @@ SKIP_TESTS=(
|
||||
[test_multiprocessing_spawn.py]=1
|
||||
[test_normalization.py]=1 # probably control flow (uninitialized variable)
|
||||
[test_nntplib.py]=1
|
||||
[test_optparse.py]=1 # doesn't terminate (killed)
|
||||
[test_optparse.py]=1 # doesn't terminate at test_consume_separator_stop_at_option
|
||||
[test_os.py]=1 # probably control flow (uninitialized variable)
|
||||
[test_ossaudiodev.py]=1 # it fails on its own
|
||||
[test_pdb.py]=1 # Probably relies on comments
|
||||
@@ -78,7 +76,6 @@ SKIP_TESTS=(
|
||||
[test_runpy.py]=1 #
|
||||
[test_pkg.py]=1 # Investigate: lists differ
|
||||
[test_pkgutil.py]=1 # Investigate:
|
||||
[test_plistlib.py]=1 # FIX: this works on 3.6.2 release
|
||||
[test_platform.py]=1 # probably control flow: uninitialized variable
|
||||
[test_pow.py]=1 # probably control flow: test assertion failure
|
||||
[test_pwd.py]=1 # killing - doesn't terminate
|
||||
@@ -89,7 +86,7 @@ SKIP_TESTS=(
|
||||
[test_selectors.py]=1
|
||||
[test_shutil.py]=1 # fails on its own
|
||||
[test_signal.py]=1 #
|
||||
[test_slice.py]=1 # Investigate
|
||||
[test_slice.py]=1 # test assert error in data; Investigate
|
||||
[test_smtplib.py]=1 #
|
||||
[test_socket.py]=1
|
||||
[test_socketserver.py]=1
|
||||
@@ -97,7 +94,6 @@ SKIP_TESTS=(
|
||||
[test_ssl.py]=1 # Probably control flow; unintialized varaible
|
||||
[test_startfile.py]=1 # it fails on its own
|
||||
[test_statistics.py]=1 # Probably control flow; unintialized varaible
|
||||
[test_stat.py]=1 # test assertions failed
|
||||
[test_string_literals.py]=1 # Investigate boolean parsing
|
||||
[test_strptime.py]=1 # test assertions failed
|
||||
[test_strtod.py]=1 # test assertions failed
|
||||
@@ -107,7 +103,6 @@ SKIP_TESTS=(
|
||||
[test_sys_setprofile.py]=1 # test assertions failed
|
||||
[test_sys_settrace.py]=1 # parse error
|
||||
[test_tarfile.py]=1 # test assertions failed
|
||||
[test_tcl.py]=1 # FIX this works on 3.6.2 release
|
||||
[test_threading.py]=1 #
|
||||
[test_timeit.py]=1 # probably control flow uninitialized variable
|
||||
[test_tk.py]=1 # test takes too long to run: 13 seconds
|
||||
@@ -119,12 +114,11 @@ SKIP_TESTS=(
|
||||
[test_typing.py]=1 # parse error
|
||||
[test_types.py]=1 # parse error
|
||||
[test_unicode.py]=1 # unicode thing
|
||||
[test_urllib2.py]=1 #
|
||||
[test_urllib2_localnet.py]=1 #
|
||||
[test_urllibnet.py]=1 # probably control flow - uninitialized variable
|
||||
[test_weakref.py]=1 # probably control flow - uninitialized variable
|
||||
[test_with.py]=1 # probably control flow - uninitialized variable
|
||||
[test_xml_dom_minicompat.py]=1 # parse error
|
||||
[test_xml_dom_minicompat.py]=1 # FIXME: parse error; imports again
|
||||
[test_winconsoleio.py]=1 # it fails on its own
|
||||
[test_winreg.py]=1 # it fails on its own
|
||||
[test_winsound.py]=1 # it fails on its own
|
||||
|
Reference in New Issue
Block a user