Ronan Lamy pushed to branch branch/assert-rewrite at PyPy / pypy
Commits: 51a0030d by Ronan Lamy at 2020-07-21T21:22:42+01:00 Add different way of skipping for when pytest is called on a single file (sadness) - - - - - 2119d0af by Armin Rigo at 2020-07-22T15:30:37+02:00 Issue #3188: need FORBID_TEMP_BOXES on aarch64, like on arm32 Otherwise there is no guarantee that calling make_sure_var_in_reg() twice, with [const, box] respectively, will work: it will allocate a temporary register and load it with the value of 'const', but then the second call might spill this same register. - - - - - cb6af5dc by Armin Rigo at 2020-07-22T15:34:32+02:00 Goes with the previous check-in. See a243e4e0b21c - - - - - 9dcbea56 by Ronan Lamy at 2020-07-22T22:03:44+01:00 more assert fixes --HG-- branch : assert-rewrite - - - - - c749af5a by Ronan Lamy at 2020-07-22T22:03:58+01:00 hg merge default --HG-- branch : assert-rewrite - - - - - 14 changed files: - rpython/jit/backend/aarch64/regalloc.py - rpython/jit/backend/aarch64/test/conftest.py - rpython/jit/backend/arm/test/conftest.py - rpython/jit/backend/zarch/test/conftest.py - rpython/rlib/parsing/test/test_translate.py - rpython/rlib/rsre/test/test_zinterp.py - rpython/rlib/rvmprof/test/test_rvmprof.py - rpython/rlib/test/test_debug.py - rpython/rlib/test/test_jit.py - rpython/rlib/test/test_longlong2float.py - rpython/rlib/test/test_objectmodel.py - rpython/rlib/test/test_rawrefcount.py - rpython/rlib/test/test_rerased.py - rpython/rlib/test/test_rfile.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/190ede5c656de00a87add7dce5640697925339f6...c749af5a34db8b9f55571c6e9d64282b9e250b3b -- View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/190ede5c656de00a87add7dce5640697925339f6...c749af5a34db8b9f55571c6e9d64282b9e250b3b You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit