Go over test data for 3.6

This commit is contained in:
rocky
2020-01-17 11:10:14 -05:00
parent b333d7afc2
commit e06f0990f8
2 changed files with 7 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ for VERSION in $PYVERSIONS ; do
MAX_TESTS=237 # We start failing on "mailbox" at 238
;;
3.2.6 )
MAX_TESTS=750 # zipfile fails?
MAX_TESTS=900 # zipfile fails?
;;
3.3.7 )
MAX_TESTS=1300 # About 1256 exist
@@ -43,8 +43,8 @@ for VERSION in $PYVERSIONS ; do
3.4.10 )
MAX_TESTS=800
;;
3.6.9 )
MAX_TESTS=900
3.6.10 )
MAX_TESTS=1300 # about 2139 exist
;;
2.6.9 )
MAX_TESTS=1300

View File

@@ -10,6 +10,7 @@ SKIP_TESTS=(
[test_baseexception.py]=1 # test asert error
[test_bdb.py]=1 #
[test_binascii.py]=1 # Takes more than 15 seconds to run
[test_binop.py]=1 # Doesn't terminate
[test_bisect.py]=1 # it fails on its own
[test_buffer.py]=1 # parse error
@@ -68,6 +69,7 @@ SKIP_TESTS=(
[test_fractions.py]=1 # doesn't terminate
[test_float.py]=1 # it fails on its own
[test_frame.py]=1 # doesn't terminate
[test_ftplib.py]=1 # takes more than 15 seconds to run
[test_functools.py]=1 # it fails on its own
[test___future__.py]=1 # syntax error: Investigate
@@ -160,7 +162,9 @@ SKIP_TESTS=(
[test_sys.py]=1 # Investigate confusing "and" with nested "if" when there is an "else
[test_sys_settrace.py]=1 # parse error
[test_tarfile.py]=1 # it fails on its own
[test_tcl.py]=1 # FIXME parse error. Release 3.6.2 may work though
[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 # it fails on its own
[test_threading.py]=1
[test_threadsignals.py]=1