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

2019-07-14 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97002:3086088b38f5 Date: 2019-07-14 18:33 +0100 http://bitbucket.org/pypy/pypy/changeset/3086088b38f5/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py ---

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

2019-07-14 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97001:f4f950bdca7d Date: 2019-07-14 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/f4f950bdca7d/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

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

2019-07-14 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97000:f234e7d2 Date: 2019-07-14 17:59 +0100 http://bitbucket.org/pypy/pypy/changeset/f234e7d2/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

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

2019-07-14 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96999:57c274368925 Date: 2019-07-14 17:52 +0100 http://bitbucket.org/pypy/pypy/changeset/57c274368925/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

[pypy-commit] pypy py3.6: Write down the result of investigating this failure

2019-07-14 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96998:41876ed51727 Date: 2019-07-14 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/41876ed51727/ Log:Write down the result of investigating this failure diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy py3.6: Use uniformly the technique of @jit.elidable on a family of unicode

2019-07-14 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96997:6601328a5b4a Date: 2019-07-14 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/6601328a5b4a/ Log:Use uniformly the technique of @jit.elidable on a family of unicode methods. Fixes one test in test_pypy_c diff --git

[pypy-commit] pypy default: fix test_unicode_outofrange in case itemsize == 2

2019-07-14 Thread joac...@bitbucket.org
Author: joachim-ballm...@bitbucket.org Branch: Changeset: r96996:961477b88452 Date: 2019-07-14 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/961477b88452/ Log:fix test_unicode_outofrange in case itemsize == 2 diff --git a/pypy/module/array/test/test_array.py

[pypy-commit] pypy bpo-35409: Make sure the athrow coroutine of an asynchronous generator gets

2019-07-14 Thread vxgmichel
Author: Vincent Michel Branch: bpo-35409 Changeset: r96994:3c32e9b24388 Date: 2019-07-14 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3c32e9b24388/ Log:Make sure the athrow coroutine of an asynchronous generator gets closed when the underlying generator raises an exception

[pypy-commit] pypy bpo-35409: Ignore GeneratorExit when throwing into the aclose coroutine of an asynchronous generator

2019-07-14 Thread vxgmichel
Author: Vincent Michel Branch: bpo-35409 Changeset: r96993:f29b8a6e72dd Date: 2019-07-13 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/f29b8a6e72dd/ Log:Ignore GeneratorExit when throwing into the aclose coroutine of an asynchronous generator Related issues and pull

[pypy-commit] pypy py3.6: Merged in vxgmichel/pypy/bpo-35409 (pull request #655)

2019-07-14 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96995:0c8150a9aba8 Date: 2019-07-14 12:13 + http://bitbucket.org/pypy/pypy/changeset/0c8150a9aba8/ Log:Merged in vxgmichel/pypy/bpo-35409 (pull request #655) Ignore GeneratorExit when throwing into the aclose coroutine of an

[pypy-commit] pypy default: Clean up uses of pytest.raises()

2019-07-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96992:519a04c0f373 Date: 2019-07-14 12:50 +0200 http://bitbucket.org/pypy/pypy/changeset/519a04c0f373/ Log:Clean up uses of pytest.raises() diff --git a/rpython/rlib/test/test_rbigint.py b/rpython/rlib/test/test_rbigint.py ---

[pypy-commit] pypy fix_test_unicode_outofrange: fix test_unicode_outofrange in case itemsize == 2

2019-07-14 Thread joac...@bitbucket.org
Author: joachim-ballm...@bitbucket.org Branch: fix_test_unicode_outofrange Changeset: r96990:35c679b16018 Date: 2019-07-14 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/35c679b16018/ Log:fix test_unicode_outofrange in case itemsize == 2 diff --git

[pypy-commit] pypy py3.6: Merged in joachim-ballmann/pypy/fix_test_unicode_outofrange (pull request #656)

2019-07-14 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r96991:167742e47bab Date: 2019-07-14 10:56 + http://bitbucket.org/pypy/pypy/changeset/167742e47bab/ Log:Merged in joachim-ballmann/pypy/fix_test_unicode_outofrange (pull request #656) Fix test_unicode_outofrange diff --git

[pypy-commit] pypy arm64: oops

2019-07-14 Thread fijal
Author: fijal Branch: arm64 Changeset: r96989:38b3537f3c3f Date: 2019-07-14 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/38b3537f3c3f/ Log:oops diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py ---

[pypy-commit] pypy default: Fix the test and the implementation of gcd_binary()

2019-07-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r96988:c79c569bdd04 Date: 2019-07-14 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c79c569bdd04/ Log:Fix the test and the implementation of gcd_binary() diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py

[pypy-commit] pypy py3.6: fix translation

2019-07-14 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r96987:1131d56115b8 Date: 2019-07-14 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1131d56115b8/ Log:fix translation diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions/interp_exceptions.py ---

[pypy-commit] pypy default: Merged in jesdi/pypy/fix-test-vmprof-closed-file (pull request #654)

2019-07-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96986:a9166640dc56 Date: 2019-07-14 08:13 + http://bitbucket.org/pypy/pypy/changeset/a9166640dc56/ Log:Merged in jesdi/pypy/fix-test-vmprof-closed-file (pull request #654) Fix test reading file not open. diff --git

[pypy-commit] pypy fix_darwin_list_dir_test: Fix test_list_dir_unicode on macOS utf-8 encoded systems

2019-07-14 Thread ivan257
Author: Ivan Branch: fix_darwin_list_dir_test Changeset: r96983:d1ec1e6fa480 Date: 2019-07-13 17:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d1ec1e6fa480/ Log:Fix test_list_dir_unicode on macOS utf-8 encoded systems diff --git a/pypy/module/posix/test/test_posix2.py

[pypy-commit] pypy default: Merged in ivan257/pypy/fix_darwin_list_dir_test (pull request #653)

2019-07-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r96984:4e0d2e9d1e7d Date: 2019-07-14 08:11 + http://bitbucket.org/pypy/pypy/changeset/4e0d2e9d1e7d/ Log:Merged in ivan257/pypy/fix_darwin_list_dir_test (pull request #653) Fix test_list_dir_unicode on macOS utf-8 encoded systems diff --git

[pypy-commit] pypy fix-test-vmprof-closed-file: Fix test. Open file for reading

2019-07-14 Thread jesdi
Author: Jesdi Branch: fix-test-vmprof-closed-file Changeset: r96985:ea52b93b8671 Date: 2019-07-13 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/ea52b93b8671/ Log:Fix test. Open file for reading diff --git a/pypy/module/_vmprof/test/test__vmprof.py

[pypy-commit] pypy arm64: remove small constant and use BL instead of B

2019-07-14 Thread fijal
Author: fijal Branch: arm64 Changeset: r96982:79faaac359a0 Date: 2019-07-14 09:39 +0200 http://bitbucket.org/pypy/pypy/changeset/79faaac359a0/ Log:remove small constant and use BL instead of B diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py