[pypy-commit] pypy s390x-backend: disabled blocking tests

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82053:074033f70453 Date: 2016-02-03 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/074033f70453/ Log:disabled blocking tests diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py ---

[pypy-commit] pypy s390x-backend: modified test to see if an empty print differs from a print with newline

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82052:18bd2d236f85 Date: 2016-02-03 10:52 +0100 http://bitbucket.org/pypy/pypy/changeset/18bd2d236f85/ Log:modified test to see if an empty print differs from a print with newline diff --git a/pypy/module/select/test/test_sel

[pypy-commit] pypy s390x-backend: added zEC12 to assembler command for test

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82055:a32a0a3922a4 Date: 2016-02-03 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/a32a0a3922a4/ Log:added zEC12 to assembler command for test diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/ass

[pypy-commit] pypy s390x-backend: do not execute auto assembler on 5 args + (takes far too long)

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82056:e9fe4f2225ca Date: 2016-02-03 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/e9fe4f2225ca/ Log:do not execute auto assembler on 5 args + (takes far too long) diff --git a/rpython/jit/backend/zarch/test/test_auto_encoding.

[pypy-commit] pypy s390x-backend: big endian issue in cppyy test case

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82057:f49815ceed3a Date: 2016-02-03 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/f49815ceed3a/ Log:big endian issue in cppyy test case diff --git a/pypy/module/cppyy/src/dummy_backend.cxx b/pypy/module/cppyy/src/dummy_backen

[pypy-commit] pypy s390x-backend: disabled more in test signal (bbot seems to still timeout...), simplifications in the malloc assembly operations

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82054:b2ed3adc63e7 Date: 2016-02-03 13:55 +0100 http://bitbucket.org/pypy/pypy/changeset/b2ed3adc63e7/ Log:disabled more in test signal (bbot seems to still timeout...), simplifications in the malloc assembly operations diff

[pypy-commit] pypy s390x-backend: fixed translation issue.

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82058:9fabf4399c18 Date: 2016-02-03 16:13 +0100 http://bitbucket.org/pypy/pypy/changeset/9fabf4399c18/ Log:fixed translation issue. diff --git a/rpython/jit/backend/zarch/assembler.py b/rpython/jit/backend/zarch/assembler.py --- a/r

[pypy-commit] pypy s390x-backend: critical bugfix in gc writebarrier fastpath, simplifications and a test

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82059:822ac80ddd23 Date: 2016-02-03 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/822ac80ddd23/ Log:critical bugfix in gc writebarrier fastpath, simplifications and a test diff --git a/rpython/jit/backend/zarch/assembl

[pypy-commit] pypy default: Kill randomly vendored obsolete version of pytest_cov

2016-02-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82060:643912e63967 Date: 2016-02-03 16:56 + http://bitbucket.org/pypy/pypy/changeset/643912e63967/ Log:Kill randomly vendored obsolete version of pytest_cov diff --git a/pypy/test_all.py b/pypy/test_all.py --- a/pypy/test_all.py +++ b/pypy/test_all

[pypy-commit] pypy default: first stab at fixing embedding for win32

2016-02-03 Thread mattip
Author: mattip Branch: Changeset: r82061:338d32e89981 Date: 2016-01-29 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/338d32e89981/ Log:first stab at fixing embedding for win32 (grafted from 237a8c5c0202731866a958c900235d68ff739912) diff --git a/pypy/module/_cffi_backend/embed

[pypy-commit] pypy s390x-backend: give the saved registers r10, r11, r12, r2, f0 some space on the stack. this prevents overwriting of values if they are set in the calling function

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82062:38a946dc43e3 Date: 2016-02-03 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/38a946dc43e3/ Log:give the saved registers r10,r11,r12,r2,f0 some space on the stack. this prevents overwriting of values if they are set

[pypy-commit] pypy s390x-backend: cond_call_gc_wb_array can now not trash a volatile register. wrong allocation now takes a non volatile register!

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82063:621a42ebea23 Date: 2016-02-03 20:19 +0100 http://bitbucket.org/pypy/pypy/changeset/621a42ebea23/ Log:cond_call_gc_wb_array can now not trash a volatile register. wrong allocation now takes a non volatile register! diff

[pypy-commit] pypy s390x-backend: minor fix. loading from pool does not work

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82064:0ef7606ff55f Date: 2016-02-03 22:21 +0100 http://bitbucket.org/pypy/pypy/changeset/0ef7606ff55f/ Log:minor fix. loading from pool does not work diff --git a/rpython/jit/backend/zarch/opassembler.py b/rpython/jit/backend/zarch/

[pypy-commit] pypy s390x-backend: STC can only tak 12 bits imm, this is wrong (use STCY again), fixed pool issue

2016-02-03 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82065:785c6853c253 Date: 2016-02-03 22:44 +0100 http://bitbucket.org/pypy/pypy/changeset/785c6853c253/ Log:STC can only tak 12 bits imm, this is wrong (use STCY again), fixed pool issue diff --git a/rpython/jit/backend/zarch/

[pypy-commit] pypy default: importing clibffi has side effects on win32, causing nested external function calls if not imported early

2016-02-03 Thread mattip
Author: mattip Branch: Changeset: r82066:cbfc796b3af3 Date: 2016-02-03 23:58 +0200 http://bitbucket.org/pypy/pypy/changeset/cbfc796b3af3/ Log:importing clibffi has side effects on win32, causing nested external function calls if not imported early a deeper solution would be

[pypy-commit] cffi default: Issue #245: __stdcall not generated correctly on extern "Python" functions

2016-02-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2618:465ce534fc8a Date: 2016-02-04 07:40 +0100 http://bitbucket.org/cffi/cffi/changeset/465ce534fc8a/ Log:Issue #245: __stdcall not generated correctly on extern "Python" functions diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h --- a/