Remove hacky 3.x offset address arithmetic

This commit is contained in:
rocky
2018-03-26 14:50:17 -04:00
parent 75245ba38c
commit c5f8bbf32d
2 changed files with 16 additions and 8 deletions

View File

@@ -175,6 +175,12 @@ grammar-coverage-3.5:
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-35.cover $(PYTHON) test_pythonlib.py --bytecode-3.5
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-35.cover $(PYTHON) test_pyenvlib.py --3.5.5 --max=800
#: Get grammar coverage for Python 3.6
grammar-coverage-3.5:
rm $(COVER_DIR)/spark-grammar-36.cover || /bin/true
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-36.cover $(PYTHON) test_pythonlib.py --bytecode-3.6
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-36.cover $(PYTHON) test_pyenvlib.py --3.6.4 --max=800
#: Check deparsing Python 2.6
check-bytecode-2.6:
$(PYTHON) test_pythonlib.py --bytecode-2.6 --weak-verify