From cda0154594d5ead8da2b8c1da9e073ff59b6a59d Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 12 Nov 2019 23:33:36 -0500 Subject: [PATCH] Pypy 3.6.9 tolerance --- Makefile | 6 +++++- test/Makefile | 8 +++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 65665b94..9a0dd4cc 100644 --- a/Makefile +++ b/Makefile @@ -47,10 +47,14 @@ check-3.8: # Skip for now 2.6 5.0 5.3 5.6 5.8: -#:PyPy pypy3-2.4.0 Python 3: +#:PyPy pypy3-2.4.0 Python 3.6.1: 7.1 pypy-3.2 2.4: $(MAKE) -C test $@ +#:PyPy pypy3-2.4.0 Python 3.6.9: +7.2: + $(MAKE) -C test $@ + #: Run py.test tests pytest: $(MAKE) -C pytest check diff --git a/test/Makefile b/test/Makefile index 30f1ccb2..598154cb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -332,12 +332,18 @@ pypy-2.7 5.0 5.3 6.0: pypy-3.2 2.4: $(PYTHON) test_pythonlib.py --bytecode-pypy3.2 --verify -#: PyPy 5.0.x with Python 3.6 ... +#: PyPy 5.0.x with Python 3.6.1 ... check-bytecode-pypy3.6: 7.1 7.1: $(PYTHON) test_pythonlib.py --bytecode-pypy3.6-run --verify-run $(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: + $(PYTHON) test_pythonlib.py --bytecode-pypy3.6-run --verify-run + $(PYTHON) test_pythonlib.py --bytecode-pypy3.6 --verify + clean: clean-py-dis clean-dis clean-unverified