1. Nov 30, 2022
  2. Nov 11, 2022
  3. Nov 05, 2022
    • Tim Newsome's avatar
      Make MulticoreRegTest work with real hardware. · 0d690752
      Tim Newsome authored
      It would fail intermittently. We can't guarantee all harts resume
      simultaneously. When we let multiple harts run to a breakpoint at the
      end of the same loop, one is likely to get there first, and the second
      won't make it.
      
      To avoid this problem, run for a short amount of time instead of to a
      breakpoint.
      0d690752
  4. Nov 04, 2022
  5. Oct 27, 2022
  6. Oct 25, 2022
    • Tim Newsome's avatar
      Increase timeouts for multi-spike test. (#423) · fb8ab0e8
      Tim Newsome authored
      Between October 13 and October 19, something happened that makes the
      multi-spike tests 4 times slower. Rolling back spike, OpenOCD, or
      riscv-tests doesn't affect this. Presumably it's due to a kernel or
      python change in my Ubuntu system.
      
      I don't have time to look at this right now, so just increase the timeouts. :-(
      
      If I had to guess, there could be a bug in rbb_daisychain.py that wastes
      a lot of time.
      fb8ab0e8
  7. Oct 22, 2022
  8. Oct 21, 2022
  9. Oct 13, 2022
  10. Oct 11, 2022
  11. Oct 08, 2022
  12. Oct 07, 2022
  13. Oct 06, 2022
    • YenHaoChen's avatar
      Update testlib.py; remove ANSI escape sequences · 9c963737
      YenHaoChen authored
      The control sequences (^[[?2004h and ^[[?2004l) occur after the
      gdb.command, which results in Exception fault. This commit removes the
      control sequences and strips out the blank lines (^M).
      9c963737
  14. Oct 05, 2022
  15. Sep 28, 2022
  16. Sep 27, 2022
  17. Jul 26, 2022
  18. Jul 23, 2022
  19. Jul 15, 2022
  20. Jul 11, 2022
  21. Jul 09, 2022
    • Tim Newsome's avatar
      Fix SemihostingFileio (#403) · 3f606376
      Tim Newsome authored
      Turn semihosting_fileio on for every hart. This test still fails if it
      ends up running on hart 1 instead of 0, but at least it's closer to
      passing. Feels like the remaining problem is in OpenOCD.
      3f606376
  22. Jul 02, 2022