From 551e428086e53c65a51452d9690d7a22e1c807ab Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 8 Apr 2023 22:10:21 -0400 Subject: [PATCH] Go over stdlib test for 2.{6,7} --- test/stdlib/2.6-exclude.sh | 2 +- test/stdlib/2.7-exclude.sh | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/test/stdlib/2.6-exclude.sh b/test/stdlib/2.6-exclude.sh index 2ec213f8..657c6cf9 100644 --- a/test/stdlib/2.6-exclude.sh +++ b/test/stdlib/2.6-exclude.sh @@ -81,7 +81,7 @@ SKIP_TESTS=( [test_winreg.py]=1 # it fails on its own [test_winsound.py]=1 # it fails on its own - [test_zipimport_support.py]=1 + [test_zipimport_support.py]=1 # expected test to raise ImportError [test_zipfile64.py]=1 # Skip Long test # .pyenv/versions/2.6.9/lib/python2.6/lib2to3/refactor.pyc # .pyenv/versions/2.6.9/lib/python2.6/pyclbr.pyc diff --git a/test/stdlib/2.7-exclude.sh b/test/stdlib/2.7-exclude.sh index 16a05547..89890d1c 100644 --- a/test/stdlib/2.7-exclude.sh +++ b/test/stdlib/2.7-exclude.sh @@ -22,25 +22,20 @@ SKIP_TESTS=( [test_doctest2.py]=1 # Fails on its own [test_format.py]=1 # Control flow "and" vs nested "if" - [test_float.py]=1 - [test_grp.py]=1 # test takes to long, works interactively though [test_io.py]=1 # Test takes too long to run - [test_ioctl.py]=1 # Test takes too long to run - [test_lib2to3.py]=1 # test takes too long to run: 28 seconds [test_memoryio.py]=1 # FIX [test_multiprocessing.py]=1 # On uncompyle2, takes 24 secs - [test_poll.py]=1 # test takes too long to run: 11 seconds [test_regrtest.py]=1 # [test_runpy.py]=1 # Long and fails on its own [test_socket.py]=1 # Runs ok but takes 22 seconds - [test_ssl.py]=1 # + [test_ssl.py]=1 # Fails on its own [test_subprocess.py]=1 # Runs ok but takes 22 seconds [test_sys_settrace.py]=1 # Line numbers are expected to be different [test_traceback.py]=1 # Line numbers change - duh. [test_xpickle.py]=1 # Runs ok but takes 72 seconds [test_zipfile64.py]=1 # Runs ok but takes 204 seconds - [test_zipimport.py]=1 # + [test_zipimport.py]=1 # expected test to raise ImportError ) # 334 unit-test files in about 15 minutes