[pypy-commit] pypy default: Check in here test runners for the lib-python and the pypyjit steps

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90643:6790d94fb46a Date: 2017-03-13 08:23 +0100 http://bitbucket.org/pypy/pypy/changeset/6790d94fb46a/ Log:Check in here test runners for the lib-python and the pypyjit steps of buildbot. Will then fix buildbot to execute these. It allows us

[pypy-commit] pypy default: fixes, also add app_level_tests.py

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90644:fd8af983f881 Date: 2017-03-13 08:45 +0100 http://bitbucket.org/pypy/pypy/changeset/fd8af983f881/ Log:fixes, also add app_level_tests.py diff --git a/testrunner/app_level_tests.py b/testrunner/app_level_tests.py new file mode 100755 --- /dev/null

[pypy-commit] pypy default: Make these files executable

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90646:4f28537be39a Date: 2017-03-13 08:47 +0100 http://bitbucket.org/pypy/pypy/changeset/4f28537be39a/ Log:Make these files executable diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py old mode 100644 new mode 100755 diff --g

[pypy-commit] pypy py3.5: fix

2017-03-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90645:3172a29c11fb Date: 2017-03-13 08:45 +0100 http://bitbucket.org/pypy/pypy/changeset/3172a29c11fb/ Log:fix diff --git a/pypy/pytest-A.cfg b/pypy/pytest-A.cfg --- a/pypy/pytest-A.cfg +++ b/pypy/pytest-A.cfg @@ -1,5 +1,5 @@ cherrypick = ['inter

[pypy-commit] pypy py3.5: hg merge default

2017-03-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90647:7c1314187e2f Date: 2017-03-13 08:50 +0100 http://bitbucket.org/pypy/pypy/changeset/7c1314187e2f/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsn

