aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
ceasetest2Check basic debugging still works in CeaseMultiTim Newsome21 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
masterRemove `debug/test` binary file (#574)Evgeniy Naydanov8 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 McSpaddden3 months
tmptmpAndrew Waterman5 years
trigger_priorityRemove ineffective tests.Tim Newsome2 years
[...]
 
 
AgeCommit messageAuthorFilesLines
2017-08-22Increased GDB timeoutsattempt-travis-fixGleb Gagarin2-2/+2
2017-08-16Merge pull request #67 from riscv/sfence_vmaPalmer Dabbelt2-6/+9
2017-08-16Inform GCC that "sfence.vma" clobbers memoryPalmer Dabbelt2-6/+9
2017-08-14Put logfile code back so everything works again.Tim Newsome2-4/+5
2017-08-14Merge pull request #66 from riscv/debug_user_nicenessMegan Wachs2-6/+14
2017-08-14debug: clean up Temporary Log File messagesMegan Wachs1-2/+2
2017-08-14debug: Avoid None type errorMegan Wachs1-1/+1
2017-08-14debug: Revert change to print backtrace, as that is actually already printedMegan Wachs1-2/+0
2017-08-14debug: Allow OpenOCD startup timeout to be specified. Print out path to log f...Megan Wachs2-5/+13
2017-08-14When a test fails with exception, actually print out the reason why.Megan Wachs1-0/+2
[...]