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 Newsome8 months
masterrsort.c description updated to Radix Sort instead of Quicksort (#572)Büşra Özdemir6 days
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 McSpaddden8 weeks
tmptmpAndrew Waterman5 years
trigger_priorityRemove ineffective tests.Tim Newsome2 years
[...]
 
 
AgeCommit messageAuthorFilesLines
6 daysrsort.c description updated to Radix Sort instead of Quicksort (#572)HEADmasterBüşra Özdemir1-2/+2
2024-07-02README: add link to toolchain (#569)Daniel Maslowski1-1/+2
2024-06-27Change DTM IDCODE from SiFive HiFive1's 0x10e31913 to Spike's 0xdeadbeef (#565)Tommy Murphy4-5/+5
2024-06-27Merge pull request #561 from TommyMurphyTM1234/fix-list-testsAnatoly Parshintsev2-10/+11
2024-06-24Use Zvl/Zve to communicate VLEN/ELEN to target in debug tests (#567)Jerry Zhao2-2/+3
2024-06-13If ABI not already passed in then parameterize it based on selected XLEN (#566)Tommy Murphy1-1/+8
2024-06-06Fix pylint issues with previous commit changesTommy Murphy1-3/+2
2024-06-06Move PRNG seed generation/logging from gdbserver.py:main() into testlib.py:ru...Tommy Murphy2-11/+11
2024-06-06Suppress 'PRNG seed ...' log messages when --list-tests is specified; see htt...Tommy Murphy1-2/+4
2024-05-31Merge pull request #557 from en-sc/en-sc/manual-hwbpEvgeniy Naydanov1-3/+19
[...]