[pypy-commit] pypy default: skip tests on 32bit x86 (cpu will never try to vectorize there)

2016-11-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88137:4d46a38e4169 Date: 2016-11-04 09:29 +0100 http://bitbucket.org/pypy/pypy/changeset/4d46a38e4169/ Log:skip tests on 32bit x86 (cpu will never try to vectorize there) diff --git a/rpython/jit/metainterp/optimizeopt/test/test_schedule.py b/rp

[pypy-commit] pypy py3.5: Fix array pickling for typecodes 'q' and 'Q'

2016-11-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88138:f85b187b80d2 Date: 2016-11-04 17:12 + http://bitbucket.org/pypy/pypy/changeset/f85b187b80d2/ Log:Fix array pickling for typecodes 'q' and 'Q' diff --git a/pypy/module/array/reconstructor.py b/pypy/module/array/reconstructor.py --- a/pyp

[pypy-commit] pypy py3.5-ssl: checkin changes made on the pypy stdlib ssl repo

2016-11-04 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88141:d873256da8f4 Date: 2016-11-04 20:33 +0100 http://bitbucket.org/pypy/pypy/changeset/d873256da8f4/ Log:checkin changes made on the pypy stdlib ssl repo diff --git a/lib_pypy/openssl/_cffi_src/openssl/x509_vfy.py b/lib_pypy/openssl/_

[pypy-commit] pypy default: resolve an issue. s390x does not put the values at the same position in the register as x86 does

2016-11-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88140:fae41cc92dca Date: 2016-11-04 20:31 +0100 http://bitbucket.org/pypy/pypy/changeset/fae41cc92dca/ Log:resolve an issue. s390x does not put the values at the same position in the register as x86 does diff --git a/rpython/jit/backend/l

[pypy-commit] pypy default: add a failing test for s390x

2016-11-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88139:92c57b09e8b5 Date: 2016-11-04 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/92c57b09e8b5/ Log:add a failing test for s390x diff --git a/rpython/jit/backend/zarch/vector_ext.py b/rpython/jit/backend/zarch/vector_ext.py --- a/rpython/

[pypy-commit] pypy default: set right sizes for float to int cast in on x86 cpus

2016-11-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88143:703d32a5fde7 Date: 2016-11-04 21:37 +0100 http://bitbucket.org/pypy/pypy/changeset/703d32a5fde7/ Log:set right sizes for float to int cast in on x86 cpus diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backend/ppc/vector_e

[pypy-commit] pypy default: apply the same fix to ppc

2016-11-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88142:eeebf588aa7e Date: 2016-11-04 21:30 +0100 http://bitbucket.org/pypy/pypy/changeset/eeebf588aa7e/ Log:apply the same fix to ppc diff --git a/rpython/jit/backend/ppc/vector_ext.py b/rpython/jit/backend/ppc/vector_ext.py --- a/rpython/jit/bac

[pypy-commit] pypy py3.5: Test and fix for an annoying issue

2016-11-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88144:7c88b941e3a8 Date: 2016-11-04 23:07 + http://bitbucket.org/pypy/pypy/changeset/7c88b941e3a8/ Log:Test and fix for an annoying issue diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generat

[pypy-commit] pypy default: skip vector test on x86 32bit

2016-11-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88145:6b8216508ada Date: 2016-11-05 07:34 +0100 http://bitbucket.org/pypy/pypy/changeset/6b8216508ada/ Log:skip vector test on x86 32bit diff --git a/rpython/jit/metainterp/test/test_resoperation.py b/rpython/jit/metainterp/test/test_resoperatio