From b030a5ac2bf5283f86dc938a0062d93786d5d09d Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 28 Mar 2020 19:53:07 -0400 Subject: [PATCH] pypy 3.6 7.3.0 tolerance... more work is need on the tests though --- test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index b95180a3..3ff154a6 100644 --- a/test/Makefile +++ b/test/Makefile @@ -78,7 +78,7 @@ check-3.8: check-bytecode $(PYTHON) test_pythonlib.py --bytecode-3.8 --syntax-verify $(COMPILE) # FIXME -#: this is called when running under pypy3.5-5.8.0 or pypy2-5.6.0 +#: this is called when running under pypy3.5-5.8.0, pypy2-5.6.0, or pypy3.6-7.3.0 5.8 5.6: #: Check deparsing only, but from a different Python version @@ -339,8 +339,8 @@ check-bytecode-pypy3.6: 7.1 $(PYTHON) test_pythonlib.py --bytecode-pypy3.6 --verify #: PyPy 5.0.x with Python 3.6.9 -check-bytecode-pypy3.6: 7.2 -7.2: +check-bytecode-pypy3.6: 7.2 7.3 +7.3 7.2: $(PYTHON) test_pythonlib.py --bytecode-pypy3.6-run --verify-run $(PYTHON) test_pythonlib.py --bytecode-pypy3.6 --verify