diff --git a/test/stdlib/3.7-exclude.sh b/test/stdlib/3.7-exclude.sh index 6fa0ad74..275525a0 100644 --- a/test/stdlib/3.7-exclude.sh +++ b/test/stdlib/3.7-exclude.sh @@ -15,7 +15,6 @@ SKIP_TESTS=( [test_compare.py]=1 # Weird test assert faiure AssertionError: [1] == [1] [test_compileall.py]=1 # fails on its own [test_compile.py]=1 # Code introspects on co_consts in a non-decompilable way - [test_configparser.py]=1 # takes too long to run. Works on decompyle3 though I think. [test_concurrent_futures.py]=1 # too long [test_context.py]=1 [test_coroutines.py]=1 # Parse error @@ -27,7 +26,7 @@ SKIP_TESTS=( [test_dbm_gnu.py]=1 # Takes too long [test_dbm_ndbm.py]=1 # it fails on its own [test_decimal.py]=1 # Parse error - [test_descr.py]=1 # Investigate. Invalid syntax: self.assertEqual(1.__bool__(), 1) + [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 @@ -110,7 +109,6 @@ SKIP_TESTS=( [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_telnetlib.py]=1 # doesn't terminate? Works on decompyle3 though [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