You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Go over test exclusions yet again
This commit is contained in:
@@ -32,10 +32,10 @@ for VERSION in $PYVERSIONS ; do
|
|||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
3.5.9 )
|
3.5.9 )
|
||||||
MAX_TESTS=237 # We start failing on "mailbox" at 238
|
MAX_TESTS=900
|
||||||
;;
|
;;
|
||||||
3.2.6 )
|
3.2.6 )
|
||||||
MAX_TESTS=900 # zipfile fails?
|
MAX_TESTS=900
|
||||||
;;
|
;;
|
||||||
3.3.7 )
|
3.3.7 )
|
||||||
MAX_TESTS=1300 # About 1256 exist
|
MAX_TESTS=1300 # About 1256 exist
|
||||||
|
@@ -134,6 +134,7 @@ SKIP_TESTS=(
|
|||||||
[test_sys_settrace.py]=1 # doesn't terminate
|
[test_sys_settrace.py]=1 # doesn't terminate
|
||||||
|
|
||||||
[test_telnetlib.py]=1 # doesn't terminate
|
[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
|
[test_thread.py]=1
|
||||||
[test_threading.py]=1
|
[test_threading.py]=1
|
||||||
[test_threadsignals.py]=1 # doesn't terminate test_lock_acquire_retries
|
[test_threadsignals.py]=1 # doesn't terminate test_lock_acquire_retries
|
||||||
@@ -153,6 +154,7 @@ SKIP_TESTS=(
|
|||||||
[test_urllib2net.py]=1 # it fails on its own
|
[test_urllib2net.py]=1 # it fails on its own
|
||||||
[test_urllibnet.py]=1 # it fails on its own
|
[test_urllibnet.py]=1 # it fails on its own
|
||||||
[test_urlparse.py]=1 # test assert error
|
[test_urlparse.py]=1 # test assert error
|
||||||
|
[test_uu.py]=1 # May 3.6.2. may work
|
||||||
|
|
||||||
[test_weakref.py]=1 # doesn't terminate test_threaded_weak_valued_consistency (__main__.MappingTestCase) ...
|
[test_weakref.py]=1 # doesn't terminate test_threaded_weak_valued_consistency (__main__.MappingTestCase) ...
|
||||||
[test_winreg.py]=1 # it fails on its own
|
[test_winreg.py]=1 # it fails on its own
|
||||||
|
@@ -236,7 +236,7 @@ case $PYVERSION in
|
|||||||
SKIP_TESTS[test_quopri.py]=1
|
SKIP_TESTS[test_quopri.py]=1
|
||||||
SKIP_TESTS[test_ioctl.py]=1 # it fails on its own
|
SKIP_TESTS[test_ioctl.py]=1 # it fails on its own
|
||||||
fi
|
fi
|
||||||
s ;;
|
;;
|
||||||
|
|
||||||
3.6)
|
3.6)
|
||||||
. ./3.6-exclude.sh
|
. ./3.6-exclude.sh
|
||||||
|
Reference in New Issue
Block a user