[pypy-commit] pypy new-jit-log: finished a first (not yet compiling) version that both writes loops and bridges in a more condensed format

2016-02-27 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r82584:ed87960a6c98 Date: 2016-02-26 19:13 +0100 http://bitbucket.org/pypy/pypy/changeset/ed87960a6c98/ Log:finished a first (not yet compiling) version that both writes loops and bridges in a more condensed format diff --git a/

[pypy-commit] pypy new-jit-log: remove some errors in the c code of the jitlog file

2016-02-27 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r82585:e3c8440d6583 Date: 2016-02-27 09:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e3c8440d6583/ Log:remove some errors in the c code of the jitlog file diff --git a/rpython/rlib/rvmprof/src/jitlog_main.h b/rpython/rlib/rvmprof/

[pypy-commit] pypy py3k: Skip all _continuation zpickle tests instead of one.

2016-02-27 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82586:09cd2a01ee8d Date: 2016-02-27 10:01 +0100 http://bitbucket.org/pypy/pypy/changeset/09cd2a01ee8d/ Log:Skip all _continuation zpickle tests instead of one. Running these tests on top of CPython has always been fragile. diff --git a/p

[pypy-commit] pypy py3k: Re-add lone pyc file support in py3k.

2016-02-27 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82587:a3620d381009 Date: 2016-02-27 10:11 +0100 http://bitbucket.org/pypy/pypy/changeset/a3620d381009/ Log:Re-add lone pyc file support in py3k. This was accidentally removed in 299018381016. diff --git a/pypy/module/imp/importing.py b/p

[pypy-commit] pypy s390x-backend: minor changes while going through the code with arigato

2016-02-27 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82588:22b3fac614dd Date: 2016-02-27 11:58 +0100 http://bitbucket.org/pypy/pypy/changeset/22b3fac614dd/ Log:minor changes while going through the code with arigato diff --git a/rpython/jit/backend/zarch/opassembler.py b/rpython/jit/b

[pypy-commit] pypy default: Avoid using deprecated pytest features (i.e. yielding test cases and using test methods instead of test functions)

2016-02-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82589:96f67d31a0af Date: 2016-02-27 16:18 +0100 http://bitbucket.org/pypy/pypy/changeset/96f67d31a0af/ Log:Avoid using deprecated pytest features (i.e. yielding test cases and using test methods instead of test functions) diff --git a/rpython/r

[pypy-commit] pypy cpyext-ext: Add an XXX about PyDict_GetItem() and IntMutableCells

2016-02-27 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82590:e2c600e30aa7 Date: 2016-02-27 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/e2c600e30aa7/ Log:Add an XXX about PyDict_GetItem() and IntMutableCells diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py

[pypy-commit] pypy s390x-backend: added new module gcstress that compiles a very minimal language in a zrpy test and feed it with input from hypothesis (work in progress)

2016-02-27 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82591:a2ccecb333f0 Date: 2016-02-27 19:15 +0100 http://bitbucket.org/pypy/pypy/changeset/a2ccecb333f0/ Log:added new module gcstress that compiles a very minimal language in a zrpy test and feed it with input from hypothesis (

[pypy-commit] pypy default: Simplify tests by using a dict as the reference.

2016-02-27 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82592:56afe29ed2bf Date: 2016-02-27 16:35 +0100 http://bitbucket.org/pypy/pypy/changeset/56afe29ed2bf/ Log:Simplify tests by using a dict as the reference. diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpytho

[pypy-commit] pypy cpyext-ext: add NotImplemented getsiice, setslice

2016-02-27 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82595:67b8df2d7d8d Date: 2016-02-27 20:58 -0500 http://bitbucket.org/pypy/pypy/changeset/67b8df2d7d8d/ Log:add NotImplemented getsiice, setslice diff --git a/pypy/module/cpyext/sequence.py b/pypy/module/cpyext/sequence.py --- a/pypy/module/cpyext

[pypy-commit] pypy cpyext-ext: add a failing test

2016-02-27 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82594:fc01e33f1288 Date: 2016-02-27 20:56 -0500 http://bitbucket.org/pypy/pypy/changeset/fc01e33f1288/ Log:add a failing test diff --git a/pypy/module/cpyext/test/test_pyerrors.py b/pypy/module/cpyext/test/test_pyerrors.py --- a/pypy/module/cpye

[pypy-commit] pypy cpyext-ext: remove docstring test, skip non-inheritance test until app-level test implemented

2016-02-27 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82593:4b4ad3294135 Date: 2016-02-25 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4b4ad3294135/ Log:remove docstring test, skip non-inheritance test until app-level test implemented diff --git a/pypy/module/cpyext/api.py b/pypy/mod

[pypy-commit] buildbot default: add test runner, path-to-test to bottom of failure long representation

2016-02-27 Thread mattip
Author: mattip Branch: Changeset: r990:535a6e83f514 Date: 2016-02-26 07:43 +0100 http://bitbucket.org/pypy/buildbot/changeset/535a6e83f514/ Log:add test runner, path-to-test to bottom of failure long representation diff --git a/bot2/pypybuildbot/summary.py b/bot2/pypybuildbot/summar