[pypy-commit] [Git][pypy/pypy][branch/default] fix bogus tests: always pass utf-8 encoded unicode strings, not the unicode type

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: f1039fad by Carl Friedrich Bolz-Tereick at 2022-08-23T09:16:54+02:00 fix bogus tests: always pass utf-8 encoded unicode strings, not the unicode type - - - - - 1 changed file: - rpython/rlib/rsre/test/test_s

[pypy-commit] [Git][pypy/pypy][branch/default] disable assert that fails on pypy2 (not worth fixing pypy2, it's a cpy2 bug that was fixed on cpy3)

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 79d4a83f by Carl Friedrich Bolz-Tereick at 2022-08-23T09:31:59+02:00 disable assert that fails on pypy2 (not worth fixing pypy2, it's a cpy2 bug that was fixed on cpy3) - - - - - 1 changed file: - rpython/r

[pypy-commit] [Git][pypy/pypy][branch/default] 3 commits: #3148: disable JIT via env var

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: f112d5d5 by Alessandro Ogier at 2022-08-22T13:12:57+02:00 #3148: disable JIT via env var --HG-- branch : 3148-disable-jit-via-envvar-default - - - - - f5cd3df0 by Alessandro Ogier at 2022-08-22T14:13:56+02:00

[pypy-commit] [Git][pypy/pypy][branch/default] store the jit options into options, to make them testable without monkeypatching

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: e77ab165 by Carl Friedrich Bolz-Tereick at 2022-08-23T16:48:12+02:00 store the jit options into options, to make them testable without monkeypatching - - - - - 2 changed files: - pypy/interpreter/app_main.py

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 10 commits: change regex to detect 10 or more CPUs for "make -j"

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 72ee5689 by Matti Picus at 2022-08-19T09:56:12+03:00 change regex to detect 10 or more CPUs for "make -j" - - - - - f112d5d5 by Alessandro Ogier at 2022-08-22T13:12:57+02:00 #3148: disable JIT via env var --HG--

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: add the env var variant too

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 2e56325b by Carl Friedrich Bolz-Tereick at 2022-08-23T17:14:39+02:00 add the env var variant too - - - - - 11cb5cc0 by Carl Friedrich Bolz-Tereick at 2022-08-23T17:16:32+02:00 merge default --HG-- branch : py3.8

[pypy-commit] [Git][pypy/pypy][branch/default] add the env var variant too

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 2e56325b by Carl Friedrich Bolz-Tereick at 2022-08-23T17:14:39+02:00 add the env var variant too - - - - - 1 changed file: - pypy/interpreter/test/test_app_main.py View it on Heptapod: https://foss.heptap

[pypy-commit] [Git][pypy/pypy][branch/list-unrolling-bugs-3781] fix test_cffi_init_struct_with_list with slighly annoying code, see comment

2022-08-23 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/list-unrolling-bugs-3781 at PyPy / pypy Commits: ac5c6bce by Carl Friedrich Bolz-Tereick at 2022-08-23T18:01:39+02:00 fix test_cffi_init_struct_with_list with slighly annoying code, see comment --HG-- branch : list-unrolling-bugs-3781 - - -