Armin Rigo pushed to branch branch/py3.6 at PyPy / pypy


Commits:
c510b896 by Ronan Lamy at 2020-07-21T18:07:56+01:00
Fix skipping of backend-specific jit tests to not crash test collection on the 
other platforms

- - - - -
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

- - - - -
22ecb4a9 by Armin Rigo at 2020-07-22T15:36:04+02:00
hg merge default

--HG--
branch : py3.6

- - - - -


5 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/ppc/test/conftest.py
- rpython/jit/backend/zarch/test/conftest.py


View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/bc611d5143205f41ed7007c2e7365f7b46cbe665...22ecb4a932dc116087290626a33121ed1661ee19

-- 
View it on GitLab: 
https://foss.heptapod.net/pypy/pypy/-/compare/bc611d5143205f41ed7007c2e7365f7b46cbe665...22ecb4a932dc116087290626a33121ed1661ee19
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

Reply via email to