[pypy-commit] pypy default: A failing test based on #2904

2018-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r95383:fd8db070 Date: 2018-11-29 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/fd8db070/ Log:A failing test based on #2904 diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpython/jit

[pypy-commit] pypy default: Simplify a bit

2018-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r95384:ddf5bd822a68 Date: 2018-11-29 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/ddf5bd822a68/ Log:Simplify a bit diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpython/jit/metainterp/tes

[pypy-commit] pypy unicode-utf8-py3: one test uncovered two fixes

2018-11-29 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95385:96d5bc8106a8 Date: 2018-11-29 05:24 -0800 http://bitbucket.org/pypy/pypy/changeset/96d5bc8106a8/ Log:one test uncovered two fixes diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pyp

[pypy-commit] pypy unicode-utf8-py3: replace py.skip with py.mark.skip to unskip module, fix tests

2018-11-29 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95387:24265ff12831 Date: 2018-11-29 09:20 -0800 http://bitbucket.org/pypy/pypy/changeset/24265ff12831/ Log:replace py.skip with py.mark.skip to unskip module, fix tests diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/i

[pypy-commit] pypy unicode-utf8-py3: test, fix surrogates in _sre encoding

2018-11-29 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95386:3a259b9aeedd Date: 2018-11-29 08:02 -0800 http://bitbucket.org/pypy/pypy/changeset/3a259b9aeedd/ Log:test, fix surrogates in _sre encoding diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/mo

[pypy-commit] cffi default: Merged in rlamy/cffi (pull request #94)

2018-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r3174:448af882f47e Date: 2018-11-29 18:24 + http://bitbucket.org/cffi/cffi/changeset/448af882f47e/ Log:Merged in rlamy/cffi (pull request #94) Move test-only function from cffi/ to testing/ diff --git a/cffi/recompiler.py b/cffi/recompiler.