Tidy a little bit

This commit is contained in:
rocky
2015-12-16 01:52:11 -05:00
parent 8c94acfca0
commit 9fecb48744
14 changed files with 74 additions and 36 deletions

View File

@@ -16,6 +16,10 @@ check: check-short check-2.7-ok
## This leads me to believe the problem is an
## initialization bug?
#: Check deparsing only, but from a different Python version
check-disasm:
$(PYTHON) dis-compare.py
#: Check deparsing only, but from a different Python version
check-bytecode:
$(PYTHON) test_pythonlib.py --bytecode-2.5

BIN
test/bytecode_2.7/if.pyc Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -55,8 +55,10 @@ tests['2.5'] = tests['2.3']
tests['2.6'] = tests['2.5']
# tests['2.7'] = ['mine'] + tests['2.6']
tests['2.7'] = [
'source_3.4/call_arguments/keyword',
'source_3.4/call_arguments/positional'
'source_3.4/branching/ifelse',
'source_3.4/branching/if'
# 'source_3.4/call_arguments/keyword',
# 'source_3.4/call_arguments/positional'
]
tests['3.4'] = [