summaryrefslogtreecommitdiff
path: root/comparetests.py
AgeCommit message (Collapse)Author
2014-03-03Make some small changes in trans so that it is more likely to produce the ↵Michael Pavone
same output as mustrans when given misbehaving programs. Add lea to testcases.txt. Improve the output of comparetest.py so that known issues can easily be separated from new ones.
2013-07-16Fix 68K test harnessMike Pavone
2013-04-21Added testcases for move and roxl/roxr. Made some small improvements to test ↵Mike Pavone
tools.
2013-04-20Add support for picking random numbers in a larger range in test generator. ↵Mike Pavone
Add support for running a subset of tests in runner. Added testcases for bit and rotate instructions.
2013-04-20Added testcases file. Some fixes to test generator for dealing with indexed ↵Mike Pavone
mode with base and index reg the same. Added support for blastem headless mode in test runner.
2013-04-19Add test generator, builder and runnerMike Pavone