aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
ceasetest2Check basic debugging still works in CeaseMultiTim Newsome20 months
debugAdd debug statement.Tim Newsome4 years
debug_disassembledebug: On failure, disassemble close instructions.Tim Newsome22 months
disable_unavailabledebug: Disable Unavailable tests.Tim Newsome9 months
masterdebug: update lds to merge more section (#573)Mark Zhuang8 hours
miscMake newer version of pylint happy.Tim Newsome5 years
python3Move to Python 3.Tim Newsome5 years
riscv-tests-sailremoved the env/ directory, which was a submodule dir. replaced at a higher l...William McSpaddden2 months
tmptmpAndrew Waterman5 years
trigger_priorityRemove ineffective tests.Tim Newsome2 years
[...]
 
 
AgeCommit messageAuthorFilesLines
2020-03-05Add debug statement.debugTim Newsome1-0/+1
2020-03-05Clean up gdb parsing code. (#247)Tim Newsome1-42/+32
2020-03-05Add a simple mechanism to skip tests on targets. (#251)Tim Newsome2-1/+9
2020-03-02enable rv32e compatability by replacing reg x29 with reg x7 (#250)Cedric Orban1-12/+12
2020-02-27bump envAndrew Waterman1-10/+5
2020-02-21scall: make the intention of the test in machine mode more clear (#246)Nils Asmussen1-1/+6
2020-02-20Fix rv64mi-p-csr on systems with FPUsAndrew Waterman1-2/+3
2020-02-14Add tests for vector register access (#244)Tim Newsome5-34/+137
2020-02-11Generate very different values on different harts. (#238)Tim Newsome2-4/+5
2020-02-11Run OpenOCD output through spike-dasm. (#239)Tim Newsome1-3/+9
[...]