3.6.4 runtests.sh futzing

This commit is contained in:
rocky
2018-03-25 22:48:33 -04:00
parent 421c358f9d
commit 7aa6ff1d9b

View File

@@ -108,6 +108,7 @@ case $PYVERSION in
[test_contains.py]=1 # Code "while False: yield None" is optimized away in compilation [test_contains.py]=1 # Code "while False: yield None" is optimized away in compilation
[test_decorators.py]=1 # Control flow wrt "if elif" [test_decorators.py]=1 # Control flow wrt "if elif"
[test_pow.py]=1 # Control flow wrt "continue" [test_pow.py]=1 # Control flow wrt "continue"
[test_quopri.py]=1 # Only fails on POWER
) )
;; ;;
*) *)