[pypy-commit] pypy default: Marking these tests as xfail is wrong, because it doesn't always

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80327:65422948292c Date: 2015-10-19 09:11 +0200 http://bitbucket.org/pypy/pypy/changeset/65422948292c/ Log:Marking these tests as xfail is wrong, because it doesn't always fail (and passes are reported as unexpected). Too bad, let's use

[pypy-commit] pypy default: fix in the llgraph backend: multiple redirections of compiled loops didn't work

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80329:6d8880c45110 Date: 2015-10-19 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/6d8880c45110/ Log:fix in the llgraph backend: multiple redirections of compiled loops didn't work diff --git a/rpython/jit/backend/llgraph/runner.py b/rpy

[pypy-commit] pypy default: Document branch

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80328:6862ec9894d0 Date: 2015-10-19 09:17 +0200 http://bitbucket.org/pypy/pypy/changeset/6862ec9894d0/ Log:Document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy default: Add a test for the correct #pragma in pyconfig.h

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80330:fcfc28ee7164 Date: 2015-10-19 09:38 +0200 http://bitbucket.org/pypy/pypy/changeset/fcfc28ee7164/ Log:Add a test for the correct #pragma in pyconfig.h diff --git a/pypy/module/cpyext/test/test_version.py b/pypy/module/cpyext/test/test_version.py

[pypy-commit] pypy default: of course, I'm confusing the PyPy and the CPython version now that they

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80331:33863d9924f6 Date: 2015-10-19 09:41 +0200 http://bitbucket.org/pypy/pypy/changeset/33863d9924f6/ Log:of course, I'm confusing the PyPy and the CPython version now that they are both at 2.7 diff --git a/pypy/module/cpyext/test/test_version

[pypy-commit] pypy py3.3: Add a test for the correct #pragma in pyconfig.h, and fix it: wrong #pragma!

2015-10-19 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r80333:f0f52b8b046c Date: 2015-10-19 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/f0f52b8b046c/ Log:Add a test for the correct #pragma in pyconfig.h, and fix it: wrong #pragma! diff --git a/pypy/module/cpyext/include/pyconfig.h b/p

[pypy-commit] pypy py3k: Add a test for the correct #pragma in pyconfig.h

2015-10-19 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r80332:f56628f44911 Date: 2015-10-19 09:42 +0200 http://bitbucket.org/pypy/pypy/changeset/f56628f44911/ Log:Add a test for the correct #pragma in pyconfig.h diff --git a/pypy/module/cpyext/test/test_version.py b/pypy/module/cpyext/test/test_version

[pypy-commit] pypy s390x-backend: added more assembler functions (branching, loading, ...) and added first small test that assembles a real assembler block and executes it

2015-10-19 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80334:7dae60560404 Date: 2015-10-19 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/7dae60560404/ Log:added more assembler functions (branching, loading, ...) and added first small test that assembles a real assembler blo

[pypy-commit] pypy s390x-backend: called first subroutine in assembler

2015-10-19 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80335:2b4c4bd98951 Date: 2015-10-19 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/2b4c4bd98951/ Log:called first subroutine in assembler diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/assemble

[pypy-commit] pypy s390x-backend: first loop (that includes a branching instruction on condition), substract and register move added to instructions

2015-10-19 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80336:cff394b2f479 Date: 2015-10-19 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/cff394b2f479/ Log:first loop (that includes a branching instruction on condition), substract and register move added to instructions dif

[pypy-commit] pypy cpyext-gc-support: in-progress: from_pyobj()

2015-10-19 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support Changeset: r80337:21a3dead2ef1 Date: 2015-10-19 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/21a3dead2ef1/ Log:in-progress: from_pyobj() diff --git a/pypy/module/cpyext/intobject.py b/pypy/module/cpyext/intobject.py --- a/pypy/module/cpyex

[pypy-commit] pypy default: Pff pff pff what a mess

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80338:5cbff711b321 Date: 2015-10-19 19:48 +0200 http://bitbucket.org/pypy/pypy/changeset/5cbff711b321/ Log:Pff pff pff what a mess diff --git a/rpython/translator/c/src/stacklet/switch_arm_gcc.h b/rpython/translator/c/src/stacklet/switch_arm_gcc.h ---

[pypy-commit] pypy default: :-(

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80339:b5e12e911be2 Date: 2015-10-19 20:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b5e12e911be2/ Log::-( diff --git a/rpython/translator/c/src/stacklet/switch_arm_gcc.h b/rpython/translator/c/src/stacklet/switch_arm_gcc.h --- a/rpython/translato

[pypy-commit] pypy default: Maybe found a solution

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80340:01e9463e526f Date: 2015-10-19 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/01e9463e526f/ Log:Maybe found a solution diff --git a/rpython/translator/c/src/stacklet/switch_arm_gcc.h b/rpython/translator/c/src/stacklet/switch_arm_gcc.h ---

[pypy-commit] buildbot default: Update requirements.txt

2015-10-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r966:624b0ebfca9a Date: 2015-10-19 23:48 +0100 http://bitbucket.org/pypy/buildbot/changeset/624b0ebfca9a/ Log:Update requirements.txt diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,16 @@ -Flask

[pypy-commit] pypy default: Fix on 32-bit

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80341:ec634b035df3 Date: 2015-10-20 08:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ec634b035df3/ Log:Fix on 32-bit diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/test/runn

[pypy-commit] pypy default: fix

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80342:8390117c7748 Date: 2015-10-20 08:13 +0200 http://bitbucket.org/pypy/pypy/changeset/8390117c7748/ Log:fix diff --git a/rpython/jit/backend/arm/test/test_runner.py b/rpython/jit/backend/arm/test/test_runner.py --- a/rpython/jit/backend/arm/test/te

[pypy-commit] pypy default: Give up running this test nightly before translation: not reliable.

2015-10-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r80343:e81b61ff533f Date: 2015-10-20 06:39 + http://bitbucket.org/pypy/pypy/changeset/e81b61ff533f/ Log:Give up running this test nightly before translation: not reliable. Keep it only as an appdirect test, where it seems to work fine. diff