remove from exclusion those stdlib test that now work

This commit is contained in:
rocky
2017-12-05 18:21:15 -05:00
parent a2054fb7dd
commit 0171e4d899

View File

@@ -17,7 +17,6 @@ case $PYVERSION in
[test_codecs.py]=1 # need to fix tryelse
[test_decorators.py]=1 # Syntax error decorators?
[test_dis.py]=1 # We change line numbers - duh!
[test_extcall.py]=1 # TypeError: saboteur() takes no arguments (1 given)
[test_format.py]=1 # Control flow?
[test_grp.py]=1 # Long test - might work Control flow?
[test_import.py]=1 # Control flow?
@@ -36,7 +35,6 @@ case $PYVERSION in
[test_codecs.py]=1 # need to fix tryelse
[test_decorators.py]=1 # Syntax error decorators?
[test_dis.py]=1 # We change line numbers - duh!
[test_extcall.py]=1 # TypeError: saboteur() takes no arguments (1 given)
[test_format.py]=1 # Control flow?
[test_grammar.py]=1 # Too many stmts. Handle large stmts
[test_grp.py]=1 # Long test - might work Control flow?