More 3.x runtests excludes

This commit is contained in:
rocky 2020-02-15 06:01:06 -05:00
parent 69064f4c23
commit 970cad7cc7
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
SKIP_TESTS=(
[test_buffer.py]=1 # FIXME: Works on c90ff51
[test_platform.py]=1 # FIXME: Works on c90ff51
[test___all__.py]=1 # it fails on its own
[test_aifc.py]=1 #

View File

@ -204,6 +204,8 @@ SKIP_TESTS=(
if (( batch )) ; then
SKIP_TESTS[test_codeccallbacks.py]=1
SKIP_TESTS[test_complex.py]=1 # Something funky with POWER8
# locale on test machine is probably customized
SKIP_TESTS[test__locale.py]=1
fi