Go over 2.7 stdlib exclusions

This commit is contained in:
rocky 2022-09-30 20:09:29 -04:00
parent a1cc0aab37
commit ae46ccf6d3

View File

@ -1,34 +1,43 @@
SKIP_TESTS=(
[test_cgi.py]=1 # FIXME: Works on c90ff51
# raise ValueError("str arguments must be keys in sys.modules")
# ValueError: str arguments must be keys in sys.modules
[test_collections.py]=1
[test_asyncore.py]=1
[test_bdb.py]=1
[test_bisect.py]=1
[test_bsddb3.py]=1 # test takes too long to run: 110 seconds
[test_coercion.py]=1 # Code introspects on co_consts in a non-decompilable way
[test_compile.py]=1 # Code introspects on co_consts in a non-decompilable way
[test_complex.py]=1
[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_datetime.py]=1
[test_decimal.py]=1
[test_deque.py]=1
[test_descr.py]=1
[test_dictcomps.py]=1
[test_dis.py]=1 # We change line numbers - duh!
[test_doctest.py]=1 # Fails on its own
[test_exceptions.py]=1
[test_doctest2.py]=1 # Fails on its own
[test_format.py]=1 # Control flow "and" vs nested "if"
[test_float.py]=1
[test_grp.py]=1 # test takes to long, works interactively though
[test_io.py]=1 # Test takes too long to run
[test_ioctl.py]=1 # Test takes too long to run
[test_lib2to3.py]=1 # test takes too long to run: 28 seconds
[test_math.py]=1
[test_memoryio.py]=1 # FIX
[test_modulefinder.py]=1 # FIX
[test_multiprocessing.py]=1 # On uncompyle2, takes 24 secs
[test_poll.py]=1 # test takes too long to run: 11 seconds
[test_regrtest.py]=1 #
[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_tokenize.py]=1 # test takes too long to run: 19 seconds
[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 #