Skip to content

Commit 551e428

Browse files
committed
Go over stdlib test for 2.{6,7}
1 parent cd00499 commit 551e428

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

test/stdlib/2.6-exclude.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SKIP_TESTS=(
8181
[test_winreg.py]=1 # it fails on its own
8282
[test_winsound.py]=1 # it fails on its own
8383

84-
[test_zipimport_support.py]=1
84+
[test_zipimport_support.py]=1 # expected test to raise ImportError
8585
[test_zipfile64.py]=1 # Skip Long test
8686
# .pyenv/versions/2.6.9/lib/python2.6/lib2to3/refactor.pyc
8787
# .pyenv/versions/2.6.9/lib/python2.6/pyclbr.pyc

test/stdlib/2.7-exclude.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,20 @@ SKIP_TESTS=(
2222
[test_doctest2.py]=1 # Fails on its own
2323

2424
[test_format.py]=1 # Control flow "and" vs nested "if"
25-
[test_float.py]=1
26-
[test_grp.py]=1 # test takes to long, works interactively though
2725
[test_io.py]=1 # Test takes too long to run
28-
[test_ioctl.py]=1 # Test takes too long to run
29-
[test_lib2to3.py]=1 # test takes too long to run: 28 seconds
3026
[test_memoryio.py]=1 # FIX
3127
[test_multiprocessing.py]=1 # On uncompyle2, takes 24 secs
32-
[test_poll.py]=1 # test takes too long to run: 11 seconds
3328
[test_regrtest.py]=1 #
3429
[test_runpy.py]=1 # Long and fails on its own
3530
[test_socket.py]=1 # Runs ok but takes 22 seconds
36-
[test_ssl.py]=1 #
31+
[test_ssl.py]=1 # Fails on its own
3732
[test_subprocess.py]=1 # Runs ok but takes 22 seconds
3833
[test_sys_settrace.py]=1 # Line numbers are expected to be different
3934

4035
[test_traceback.py]=1 # Line numbers change - duh.
4136
[test_xpickle.py]=1 # Runs ok but takes 72 seconds
4237
[test_zipfile64.py]=1 # Runs ok but takes 204 seconds
43-
[test_zipimport.py]=1 #
38+
[test_zipimport.py]=1 # expected test to raise ImportError
4439
)
4540
# 334 unit-test files in about 15 minutes
4641

0 commit comments

Comments
 (0)