[pypy-commit] pypy default: adjust test for systems with limited threads

2019-09-27 Thread mattip
Author: Matti Picus Branch: Changeset: r97624:000e74685f0b Date: 2019-09-27 12:17 +0300 http://bitbucket.org/pypy/pypy/changeset/000e74685f0b/ Log:adjust test for systems with limited threads diff --git a/extra_tests/test_semlock.py b/extra_tests/test_semlock.py --- a/extra_tests/test_semlo

[pypy-commit] pypy default: update JIT test and file encoding

2019-09-27 Thread mattip
Author: Matti Picus Branch: Changeset: r97623:028812d11211 Date: 2019-09-27 12:04 +0300 http://bitbucket.org/pypy/pypy/changeset/028812d11211/ Log:update JIT test and file encoding diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/