[pypy-commit] pypy py3.5: add externals/bin to PATH so tests pick up correct dlls

2018-02-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93831:b0c75af579f5 Date: 2018-02-19 21:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b0c75af579f5/ Log:add externals/bin to PATH so tests pick up correct dlls diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/

[pypy-commit] pypy py3.5: test, fix for compiling main.c, wmain.c if using precompiled headers

2018-02-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93830:f3013f4a60ea Date: 2018-02-19 19:13 +0200 http://bitbucket.org/pypy/pypy/changeset/f3013f4a60ea/ Log:test, fix for compiling main.c, wmain.c if using precompiled headers diff --git a/rpython/translator/platform/test/test_makefile.py b/rpyt

[pypy-commit] pypy py3.5: fix test

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93832:5e9a14e1be53 Date: 2018-02-19 19:33 + http://bitbucket.org/pypy/pypy/changeset/5e9a14e1be53/ Log:fix test diff --git a/pypy/module/cpyext/test/test_longobject.py b/pypy/module/cpyext/test/test_longobject.py --- a/pypy/module/cpyext/test

[pypy-commit] pypy py3.5: Fix test (os.environ != posix.environ)

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93833:f7cdc20cd320 Date: 2018-02-19 20:22 + http://bitbucket.org/pypy/pypy/changeset/f7cdc20cd320/ Log:Fix test (os.environ != posix.environ) diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pyp

[pypy-commit] pypy winapi: close branch to be merged

2018-02-19 Thread mattip
Author: Matti Picus Branch: winapi Changeset: r93834:bc3564c15ff9 Date: 2018-02-19 23:16 -0500 http://bitbucket.org/pypy/pypy/changeset/bc3564c15ff9/ Log:close branch to be merged ___ pypy-commit mailing list [email protected] https://mail.pyt

[pypy-commit] pypy py3.5: merge winapi which modernizes _winapi and _pypy_winbase_cffi

2018-02-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93835:4cf12d2f65d9 Date: 2018-02-19 23:21 -0500 http://bitbucket.org/pypy/pypy/changeset/4cf12d2f65d9/ Log:merge winapi which modernizes _winapi and _pypy_winbase_cffi diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py

[pypy-commit] pypy py3.5: revert 5a84b83fffbe, breaks finding vs2017

2018-02-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93836:82a463d6b79a Date: 2018-02-19 23:41 -0500 http://bitbucket.org/pypy/pypy/changeset/82a463d6b79a/ Log:revert 5a84b83fffbe, breaks finding vs2017 diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --

[pypy-commit] pypy default: Move pyrepl tests to extra_tests/

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93837:87d144ad39a4 Date: 2018-02-20 02:39 + http://bitbucket.org/pypy/pypy/changeset/87d144ad39a4/ Log:Move pyrepl tests to extra_tests/ diff --git a/pypy/module/test_lib_pypy/pyrepl/__init__.py b/extra_tests/test_pyrepl/__init__.py rename from py

[pypy-commit] pypy default: Update pytest fixture syntax

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93838:518bdb4a094d Date: 2018-02-20 02:46 + http://bitbucket.org/pypy/pypy/changeset/518bdb4a094d/ Log:Update pytest fixture syntax diff --git a/extra_tests/test_pyrepl/test_functional.py b/extra_tests/test_pyrepl/test_functional.py --- a/extra_te

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

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93839:dd3b9bfab6a0 Date: 2018-02-20 02:47 + http://bitbucket.org/pypy/pypy/changeset/dd3b9bfab6a0/ Log:hg merge default diff --git a/pypy/module/test_lib_pypy/pyrepl/__init__.py b/extra_tests/test_pyrepl/__init__.py rename from pypy/module/te

[pypy-commit] pypy py3.5: fix tests

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93840:a5f69bc67c34 Date: 2018-02-20 03:10 + http://bitbucket.org/pypy/pypy/changeset/a5f69bc67c34/ Log:fix tests diff --git a/pypy/module/thread/test/test_local.py b/pypy/module/thread/test/test_local.py --- a/pypy/module/thread/test/test_loc

[pypy-commit] cffi default: silence a gcc warning shown in some (recent?) versions of gcc

2018-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r3101:8c670d218355 Date: 2018-02-20 07:37 +0100 http://bitbucket.org/cffi/cffi/changeset/8c670d218355/ Log:silence a gcc warning shown in some (recent?) versions of gcc diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_