--weak-verify on 3.3 with inclusion of last commit

Note that the result is sematically equivalent, so it is is correct.
This commit is contained in:
rocky
2017-05-07 09:13:50 -04:00
parent 605721c995
commit e10e184eda

View File

@@ -35,7 +35,7 @@ check-3.2: check-bytecode
#: Run working tests from Python 3.3
check-3.3: check-bytecode
$(PYTHON) test_pythonlib.py --bytecode-3.3 --verify $(COMPILE)
$(PYTHON) test_pythonlib.py --bytecode-3.3 --weak-verify $(COMPILE)
#: Run working tests from Python 3.4
check-3.4: check-bytecode check-3.4-ok check-2.7-ok