diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 1ebfb052..0aff8edf 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -260,7 +260,7 @@ case $PYVERSION in [test_configparser.py]=1 # Doesn't terminate [test_curses.py]=1 # Investigate [test_descr.py]=1 # Doesn't terminate - [test_dictcomps.py]=1 + [test_dictcomps.py]=1 # test assertion failure [test_dict.py]=1 # [test_dis.py]=1 # We change line numbers - duh! [test_doctest2.py]=1 @@ -377,6 +377,7 @@ case $PYVERSION in [test_capi.py]=1 # Doesn't terminate [test_cmath]=1 [test_cmd_line.py]=1 # + [test_codecs.py]=1 # test assertion failure [test_collections.py]=1 [test_colorsys.py]=1 # Doesn't terminate [test_compile.py]=1 @@ -385,6 +386,7 @@ case $PYVERSION in [test_coroutines.py]=1 # Syntax error Investigate [test_curses.py]=1 # [test_dict.py]=1 # + [test_dictcomps.py]=1 # test assertion failure [test_dis.py]=1 # We change line numbers - duh! [test_dbm_gnu.py]=1 # Doesn't terminate [test_decimal.py]=1 @@ -392,6 +394,7 @@ case $PYVERSION in [test_doctest2.py]=1 # [test_doctest.py]=1 # [test_enum.py]=1 # + [test_exceptions.py]=1 # parse error [test_fileinput.py]=1 # doesn't terminate [test_fileio.py]=1 [test_fractions.py]=1 # doesn't terminate @@ -405,6 +408,7 @@ case $PYVERSION in [test_hashlib.py]=1 # doesn't terminate [test_heapq.py]=1 [test_httplib.py]=1 + [test_httpservers.py]=1 # test assertion errors [test_imaplib.py]=1 [test_inspect.py]=1 # Syntax error Investigate [test_io.py]=1 # @@ -419,13 +423,16 @@ case $PYVERSION in [test_multiprocessing_fork.py]=1 # long [test_multiprocessing_forkserver.py]=1 # long [test_multiprocessing_spawn.py]=1 # long + [test_nntplib.py=1 # too long 25 seconds [test_optparse.py]=1 # Doesn't terminate test_positional_arg_and_variable_args [test_ordered_dict.py]=1 # Doesn't terminate + [test_os.py]=1 # doesn't terminate [test_peepholer.py]=1 # parse error [test_pep352.py]=1 # test assertion error [test_pep380.py]=1 # Investigate test assertion differ [test_pickle.py]=1 [test_pkgimport.py]=1 # long + [test_poll.py]=1 # doesn't terminate on test_poll1 [test_poplib.py]=1 [test_print.py]=1 [test_pwd.py]=1 # Takes too long @@ -437,6 +444,7 @@ case $PYVERSION in [test_runpy.py]=1 # decompile takes too long? [test_sched.py]=1 [test_scope.py]=1 + [test_select.py]=1 # Takes too long 11 seconds [test_selectors.py]=1 # Takes too long 17 seconds [test_set.py]=1 # # test assert failure and doesn't terminate [test_shlex.py]=1 # Doesn't terminate @@ -462,6 +470,8 @@ case $PYVERSION in [test_timeout.py]=1 [test_traceback.py]=1 [test_typing.py]=1 # investigate syntax error + [test_unpack.py]=1 # weird, takes too long? Waiting on input? + [test_unpack.py_ex]=1 # [test_univnewlines.py]=1 # doesn't terminate [test_urlparse.py]=1 # test assert error [test_weakref.py]=1 # doesn't terminate test_threaded_weak_valued_consistency (__main__.MappingTestCase) ... @@ -470,6 +480,7 @@ case $PYVERSION in [test_zipimport.py]=1 [test_zipimport_support.py]=1 [test_zlib.py]=1 + # About 240 remaining which can be done in about 10 minutes ) if (( batch )) ; then # Fails in crontab environment?