Remove unreachable code from make_function36.py...

with respect to picking out MAKE_FUNCTION attributes.

Fill in runtests.sh exclude lists
This commit is contained in:
rocky
2020-01-24 05:05:56 -05:00
parent dab7915404
commit 5616f56442
5 changed files with 27 additions and 71 deletions

View File

@@ -32,3 +32,4 @@ SKIP_TESTS=(
[test_zipfile64.py]=1 # Runs ok but takes 204 seconds
[test_zipimport.py]=1 #
)
# 335 unit-test files in about 16 minutes

View File

@@ -99,4 +99,4 @@ SKIP_TESTS=(
[test_zipimport_support.py]=1
[test_zlib.py]=1
)
# 249 unit-test file in about 7 minutes and 44 seconds
# 272 unit-test file in about 15 minutes

View File

@@ -183,4 +183,4 @@ SKIP_TESTS=(
[test_zipimport_support.py]=1
[test_zlib.py]=1
)
# 218 unit-test remaining files, Elapsed time about 7 minutes 30 seconds
# 233 unit-test files in about 13 minutes

View File

@@ -125,4 +125,4 @@ SKIP_TESTS=(
[test_zipfile.py]=1 # it fails on its own
[test_zipfile64.py]=1 # Too long to run
)
# 268 Remaining unit-test files, Elapsed time about 11 minutes
# 271 unit-test files in about 14 minutes