[pypy-commit] pypy py3.5: update test with current pypy error messages

2017-05-25 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91414:b10bce24eb85 Date: 2017-05-26 02:36 +0100 http://bitbucket.org/pypy/pypy/changeset/b10bce24eb85/ Log:update test with current pypy error messages diff --git a/lib-python/3/test/test_socket.py b/lib-python/3/test/test_socket.py --- a/lib-pyth

[pypy-commit] pypy py3.5: __wbuffer__ and __rbuffer__ aren't used in pypy3

2017-05-25 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91413:10d7da5ff46a Date: 2017-05-26 02:11 +0100 http://bitbucket.org/pypy/pypy/changeset/10d7da5ff46a/ Log:__wbuffer__ and __rbuffer__ aren't used in pypy3 diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy

[pypy-commit] pypy py3.5: hg merge default

2017-05-25 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91412:a76798b64382 Date: 2017-05-26 02:08 +0100 http://bitbucket.org/pypy/pypy/changeset/a76798b64382/ Log:hg merge default diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py

[pypy-commit] pypy default: Fix space.bufferstr_w() returning a wrong value for numpy arrays and add an indirect test for this

2017-05-25 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91411:3855d4baa148 Date: 2017-05-25 20:20 +0100 http://bitbucket.org/pypy/pypy/changeset/3855d4baa148/ Log:Fix space.bufferstr_w() returning a wrong value for numpy arrays and add an indirect test for this diff --git a/pypy/module/cpyext/slotde

[pypy-commit] pypy default: don't test the blackhole path in ARM tests, for the very same reason as we do in x86 ones

2017-05-25 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r91410:190cd7ec3d9a Date: 2017-05-25 18:56 +0200 http://bitbucket.org/pypy/pypy/changeset/190cd7ec3d9a/ Log:don't test the blackhole path in ARM tests, for the very same reason as we do in x86 ones diff --git a/rpython/jit/backend/arm/test/tes