[pypy-commit] pypy s390x-backend: removed test files that where moved to gcstress-hypothesis

2016-03-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82667:178b2f4db5aa Date: 2016-03-02 22:13 +0100 http://bitbucket.org/pypy/pypy/changeset/178b2f4db5aa/ Log:removed test files that where moved to gcstress-hypothesis diff --git a/rpython/jit/backend/llsupport/tl/__init__.py b/rpytho

[pypy-commit] pypy gcstress-hypothesis: moved out test test into new branch

2016-03-02 Thread plan_rich
Author: Richard Plangger Branch: gcstress-hypothesis Changeset: r82666:f2615fd00d55 Date: 2016-03-02 22:11 +0100 http://bitbucket.org/pypy/pypy/changeset/f2615fd00d55/ Log:moved out test test into new branch diff --git a/rpython/jit/backend/llsupport/tl/__init__.py b/rpython/jit/backend/lls

[pypy-commit] pypy s390x-backend: catchup default

2016-03-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82665:90730c0a4880 Date: 2016-03-02 21:57 +0100 http://bitbucket.org/pypy/pypy/changeset/90730c0a4880/ Log:catchup default diff too long, truncating to 2000 out of 12259 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b

[pypy-commit] pypy s390x-backend: fix in assembly. 1 func for addr generation of gc_load/gc_store(_indexed) instead of 4

2016-03-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82664:7ec50a9c18a6 Date: 2016-03-02 21:44 +0100 http://bitbucket.org/pypy/pypy/changeset/7ec50a9c18a6/ Log:fix in assembly. 1 func for addr generation of gc_load/gc_store(_indexed) instead of 4 diff --git a/rpython/jit/backen

[pypy-commit] cffi default: Oops, tests fail if we run them one by one

2016-03-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r2646:d7ec0dceb9ed Date: 2016-03-02 21:22 +0100 http://bitbucket.org/cffi/cffi/changeset/d7ec0dceb9ed/ Log:Oops, tests fail if we run them one by one diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embedding/

[pypy-commit] pypy default: cleanup

2016-03-02 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82663:db9d97b06d3a Date: 2016-03-02 20:16 + http://bitbucket.org/pypy/pypy/changeset/db9d97b06d3a/ Log:cleanup diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtyper/test/test_rdict.py +++ b/rpython

[pypy-commit] pypy cpyext-ext: unskip and start to fix test for tp_new (issue #1703)

2016-03-02 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82662:2279834c7e56 Date: 2016-03-02 14:31 -0500 http://bitbucket.org/pypy/pypy/changeset/2279834c7e56/ Log:unskip and start to fix test for tp_new (issue #1703) diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c --- a/py

[pypy-commit] pypy jit-leaner-frontend: revert the changes to oparser, will try to hack differently

2016-03-02 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82661:23fc5965ce9d Date: 2016-03-02 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/23fc5965ce9d/ Log:revert the changes to oparser, will try to hack differently diff --git a/rpython/jit/tool/oparser.py b/rpython/jit/tool/oparser.py -

[pypy-commit] pypy jit-leaner-frontend: fix the merge

2016-03-02 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82659:0c113541c860 Date: 2016-03-01 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/0c113541c860/ Log:fix the merge diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainterp/o

[pypy-commit] pypy jit-leaner-frontend: progress, pass the first snapshot test

2016-03-02 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82660:0077f0c7f4ec Date: 2016-03-02 16:33 +0100 http://bitbucket.org/pypy/pypy/changeset/0077f0c7f4ec/ Log:progress, pass the first snapshot test diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a

[pypy-commit] pypy default: Refactor parametric test into a single stateful test with increased run-time

2016-03-02 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82658:eeb057746657 Date: 2016-03-02 15:02 + http://bitbucket.org/pypy/pypy/changeset/eeb057746657/ Log:Refactor parametric test into a single stateful test with increased run-time diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rt

[pypy-commit] pypy s390x-backend: removed pool and loading constant using immediate values, test_runner passes already

2016-03-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82656:62b48d6dd7ca Date: 2016-03-02 14:41 +0100 http://bitbucket.org/pypy/pypy/changeset/62b48d6dd7ca/ Log:removed pool and loading constant using immediate values, test_runner passes already diff --git a/rpython/jit/backend/

[pypy-commit] pypy s390x-backend: ignore register 13 in pair allocation

2016-03-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82657:3e0b424d69d1 Date: 2016-03-02 16:02 +0100 http://bitbucket.org/pypy/pypy/changeset/3e0b424d69d1/ Log:ignore register 13 in pair allocation diff --git a/rpython/jit/backend/llsupport/tl/test/zrpy_gc_hypo_test.py b/rpython/jit/b

[pypy-commit] pypy s390x-backend: created a test that tries to execute a byte code block (stack is not prepared)

2016-03-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82655:2c9ed008895a Date: 2016-03-01 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/2c9ed008895a/ Log:created a test that tries to execute a byte code block (stack is not prepared) diff --git a/rpython/jit/backend/llsupp

[pypy-commit] pypy issue-2248: remove unused function

2016-03-02 Thread mattip
Author: mattip Branch: issue-2248 Changeset: r82654:a6507c5a6623 Date: 2016-03-02 08:58 -0500 http://bitbucket.org/pypy/pypy/changeset/a6507c5a6623/ Log:remove unused function diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject

[pypy-commit] pypy default: update cffi/cc2d534f1ed7

2016-03-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r82653:7159d98fd574 Date: 2016-03-02 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/7159d98fd574/ Log:update cffi/cc2d534f1ed7 diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/test_zintegration.py b/pypy/module/test_lib_pypy/cffi_tests/cff

[pypy-commit] pypy.org extradoc: update the values

2016-03-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r714:82f6f24d6fe5 Date: 2016-03-02 13:05 +0100 http://bitbucket.org/pypy/pypy.org/changeset/82f6f24d6fe5/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy default: make test_setdefault_fast pass with celldicts on pypy

2016-03-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82652:5213e8be2304 Date: 2016-03-02 12:31 +0100 http://bitbucket.org/pypy/pypy/changeset/5213e8be2304/ Log:make test_setdefault_fast pass with celldicts on pypy - reduce the nubmer of hash calls from 3 to 2 - since reducing it t

[pypy-commit] pypy default: kill two tests that were important for an older module dict implementation

2016-03-02 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82651:61022b28fd0f Date: 2016-03-01 15:27 +0100 http://bitbucket.org/pypy/pypy/changeset/61022b28fd0f/ Log:kill two tests that were important for an older module dict implementation approach diff --git a/pypy/objspace/std/test/test_cel