Files
python-uncompyle6/test/stdlib/2.6-exclude.sh
2020-01-26 00:11:29 -05:00

87 lines
3.1 KiB
Bash

SKIP_TESTS=(
[test___all__.py]=1 # it fails on its own
[test___all__.py]=1 # it fails on its own
[test_aepack.py]=1 # Fails on its own
[test_aepack.py]=1 # it fails on its own
[test_al.py]=1 # it fails on its own
[test_anydbm.py]=1 # it fails on its own
[test_applesingle.py]=1 # it fails on its own
[test_bsddb185.py]=1 # it fails on its own
[test_bsddb3.py]=1 # it fails on its own
[test_bsddb.py]=1 # it fails on its own
[test_cd.py]=1 # it fails on its own
[test_cl.py]=1 # it fails on its own
[test_codecmaps_cn.py]=1 # it fails on its own
[test_codecmaps_jp.py]=1 # it fails on its own
[test_codecmaps_kr.py]=1 # it fails on its own
[test_codecmaps_tw.py]=1 # it fails on its own
[test_commands.py]=1 # it fails on its own
[test_curses.py]=1 # it fails on its own
[test_dbm.py]=1 # it fails on its own
[test_descr.py]=1
[test_doctest.py]=1 #
[test_dis.py]=1 # We change line numbers - duh!
[test_dl.py]=1 # it fails on its own
[test_file.py]=1 # it fails on its own
[test_future5.py]=1 # it fails on its own
[test_generators.py]=1 # Investigate
[test_gl.py]=1 # it fails on its own
[test_grp.py]=1 # Long test - might work Control flow?
[test_imageop.py]=1 # it fails on its own
[test_imaplib.py]=1 # it fails on its own
[test_imgfile.py]=1 # it fails on its own
[test_ioctl.py]=1 # it fails on its own
[test_kqueue.py]=1 # it fails on its own
[test_linuxaudiodev.py]=1 # it fails on its own
[test_macos.py]=1 # it fails on its own
[test_macostools.py]=1 # it fails on its own
[test_mailbox.py]=1 # FIXME: release 3.6.2 may have worked
[test_normalization.py]=1 # it fails on its own
[test_ossaudiodev.py]=1 # it fails on its own
[test_pep277.py]=1 # it fails on its own
[test_pep352.py]=1 # Investigate
[test_pyclbr.py]=1 # Investigate
[test_pwd.py]=1 # Long test - might work? Control flow?
[test_py3kwarn.py]=1 # it fails on its own
[test_scriptpackages.py]=1 # it fails on its own
[test_select.py]=1 # test takes too long to run: 11 seconds
[test_socket.py]=1 # test takes too long to run: 12 seconds
[test_startfile.py]=1 # it fails on its own
[test_structmembers.py]=1 # it fails on its own
[test_sunaudiodev.py]=1 # it fails on its own
[test_support.py]=1 # # it fails on it s own
[test_threading.py]=1 # fails on its own?
[test_trace.py]=1 # Line numbers are expected to be different
[test_urllib2_localnet.py]=1 # test takes too long to run: 12 seconds
[test_urllib2net.py]=1 # test takes too long to run: 11 seconds
[test_urllibnet.py]=1 # it fails on its own
[test_whichdb.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
[test_zipimport_support.py]=1
[test_zipfile64.py]=1 # Skip Long test
[test_zlib.py]=1 #
# .pyenv/versions/2.6.9/lib/python2.6/lib2to3/refactor.pyc
# .pyenv/versions/2.6.9/lib/python2.6/pyclbr.pyc
)
# About 305 unit-test files in about 12 minutes