From de47bcbe905a80cf433076bc1dc7e3512cbe838b Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Sat, 20 Apr 2013 00:29:14 -0700 Subject: Added testcases file. Some fixes to test generator for dealing with indexed mode with base and index reg the same. Added support for blastem headless mode in test runner. --- comparetests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comparetests.py') diff --git a/comparetests.py b/comparetests.py index 40647c5..a8b7490 100755 --- a/comparetests.py +++ b/comparetests.py @@ -5,10 +5,10 @@ from sys import exit for path in glob('generated_tests/*.bin'): try: - b = subprocess.check_output(['./blastem', path]) + b = subprocess.check_output(['./blastem', path, '-v']) try: m = subprocess.check_output(['musashi/mustrans', path]) - _,_,b = b.partition('\n') + #_,_,b = b.partition('\n') if b != m: print '-----------------------------' print 'Mismatch in ' + path -- cgit v1.2.3