[pypy-commit] pypy vmprof-0.4.10: try to install vmprof and see what happens to test_enable and test_native

2017-11-05 Thread antocuni
Author: Antonio Cuni Branch: vmprof-0.4.10 Changeset: r92944:4134cbd25c42 Date: 2017-11-05 11:33 +0100 http://bitbucket.org/pypy/pypy/changeset/4134cbd25c42/ Log:try to install vmprof and see what happens to test_enable and test_native diff --git a/requirements.txt b/requirements.txt

[pypy-commit] pypy assert-rewrite: Fix rpython/memory/ tests

2017-11-05 Thread rlamy
Author: Ronan Lamy Branch: assert-rewrite Changeset: r92945:b7b55dee74c6 Date: 2016-11-29 21:41 + http://bitbucket.org/pypy/pypy/changeset/b7b55dee74c6/ Log:Fix rpython/memory/ tests diff --git a/rpython/memory/test/test_hybrid_gc.py b/rpython/memory/test/test_hybrid_gc.py --- a/rpython

[pypy-commit] pypy assert-rewrite: Fix asserts in rpython/rtyper/

2017-11-05 Thread rlamy
Author: Ronan Lamy Branch: assert-rewrite Changeset: r92947:b994fd06043b Date: 2017-11-05 14:43 + http://bitbucket.org/pypy/pypy/changeset/b994fd06043b/ Log:Fix asserts in rpython/rtyper/ diff --git a/rpython/rtyper/lltypesystem/test/test_llarena.py b/rpython/rtyper/lltypesystem/test/te

[pypy-commit] pypy assert-rewrite: Fix asserts in test_newgc.py

2017-11-05 Thread rlamy
Author: Ronan Lamy Branch: assert-rewrite Changeset: r92948:fe04fd3b8632 Date: 2017-11-05 15:09 + http://bitbucket.org/pypy/pypy/changeset/fe04fd3b8632/ Log:Fix asserts in test_newgc.py diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/test/test_newgc.py --- a/

[pypy-commit] pypy default: kill test that has been disabled for 6 years

2017-11-05 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r92949:50ba491d0e92 Date: 2017-11-05 15:27 + http://bitbucket.org/pypy/pypy/changeset/50ba491d0e92/ Log:kill test that has been disabled for 6 years diff --git a/rpython/jit/metainterp/test/test_del.py b/rpython/jit/metainterp/test/test_del.py ---

[pypy-commit] pypy default: add method used in matplotlib

2017-11-05 Thread mattip
Author: Matti Picus Branch: Changeset: r92950:bab05da3f317 Date: 2017-11-05 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/bab05da3f317/ Log:add method used in matplotlib diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/app.py +++ b/lib_pypy/_tk

[pypy-commit] pypy assert-rewrite: more assert fixes

2017-11-05 Thread rlamy
Author: Ronan Lamy Branch: assert-rewrite Changeset: r92951:7318052f560c Date: 2017-11-05 20:49 + http://bitbucket.org/pypy/pypy/changeset/7318052f560c/ Log:more assert fixes diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpython/j