You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
go over 3.4 runtests.sh failure list
This commit is contained in:
@@ -147,6 +147,7 @@ case $PYVERSION in
|
||||
3.0)
|
||||
SKIP_TESTS=(
|
||||
[test_array.py]=1 # Handling of bytestring
|
||||
[test_binascii.py]=1 # handling of bytearray?
|
||||
[test_concurrent_futures.py]=1 # too long to run over 46 seconds by itself
|
||||
[test_datetimetester.py]=1
|
||||
[test_decimal.py]=1
|
||||
@@ -194,7 +195,41 @@ case $PYVERSION in
|
||||
3.3)
|
||||
SKIP_TESTS=(
|
||||
[test_atexit.py]=1 # The atexit test staring at 3.3 looks for specific comments in error lines
|
||||
[test_buffer.py]=1 # parse error
|
||||
[test_cmd_line.py]=1 # too long?
|
||||
[test_concurrent_futures.py]=1 # to long?
|
||||
[test_descr.py]=1 # test assertion errors
|
||||
[test_dictcomps.py]=1 # test assertion errors
|
||||
[test_dis.py]=1 # We change line numbers - duh!
|
||||
[test_exceptions.py]=1 #
|
||||
[test_faulthandler.py]=1
|
||||
[test_fileio.py]=1
|
||||
[test_grammar.py]=1
|
||||
[test_grammar.py]=1
|
||||
[test_lib2to3.py]=1
|
||||
[test_math.py]=1
|
||||
[test_modulefinder.py]=1
|
||||
[test_multiprocessing.py]=1
|
||||
[test_nntplib.py]=1
|
||||
[test_peepholer.py]=1
|
||||
[test_queue.py]=1
|
||||
[test_resource.py]=1
|
||||
[test_re.py]=1
|
||||
[test_runpy.py]=1
|
||||
[test_scope.py]=1
|
||||
[test_select.py]=1
|
||||
[test_set.py]=1
|
||||
[test_signal.py]=1
|
||||
[test_socket.py]=1
|
||||
[test_strlit.py]=1
|
||||
[test_symtable.py]=1
|
||||
[test_thread.py]=1
|
||||
[test_timeout.py]=1
|
||||
[test_traceback.py]=1
|
||||
[test_urllib2.py]=1
|
||||
[test_warnings.py]=1
|
||||
[test_zipfile64.py]=1
|
||||
[test_zipimport.py]=1
|
||||
)
|
||||
if (( batch )) ; then
|
||||
:
|
||||
|
Reference in New Issue
Block a user