summaryrefslogtreecommitdiff
path: root/testcases.txt
AgeCommit message (Collapse)Author
2014-12-27Uncomment 68000 testcasesMichael Pavone
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-17Add a bunch of 68K test cases for single operand instructionsMike Pavone
2013-07-16Add support for single operand instructions to 68K test generatorMike Pavone
2013-05-13Added more 68K test casesMike Pavone
2013-05-12Fixed decoding of CHK destinationMike Pavone
2013-04-21Added test cases for divs/divu and added divide by zero handler to test ↵Mike Pavone
generator
2013-04-21Added testcases for move and roxl/roxr. Made some small improvements to test ↵Mike Pavone
tools.
2013-04-20Added testcases for muls, mulu, abcd and sbcdMike Pavone
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.