summaryrefslogtreecommitdiff
path: root/src/test/mips
AgeCommit message (Collapse)Author
2018-08-01Remove old test directory in src/testAlasdair Armstrong
2017-01-27failing test with c128Robert Norton
2016-06-07add a test for failing TLB translation during instruction fetch.Robert Norton
2016-06-06remove mips test elf files no longer expected to work due to having ↵Robert Norton
incorrect LMA values (since sail interpreter now translates PC addresses).
2016-06-06add test for failing tlb translation using current sail.Robert Norton
2016-06-03Add test demonstrating recently introduced regression where tlb match fail.Robert Norton
2016-05-09commit test which fails due to not writing C31.offset in TranslateAddress.Robert Norton
2016-04-13add failing test from cheri test suite.Robert Norton
2016-03-09add elf file with capability instructionsRobert Norton
2016-02-03add example of elf file which fails to load due to linksem error: ↵Robert Norton
get_elf64_global_symbol_init: invariant failed, global variable appears in multiple segments
2016-01-29mips.sail: it turns out that all sail comparisons are signed contrary to ↵Robert Norton
manual so emulate unsigned comparisons by prepending a zero bit, as in mips spec.
2016-01-28Add test for sltu. Fixed decode function which was returning wrong ast node ↵Robert Norton
but test still does not pass, apparently because sail is doing signed comparison for <
2016-01-28add test exposing problem with ddiv.Robert Norton
2016-01-26Add example of test which dies whilst trying to throw exception.Robert Norton
2016-01-26add example of mips test which fails with first instruction (jal)Robert Norton
2016-01-22add some test elf files for mips (pinched from cheri test suite).Robert Norton