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
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
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
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
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
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.