Go over test exclusions yet again

This commit is contained in:
rocky
2020-01-17 12:14:30 -05:00
parent e06f0990f8
commit 7263b6b15f
3 changed files with 5 additions and 3 deletions

View File

@@ -32,10 +32,10 @@ for VERSION in $PYVERSIONS ; do
continue
;;
3.5.9 )
MAX_TESTS=237 # We start failing on "mailbox" at 238
MAX_TESTS=900
;;
3.2.6 )
MAX_TESTS=900 # zipfile fails?
MAX_TESTS=900
;;
3.3.7 )
MAX_TESTS=1300 # About 1256 exist

View File

@@ -134,6 +134,7 @@ SKIP_TESTS=(
[test_sys_settrace.py]=1 # doesn't terminate
[test_telnetlib.py]=1 # doesn't terminate
[test_tempfile.py]=1 # FIXME nested "if" is in wrong place. 3.6.2. may work though
[test_thread.py]=1
[test_threading.py]=1
[test_threadsignals.py]=1 # doesn't terminate test_lock_acquire_retries
@@ -153,6 +154,7 @@ SKIP_TESTS=(
[test_urllib2net.py]=1 # it fails on its own
[test_urllibnet.py]=1 # it fails on its own
[test_urlparse.py]=1 # test assert error
[test_uu.py]=1 # May 3.6.2. may work
[test_weakref.py]=1 # doesn't terminate test_threaded_weak_valued_consistency (__main__.MappingTestCase) ...
[test_winreg.py]=1 # it fails on its own

View File

@@ -236,7 +236,7 @@ case $PYVERSION in
SKIP_TESTS[test_quopri.py]=1
SKIP_TESTS[test_ioctl.py]=1 # it fails on its own
fi
s ;;
;;
3.6)
. ./3.6-exclude.sh