[pypy-commit] pypy default: modify test (s390x) that used call_malloc_gc

2016-07-21 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85786:bf2dbf7c5f0f Date: 2016-07-21 09:17 +0200 http://bitbucket.org/pypy/pypy/changeset/bf2dbf7c5f0f/ Log:modify test (s390x) that used call_malloc_gc diff --git a/rpython/jit/backend/zarch/test/test_pool.py b/rpython/jit/backend/zarch/test/tes

[pypy-commit] pypy default: apply patch provided by David Naylor to enable vmprof on Dragon Fly BSD

2016-07-21 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r85787:c6bbfff6404e Date: 2016-07-21 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/c6bbfff6404e/ Log:apply patch provided by David Naylor to enable vmprof on Dragon Fly BSD diff --git a/rpython/rlib/rvmprof/src/vmprof_config.h b/rp

[pypy-commit] pypy new-jit-log: remove a syntax error

2016-07-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85788:bb2d7492de70 Date: 2016-07-21 13:20 +0200 http://bitbucket.org/pypy/pypy/changeset/bb2d7492de70/ Log:remove a syntax error diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py ---

[pypy-commit] pypy new-jit-log: did not log debug counter if it is zero,

2016-07-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85789:f60175c7834a Date: 2016-07-21 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/f60175c7834a/ Log:did not log debug counter if it is zero, enable inject_debug_counters when run only using jitlog diff --git a/rpython/ji

[pypy-commit] pypy new-jit-log: remove old import and not used lloperations

2016-07-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85791:e82414d26ebf Date: 2016-07-21 15:17 +0200 http://bitbucket.org/pypy/pypy/changeset/e82414d26ebf/ Log:remove old import and not used lloperations diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test

[pypy-commit] pypy new-jit-log: merge default

2016-07-21 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85790:3a2bd151550e Date: 2016-07-21 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/3a2bd151550e/ Log:merge default diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst --- a/pypy/doc/install.rst +++ b/pypy/doc/install.rst @@

[pypy-commit] pypy py3.5-async: Fix arguments of descr_cast in memoryview, start implementing format check

2016-07-21 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85792:3c298e0da674 Date: 2016-07-21 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3c298e0da674/ Log:Fix arguments of descr_cast in memoryview, start implementing format check diff --git a/pypy/objspace/std/memoryobject.py

[pypy-commit] pypy py3.5-async: Calculate new itemsize for memoryview after cast

2016-07-21 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85793:10ce7bcfef58 Date: 2016-07-21 20:01 +0200 http://bitbucket.org/pypy/pypy/changeset/10ce7bcfef58/ Log:Calculate new itemsize for memoryview after cast diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.

[pypy-commit] pypy py3.5-async: Fix type of new memoryview format (Unicodeobject -> String)

2016-07-21 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85794:0ffa9890650b Date: 2016-07-21 20:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0ffa9890650b/ Log:Fix type of new memoryview format (Unicodeobject -> String) diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/me

[pypy-commit] pypy default: unskip, fix test

2016-07-21 Thread mattip
Author: Matti Picus Branch: Changeset: r85795:e7904b16dcf8 Date: 2016-07-21 10:32 +0300 http://bitbucket.org/pypy/pypy/changeset/e7904b16dcf8/ Log:unskip, fix test diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/pypy/module/cpyext/test/tes

[pypy-commit] pypy default: fix c-extension suffix generation for applevel tests

2016-07-21 Thread mattip
Author: mattip Branch: Changeset: r85796:fb15f7cd83fa Date: 2016-07-22 05:11 -0500 http://bitbucket.org/pypy/pypy/changeset/fb15f7cd83fa/ Log:fix c-extension suffix generation for applevel tests diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --

[pypy-commit] pypy cling-support: translator fixes

2016-07-21 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r85800:580f6e7ccf32 Date: 2016-07-21 20:51 -0700 http://bitbucket.org/pypy/pypy/changeset/580f6e7ccf32/ Log:translator fixes diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter.p

[pypy-commit] pypy cling-support: enable rootcling building, removing rootcint

2016-07-21 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r85798:4b61ab0825f2 Date: 2016-07-19 11:28 -0700 http://bitbucket.org/pypy/pypy/changeset/4b61ab0825f2/ Log:enable rootcling building, removing rootcint diff --git a/pypy/module/cppyy/test/Makefile b/pypy/module/cppyy/test/Makefile --- a

[pypy-commit] pypy cling-support: fix the mechanics of test_zjit; TODO: the test actually succeeds

2016-07-21 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r85799:f30be95c828b Date: 2016-07-19 11:50 -0700 http://bitbucket.org/pypy/pypy/changeset/f30be95c828b/ Log:fix the mechanics of test_zjit; TODO: the test actually succeeds even with cppyy_get_methptr_getter returning 0, so the te

[pypy-commit] pypy cling-support: remove more warnings

2016-07-21 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r85797:92acdaca78a7 Date: 2016-07-19 10:27 -0700 http://bitbucket.org/pypy/pypy/changeset/92acdaca78a7/ Log:remove more warnings diff --git a/pypy/module/cppyy/test/overloads.xml b/pypy/module/cppyy/test/overloads.xml --- a/pypy/module/