Runtest exclusions

This commit is contained in:
rocky
2020-01-26 00:11:29 -05:00
parent 1c172f3962
commit 64100bd0c9
3 changed files with 4 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ SKIP_TESTS=(
[test_sunaudiodev.py]=1 # it fails on its own [test_sunaudiodev.py]=1 # it fails on its own
[test_support.py]=1 # # it fails on it s own [test_support.py]=1 # # it fails on it s own
[test_threading.py]=1 # fails on its own?
[test_trace.py]=1 # Line numbers are expected to be different [test_trace.py]=1 # Line numbers are expected to be different
[test_urllib2_localnet.py]=1 # test takes too long to run: 12 seconds [test_urllib2_localnet.py]=1 # test takes too long to run: 12 seconds

View File

@@ -1,5 +1,5 @@
SKIP_TESTS=( SKIP_TESTS=(
[test_cmd.py]=1 # FIXME: grammar START symbol bug: Works on c90ff51 [test_binop.py]=1 # FIXME: grammar START symbol bug: Works on c90ff51
[test_decorators.py]=1 # FIXME: Works on c90ff51 [test_decorators.py]=1 # FIXME: Works on c90ff51
[test_format.py]=1 # FIXME: works on c90ff51 [test_format.py]=1 # FIXME: works on c90ff51
[test_locale.py]=1 # FIXME: Works on c90ff51 [test_locale.py]=1 # FIXME: Works on c90ff51

View File

@@ -176,7 +176,8 @@ case $PYVERSION in
SKIP_TESTS[test_exception_variations.py]=1 SKIP_TESTS[test_exception_variations.py]=1
SKIP_TESTS[test_quopri.py]=1 SKIP_TESTS[test_quopri.py]=1
SKIP_TESTS[test_ioctl.py]=1 # it fails on its own SKIP_TESTS[test_ioctl.py]=1 # it fails on its own
SKIP_TESTS[test_venv.py]=1 # takes to long 11 seconds SKIP_TESTS[test_tarfile.py]=1 # too long to run on POWER 15 secs
SKIP_TESTS[test_venv.py]=1 # takes too long 11 seconds
fi fi
;; ;;