Temporarily skip test_socket on ix86
This commit is contained in:
parent
a6780ec435
commit
27657069ff
@ -711,6 +711,12 @@ CheckPyPy() {
|
|||||||
# test_multiprocessing, so skip it for now:
|
# test_multiprocessing, so skip it for now:
|
||||||
SkipTest test_multiprocessing
|
SkipTest test_multiprocessing
|
||||||
|
|
||||||
|
# the timeout tests are hanging on i686
|
||||||
|
# see https://bitbucket.org/pypy/pypy/issues/2717
|
||||||
|
%ifarch %{ix86}
|
||||||
|
SkipTest test_socket
|
||||||
|
%endif
|
||||||
|
|
||||||
echo "== Test names =="
|
echo "== Test names =="
|
||||||
cat testnames.txt
|
cat testnames.txt
|
||||||
echo "================="
|
echo "================="
|
||||||
@ -833,6 +839,7 @@ CheckPyPy %{name}-stackless
|
|||||||
- Update to 5.10 (#1528841)
|
- Update to 5.10 (#1528841)
|
||||||
- Use pypy2 and python2-pycparser (note the twos)
|
- Use pypy2 and python2-pycparser (note the twos)
|
||||||
- Enable JIT on power and s390x
|
- Enable JIT on power and s390x
|
||||||
|
- Temporarily skip test_socket on ix86
|
||||||
|
|
||||||
* Fri Oct 20 2017 Miro Hrončok <mhroncok@redhat.com> - 5.9.0-1
|
* Fri Oct 20 2017 Miro Hrončok <mhroncok@redhat.com> - 5.9.0-1
|
||||||
- Update to 5.9 (#1504427)
|
- Update to 5.9 (#1504427)
|
||||||
|
Loading…
Reference in New Issue
Block a user