diff --git a/test/stdlib/3.8-exclude.sh b/test/stdlib/3.8-exclude.sh index aaf433b6..cc680ad5 100644 --- a/test/stdlib/3.8-exclude.sh +++ b/test/stdlib/3.8-exclude.sh @@ -1,10 +1,14 @@ SKIP_TESTS=( - [test_time.py]=1 # FIXME: works on uncompyle6? + [test_mimetypes.py]=1 # parse error. decompile3 works. Release 3.6.4 works? + [test_time.py]=1 # FIXME: parse eror. decompyle3 works. Release 3.6.4 works? + [test_aifc.py]=1 # parse error; decompile3 works + + [test_doctest2.py]=1 # test failures release 3.6.4 works? + [test_finalization.py]=1 # test failures release 3.6.4 works? [test_urllib2.py]=1 # FIXME: works on uncompyle6? [test_zipimport.py]=1 # FIXME: works on uncompyle6 [test___all__.py]=1 # it fails on its own - [test_aifc.py]=1 # parse error [test_argparse.py]=1 #- it fails on its own [test_array.py]=1 #- parse error [test_asdl_parser.py]=1 # it fails on its own @@ -76,6 +80,7 @@ SKIP_TESTS=( [test_difflib.py]=1 # parse error [test_dis.py]=1 # We change line numbers - duh! [test_doctest.py]=1 # parse error + [test_doctest2.py]=1 # test faiures relesae 3.6.4 works? [test_docxmlrpc.py]=1 [test_dtrace.py]=1 # parse error [test_dummy_thread.py]=1 # parse error