runtest exclusions for POWER (again)

This commit is contained in:
rocky
2020-01-26 01:43:21 -05:00
parent b5a5a128b5
commit 7721fbd276

View File

@@ -146,6 +146,7 @@ case $PYVERSION in
3.3) 3.3)
. ./3.3-exclude.sh . ./3.3-exclude.sh
if (( batch )) ; then if (( batch )) ; then
SKIP_TESTS[test_ftplib.py]=1 # Runs too long on POWER; over 15 seconds
SKIP_TESTS[test_idle.py]=1 # No tk SKIP_TESTS[test_idle.py]=1 # No tk
SKIP_TESTS[test_pep352.py]=1 # UnicodeDecodeError may be funny on weird environments SKIP_TESTS[test_pep352.py]=1 # UnicodeDecodeError may be funny on weird environments
SKIP_TESTS[test_pep380.py]=1 # test_delegating_generators_claim_to_be_running ? SKIP_TESTS[test_pep380.py]=1 # test_delegating_generators_claim_to_be_running ?
@@ -161,6 +162,7 @@ case $PYVERSION in
# Fails in crontab environment? # Fails in crontab environment?
# Figure out what's up here # Figure out what's up here
SKIP_TESTS[test_exception_variations.py]=1 SKIP_TESTS[test_exception_variations.py]=1
SKIP_TESTS[test_mailbox.py]=1 # Takes to long on POWER; over 15 secs
SKIP_TESTS[test_quopri.py]=1 SKIP_TESTS[test_quopri.py]=1
fi fi
;; ;;