File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ SKIP_TESTS=(
81
81
[test_winreg.py]=1 # it fails on its own
82
82
[test_winsound.py]=1 # it fails on its own
83
83
84
- [test_zipimport_support.py]=1
84
+ [test_zipimport_support.py]=1 # expected test to raise ImportError
85
85
[test_zipfile64.py]=1 # Skip Long test
86
86
# .pyenv/versions/2.6.9/lib/python2.6/lib2to3/refactor.pyc
87
87
# .pyenv/versions/2.6.9/lib/python2.6/pyclbr.pyc
Original file line number Diff line number Diff line change @@ -22,25 +22,20 @@ SKIP_TESTS=(
22
22
[test_doctest2.py]=1 # Fails on its own
23
23
24
24
[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
27
25
[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
30
26
[test_memoryio.py]=1 # FIX
31
27
[test_multiprocessing.py]=1 # On uncompyle2, takes 24 secs
32
- [test_poll.py]=1 # test takes too long to run: 11 seconds
33
28
[test_regrtest.py]=1 #
34
29
[test_runpy.py]=1 # Long and fails on its own
35
30
[test_socket.py]=1 # Runs ok but takes 22 seconds
36
- [test_ssl.py]=1 #
31
+ [test_ssl.py]=1 # Fails on its own
37
32
[test_subprocess.py]=1 # Runs ok but takes 22 seconds
38
33
[test_sys_settrace.py]=1 # Line numbers are expected to be different
39
34
40
35
[test_traceback.py]=1 # Line numbers change - duh.
41
36
[test_xpickle.py]=1 # Runs ok but takes 72 seconds
42
37
[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
44
39
)
45
40
# 334 unit-test files in about 15 minutes
46
41
You can’t perform that action at this time.
0 commit comments