Start 3.4 library verify tests

This commit is contained in:
rocky
2016-01-02 16:48:59 -05:00
parent 66739752d8
commit bc2a36b9f7
6 changed files with 120 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ check-3.3: check-bytecode
check-3.5: check-bytecode
#: Run working tests from Python 3.4
check-3.4: check-bytecode check-2.7-ok
check-3.4: check-bytecode check-3.4-ok check-2.7-ok
$(PYTHON) test_pythonlib.py --bytecode-3.4 --verify $(COMPILE)
#: Check deparsing only, but from a different Python version
@@ -78,6 +78,10 @@ check-native-short:
check-2.7-ok:
$(PYTHON) test_pythonlib.py --ok-2.7 --verify $(COMPILE)
#: Run longer Python 2.7's lib files known to be okay
check-3.4-ok:
$(PYTHON) test_pythonlib.py --ok-3.4 --verify $(COMPILE)
clean: clean-py-dis clean-dis clean-unverified
clean-dis: