aboutsummaryrefslogtreecommitdiff
path: root/tests/testlib.py
AgeCommit message (Collapse)AuthorFilesLines
2016-05-23Write test for downloading a mostly random programTim Newsome1-25/+32
It passes, but it's slow.
2016-05-23Force gdb to not print entry values.Tim Newsome1-0/+2
All of a sudden gdb decided to start printing them, which messed up the breakpoint test. It would only print them in the test, not if I manually ran the same commands. I'm sure it's my fault somehow, but this should keep things consistent in the future.
2016-05-23mprv test now breaks like it's supposed to.Tim Newsome1-6/+14
2016-05-23Halt when gdb user hits ^C.Tim Newsome1-0/+11
2016-05-23Test ebreak without gdb.Tim Newsome1-6/+16
Currently this test fails.
2016-05-23Add --gdb-portTim Newsome1-2/+14
It's necessary to be able to run multiple spikes at once on the same box.
2016-05-23Do a better job checking CSR functionality.Tim Newsome1-1/+1
2016-05-23Update regnum handling to match gdb CSR changes.Tim Newsome1-0/+8
2016-05-23Implement register writes.Tim Newsome1-2/+12
2016-05-23Properly clean up spike.Tim Newsome1-1/+1
2016-05-23Implement reading of CSRs.Tim Newsome1-0/+2
2016-05-23Add some tests that pass and test something.Tim Newsome1-0/+46