From 7c58f8b41db105bbecd4d4adfae1942f36c0032d Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 5 Dec 2017 18:13:22 -0500 Subject: [PATCH] runtest.sh: remove from exlusion stdlib test that now work --- test/stdlib/runtests.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/test/stdlib/runtests.sh b/test/stdlib/runtests.sh index 7350a0b2..45f51132 100755 --- a/test/stdlib/runtests.sh +++ b/test/stdlib/runtests.sh @@ -55,15 +55,13 @@ case $PYVERSION in [test_codecs.py]=1 # need to fix tryelse [test_coercion.py]=1 # Control flow? [test_cookielib.py]=1 # Control flow? - [test_contextlib.py]=1 # decorators - [test_decorators.py]=1 # decorators + [test_decorators.py]=1 # Syntax Error - look at [test_enumerate.py]=1 # Control flow? [test_file.py]=1 # Control flow? [test_format.py]=1 # Control flow? [test_frozen.py]=1 # Control flow? [test_ftplib.py]=1 # Control flow? [test_funcattrs.py]=1 # Control flow? - [test_future4.py]=1 # Possible additional rule for future mechanism? [test_grp.py]=1 # Long test - might work Control flow? [test_pwd.py]=1 # Long test - might work? Control flow? [test_queue.py]=1 # Control flow? @@ -71,13 +69,9 @@ case $PYVERSION in ;; 2.7) SKIP_TESTS=( - [test_builtin.py]=1 - [test_contextlib.py]=1 # decorators - [test_descr.py]=1 # syntax error look at + [test_builtin.py]=1 # Syntax error, look at [test_dis.py]=1 # We change line numbers - duh! - [test_future4.py]=1 # Possible additional rule for future mechanism? [test_grammar.py]=1 # Too many stmts. Handle large stmts - [test_importlib.py]=1 # Control flow? [test_ioctl.py]=1 # Test takes too long to run [test_itertools.py]=1 # Syntax error - look at! )