Pypy 3.6.9 tolerance

This commit is contained in:
rocky
2019-11-12 23:33:36 -05:00
parent d852f23962
commit cda0154594
2 changed files with 12 additions and 2 deletions

View File

@@ -47,10 +47,14 @@ check-3.8:
# Skip for now # Skip for now
2.6 5.0 5.3 5.6 5.8: 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: 7.1 pypy-3.2 2.4:
$(MAKE) -C test $@ $(MAKE) -C test $@
#:PyPy pypy3-2.4.0 Python 3.6.9:
7.2:
$(MAKE) -C test $@
#: Run py.test tests #: Run py.test tests
pytest: pytest:
$(MAKE) -C pytest check $(MAKE) -C pytest check

View File

@@ -332,12 +332,18 @@ pypy-2.7 5.0 5.3 6.0:
pypy-3.2 2.4: pypy-3.2 2.4:
$(PYTHON) test_pythonlib.py --bytecode-pypy3.2 --verify $(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 check-bytecode-pypy3.6: 7.1
7.1: 7.1:
$(PYTHON) test_pythonlib.py --bytecode-pypy3.6-run --verify-run $(PYTHON) test_pythonlib.py --bytecode-pypy3.6-run --verify-run
$(PYTHON) test_pythonlib.py --bytecode-pypy3.6 --verify $(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 clean: clean-py-dis clean-dis clean-unverified