You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Runtest exclusions
This commit is contained in:
@@ -65,6 +65,7 @@ SKIP_TESTS=(
|
|||||||
[test_sunaudiodev.py]=1 # it fails on its own
|
[test_sunaudiodev.py]=1 # it fails on its own
|
||||||
[test_support.py]=1 # # it fails on it s own
|
[test_support.py]=1 # # it fails on it s own
|
||||||
|
|
||||||
|
[test_threading.py]=1 # fails on its own?
|
||||||
[test_trace.py]=1 # Line numbers are expected to be different
|
[test_trace.py]=1 # Line numbers are expected to be different
|
||||||
|
|
||||||
[test_urllib2_localnet.py]=1 # test takes too long to run: 12 seconds
|
[test_urllib2_localnet.py]=1 # test takes too long to run: 12 seconds
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
SKIP_TESTS=(
|
SKIP_TESTS=(
|
||||||
[test_cmd.py]=1 # FIXME: grammar START symbol bug: Works on c90ff51
|
[test_binop.py]=1 # FIXME: grammar START symbol bug: Works on c90ff51
|
||||||
[test_decorators.py]=1 # FIXME: Works on c90ff51
|
[test_decorators.py]=1 # FIXME: Works on c90ff51
|
||||||
[test_format.py]=1 # FIXME: works on c90ff51
|
[test_format.py]=1 # FIXME: works on c90ff51
|
||||||
[test_locale.py]=1 # FIXME: Works on c90ff51
|
[test_locale.py]=1 # FIXME: Works on c90ff51
|
||||||
|
@@ -176,7 +176,8 @@ case $PYVERSION in
|
|||||||
SKIP_TESTS[test_exception_variations.py]=1
|
SKIP_TESTS[test_exception_variations.py]=1
|
||||||
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
|
||||||
SKIP_TESTS[test_venv.py]=1 # takes to long 11 seconds
|
SKIP_TESTS[test_tarfile.py]=1 # too long to run on POWER 15 secs
|
||||||
|
SKIP_TESTS[test_venv.py]=1 # takes too long 11 seconds
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user