[pypy-commit] pypy default: merge heads

2016-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r82683:bc2523a1a870 Date: 2016-03-03 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/bc2523a1a870/ Log:merge heads diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py --- a/pypy/interpreter/test/test_app_ma

[pypy-commit] pypy default: Improve the test to really check all arguments and, in case of mismatch,

2016-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r82682:8f3c22550f1a Date: 2016-03-03 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/8f3c22550f1a/ Log:Improve the test to really check all arguments and, in case of mismatch, to have a more precise error message on buildbot diff --git a/rp

[pypy-commit] pypy default: Print stderr of the subprocess, as an attempt to gain more info from buildbot

2016-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r82681:084d80e5669d Date: 2016-03-03 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/084d80e5669d/ Log:Print stderr of the subprocess, as an attempt to gain more info from buildbot diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.

[pypy-commit] pypy default: update cffi/d7ec0dceb9ed

2016-03-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r82680:95d497c4b701 Date: 2016-03-03 18:13 +0100 http://bitbucket.org/pypy/pypy/changeset/95d497c4b701/ Log:update cffi/d7ec0dceb9ed diff --git a/pypy/module/test_lib_pypy/cffi_tests/embedding/test_basic.py b/pypy/module/test_lib_pypy/cffi_tests/embedd

[pypy-commit] pypy default: kill obsolete tests

2016-03-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82679:9db8617310dc Date: 2016-03-03 16:25 + http://bitbucket.org/pypy/pypy/changeset/9db8617310dc/ Log:kill obsolete tests diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtyper/test/test_rdict.py +

[pypy-commit] pypy default: Reuse rdict hypothesis test in test_rordereddict.py

2016-03-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82678:67aa41de326b Date: 2016-03-03 15:52 + http://bitbucket.org/pypy/pypy/changeset/67aa41de326b/ Log:Reuse rdict hypothesis test in test_rordereddict.py diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpy

[pypy-commit] pypy cpyext-ext: PyNumber_Check accepts int as well as float

2016-03-03 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82676:4d2743ceeb86 Date: 2016-03-03 02:24 -0500 http://bitbucket.org/pypy/pypy/changeset/4d2743ceeb86/ Log:PyNumber_Check accepts int as well as float diff --git a/pypy/module/cpyext/number.py b/pypy/module/cpyext/number.py --- a/pypy/module/cpye

[pypy-commit] pypy cpyext-ext: fix uppercase/lowercase issues till test passes -A, exceeds recursion depth untranslated

2016-03-03 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82674:c95852e53e64 Date: 2016-03-02 18:28 -0500 http://bitbucket.org/pypy/pypy/changeset/c95852e53e64/ Log:fix uppercase/lowercase issues till test passes -A, exceeds recursion depth untranslated diff --git a/pypy/module/cpyext/test/foo3.

[pypy-commit] pypy ndarray-setitem-filtered: fix setitem

2016-03-03 Thread mattip
Author: mattip Branch: ndarray-setitem-filtered Changeset: r82677:abeee2a7ee62 Date: 2016-03-03 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/abeee2a7ee62/ Log:fix setitem diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy cpyext-ext: fix for tp_new slot

2016-03-03 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82675:3e9fab0f7ce6 Date: 2016-03-02 23:25 -0500 http://bitbucket.org/pypy/pypy/changeset/3e9fab0f7ce6/ Log:fix for tp_new slot diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b

[pypy-commit] pypy default: Fix typo that made a test useless

2016-03-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82673:4d2c1de4fbff Date: 2016-03-03 14:12 + http://bitbucket.org/pypy/pypy/changeset/4d2c1de4fbff/ Log:Fix typo that made a test useless diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtyper/test/t

[pypy-commit] pypy speed-up-stringsearch: try to split ll_search into two elidable functions, one of which only depends on the search string

2016-03-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: speed-up-stringsearch Changeset: r82672:37cc19e3dcb4 Date: 2016-02-27 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/37cc19e3dcb4/ Log:try to split ll_search into two elidable functions, one of which only depends on the search string diff --g

[pypy-commit] pypy default: disable the setdefault test on kwargs dicts, it doesn't make sense there

2016-03-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82670:618d06ca2419 Date: 2016-03-02 12:41 +0100 http://bitbucket.org/pypy/pypy/changeset/618d06ca2419/ Log:disable the setdefault test on kwargs dicts, it doesn't make sense there diff --git a/pypy/objspace/std/test/test_kwargsdict.py

[pypy-commit] pypy default: test a sensible argument to the --jit option

2016-03-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82671:634581f24c02 Date: 2016-03-02 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/634581f24c02/ Log:test a sensible argument to the --jit option diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.