[pypy-commit] buildbot default: run the new files testrunner/*_tests.py

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1020:b573abdcd2d7 Date: 2017-03-13 08:51 +0100 http://bitbucket.org/pypy/buildbot/changeset/b573abdcd2d7/ Log:run the new files testrunner/*_tests.py diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.

[pypy-commit] cffi default: silence warnings

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r2907:5db068918b76 Date: 2017-03-13 13:17 +0100 http://bitbucket.org/cffi/cffi/changeset/5db068918b76/ Log:silence warnings diff --git a/testing/cffi1/test_recompiler.py b/testing/cffi1/test_recompiler.py --- a/testing/cffi1/test_recompiler.py +++ b/tes

[pypy-commit] cffi default: python 2.6 compat

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r2908:e4b182999315 Date: 2017-03-13 14:05 +0100 http://bitbucket.org/cffi/cffi/changeset/e4b182999315/ Log:python 2.6 compat diff --git a/testing/cffi0/backend_tests.py b/testing/cffi0/backend_tests.py --- a/testing/cffi0/backend_tests.py +++ b/testing/

[pypy-commit] stmgc c8-overheads-instrumentation: Correction to duration logging events

2017-03-13 Thread tobweber
Author: Tobias Weber Branch: c8-overheads-instrumentation Changeset: r2028:b59eb6c25bca Date: 2017-03-13 11:54 +0100 http://bitbucket.org/pypy/stmgc/changeset/b59eb6c25bca/ Log:Correction to duration logging events diff --git a/c8/stmgc.h b/c8/stmgc.h --- a/c8/stmgc.h +++ b/c8/stmgc.h @@ -57

[pypy-commit] stmgc c8-overheads-instrumentation: Add pause function to timing utility

2017-03-13 Thread tobweber
Author: Tobias Weber Branch: c8-overheads-instrumentation Changeset: r2029:4bb06ec721cd Date: 2017-03-13 12:29 +0100 http://bitbucket.org/pypy/stmgc/changeset/4bb06ec721cd/ Log:Add pause function to timing utility diff --git a/c8/stm/timing.h b/c8/stm/timing.h --- a/c8/stm/timing.h +++ b/c8/

[pypy-commit] stmgc c8-overheads-instrumentation: Instrument all contributors to transaction management overhead in an initial coarse grained manner

2017-03-13 Thread tobweber
Author: Tobias Weber Branch: c8-overheads-instrumentation Changeset: r2030:8ef2322269a5 Date: 2017-03-13 14:02 +0100 http://bitbucket.org/pypy/stmgc/changeset/8ef2322269a5/ Log:Instrument all contributors to transaction management overhead in an initial coarse grained manner diff --g

[pypy-commit] cffi default: skip on windows

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r2909:3bea1a98c958 Date: 2017-03-13 14:37 +0100 http://bitbucket.org/cffi/cffi/changeset/3bea1a98c958/ Log:skip on windows diff --git a/testing/cffi1/test_recompiler.py b/testing/cffi1/test_recompiler.py --- a/testing/cffi1/test_recompiler.py +++ b/test

[pypy-commit] pypy default: import cffi/3bea1a98c958

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90648:c98863bd0296 Date: 2017-03-13 14:40 +0100 http://bitbucket.org/pypy/pypy/changeset/c98863bd0296/ Log:import cffi/3bea1a98c958 diff --git a/pypy/module/test_lib_pypy/cffi_tests/cffi0/backend_tests.py b/pypy/module/test_lib_pypy/cffi_tests/cffi0/b

[pypy-commit] pypy py3.5: OS/X translation fix (with jit)

2017-03-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90649:45fabe7ba733 Date: 2017-03-13 14:46 +0100 http://bitbucket.org/pypy/pypy/changeset/45fabe7ba733/ Log:OS/X translation fix (with jit) diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/u

[pypy-commit] pypy default: include for InterlockedCompareExchange

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90650:b28294dd298f Date: 2017-03-13 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/b28294dd298f/ Log:include for InterlockedCompareExchange diff --git a/pypy/module/cpyext/src/pymem.c b/pypy/module/cpyext/src/pymem.c --- a/pypy/module/cpyext/src/

[pypy-commit] pypy py3.5: Merged in nanjekye/pypy/jumbo (pull request #528)

2017-03-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90661:f90ac97e3a04 Date: 2017-03-13 16:29 + http://bitbucket.org/pypy/pypy/changeset/f90ac97e3a04/ Log:Merged in nanjekye/pypy/jumbo (pull request #528) Pread/pwrite attribute on py3.5 diff --git a/pypy/module/posix/__init__.py b/pypy

[pypy-commit] pypy jumbo: while while retrying for pread

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90655:ec48d98c34a6 Date: 2017-03-03 16:07 +0300 http://bitbucket.org/pypy/pypy/changeset/ec48d98c34a6/ Log:while while retrying for pread diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/p

[pypy-commit] pypy jumbo: change offset to r_longlong

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90660:72708c9ace32 Date: 2017-03-13 16:24 + http://bitbucket.org/pypy/pypy/changeset/72708c9ace32/ Log:change offset to r_longlong diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posi

[pypy-commit] pypy jumbo: pwrite

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90652:41b02003b58e Date: 2017-03-02 18:26 +0300 http://bitbucket.org/pypy/pypy/changeset/41b02003b58e/ Log:pwrite diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -480,

[pypy-commit] pypy jumbo: removing extra space

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90654:f2823ce45778 Date: 2017-03-02 19:45 +0300 http://bitbucket.org/pypy/pypy/changeset/f2823ce45778/ Log:removing extra space diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rpos

[pypy-commit] pypy jumbo: merge conflict

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90657:1e6aa8fc49eb Date: 2017-03-08 15:07 +0300 http://bitbucket.org/pypy/pypy/changeset/1e6aa8fc49eb/ Log:merge conflict diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +++ b/lib-python/3/date

[pypy-commit] pypy jumbo: pwrite fix

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90653:14dc42986418 Date: 2017-03-02 19:36 +0300 http://bitbucket.org/pypy/pypy/changeset/14dc42986418/ Log:pwrite fix diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy jumbo: rposix tests for pread/pwrite

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90656:459d7473aca8 Date: 2017-03-08 12:37 +0300 http://bitbucket.org/pypy/pypy/changeset/459d7473aca8/ Log:rposix tests for pread/pwrite diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/po

[pypy-commit] pypy jumbo: pread/pwrite

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90651:9d0d9dcf4948 Date: 2017-03-02 17:37 +0300 http://bitbucket.org/pypy/pypy/changeset/9d0d9dcf4948/ Log:pread/pwrite diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/posix/__init__.py +++ b/pypy

[pypy-commit] pypy jumbo: no raise on pread

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90659:1be1c0a8fbcc Date: 2017-03-09 13:07 + http://bitbucket.org/pypy/pypy/changeset/1be1c0a8fbcc/ Log:no raise on pread diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_p

[pypy-commit] pypy jumbo: test_rposix.py merge conflict

2017-03-13 Thread nanjekye
Author: Joannah Nanjekye Branch: jumbo Changeset: r90658:c1fc19dc40c2 Date: 2017-03-08 13:34 + http://bitbucket.org/pypy/pypy/changeset/c1fc19dc40c2/ Log:test_rposix.py merge conflict diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py --- a/rpython/rlib/test

[pypy-commit] pypy default: Issue #2480: Test and fix for 'tp_bases'

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90662:1c56df677261 Date: 2017-03-13 17:34 +0100 http://bitbucket.org/pypy/pypy/changeset/1c56df677261/ Log:Issue #2480: Test and fix for 'tp_bases' diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --

[pypy-commit] pypy default: backport from f90ac97e3a04 the changes that go to rpython/

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90663:dd08f2c2fef2 Date: 2017-03-13 17:35 +0100 http://bitbucket.org/pypy/pypy/changeset/dd08f2c2fef2/ Log:backport from f90ac97e3a04 the changes that go to rpython/ diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix

[pypy-commit] pypy default: missing return values

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90664:b594a6c265f8 Date: 2017-03-13 17:55 +0100 http://bitbucket.org/pypy/pypy/changeset/b594a6c265f8/ Log:missing return values diff --git a/pypy/module/cpyext/src/pymem.c b/pypy/module/cpyext/src/pymem.c --- a/pypy/module/cpyext/src/pymem.c +++ b/pyp

[pypy-commit] pypy default: No, __thread doesn't work as we need it to, on OS/X

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90665:059c3a8c5232 Date: 2017-03-13 20:23 +0100 http://bitbucket.org/pypy/pypy/changeset/059c3a8c5232/ Log:No, __thread doesn't work as we need it to, on OS/X diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a

[pypy-commit] pypy default: try and fail to reproduce issue #2482

2017-03-13 Thread mattip
Author: Matti Picus Branch: Changeset: r90666:78cdbb114c7a Date: 2017-03-13 23:23 +0200 http://bitbucket.org/pypy/pypy/changeset/78cdbb114c7a/ Log:try and fail to reproduce issue #2482 diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py ---

[pypy-commit] pypy default: pom pom pom still trying

2017-03-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r90667:24e72d1a2755 Date: 2017-03-14 07:55 +0100 http://bitbucket.org/pypy/pypy/changeset/24e72d1a2755/ Log:pom pom pom still trying diff --git a/pypy/module/cpyext/src/pymem.c b/pypy/module/cpyext/src/pymem.c --- a/pypy/module/cpyext/src/pymem.c +++ b/