1. Nov 20, 2019
    • Tim Newsome's avatar
      Move to Python 3. · a1037f74
      Tim Newsome authored
      The impetus for this was mostly that after my Ubuntu upgrade, pylint
      suddenly starting to apply python3 rules, and I suppose it's time to
      adopt python 3 now that it's been released for more than a decade.
      a1037f74
  2. Nov 05, 2019
  3. Oct 16, 2019
  4. Oct 10, 2019
  5. Sep 25, 2019
    • Tim Newsome's avatar
      Redo the debug README. (#205) · 249796ce
      Tim Newsome authored
      Hopefully this is enough information that I can simply point people who
      submit OpenOCD changes to it, and they can run the tests themselves.
      249796ce
    • Tim Newsome's avatar
      Look for binaries in $PATH. (#208) · e459cb61
      Tim Newsome authored
      Instead of relying on $RISCV.  Using $RISCV was common in the early
      days, but nowadays many tools are simply installed alongside the rest of
      the system.
      e459cb61
  6. Sep 20, 2019
  7. Aug 03, 2019
  8. Jul 30, 2019
  9. Jul 16, 2019
  10. Jul 02, 2019
  11. Jun 15, 2019
    • Tim Newsome's avatar
      Work better with mainline gdb (#192) · a2456ef5
      Tim Newsome authored
      * Parse floats the way mainline gdb prints them.
      
      For 64-bit floats, it shows both float and double results. Now more
      tests pass using mainline gdb.
      
      * Disable ANSI when talking to gdb.
      
      Helps more tests pass with mainline gdb.
      
      * Parse {float=...,double=...} in "info registers"
      
      Makes tests work better with mainline gdb.
      a2456ef5
  12. May 17, 2019
  13. Apr 21, 2019
  14. Apr 20, 2019
  15. Apr 09, 2019
  16. Apr 05, 2019
  17. Mar 18, 2019
  18. Mar 11, 2019
    • Tim Newsome's avatar
      Add SmpSimultaneousRunHalt test. (#181) · 4f784ca9
      Tim Newsome authored
      This test confirms that in SMP configurations OpenOCD halts the harts
      near-simulatenously. (It'll also check for resume, but that's not
      implemented yet so commented out for now.)
      4f784ca9
  19. Feb 15, 2019
    • Tim Newsome's avatar
      Test `-rtos hwthread` (#178) · 26d821d1
      Tim Newsome authored
      * WIP
      
      * Use hwthread everywhere.
      
      * Test `-rtos hwthread`.
      
      Also tweak timeouts a bit so that we don't have ridiculous timeouts for
      simple operations.
      
      * Tweak timeouts so tests pass on a loaded system.
      26d821d1
  20. Jan 27, 2019
  21. Jan 25, 2019
  22. Jan 08, 2019
  23. Jan 05, 2019
  24. Jan 01, 2019
  25. Dec 18, 2018
  26. Dec 04, 2018
  27. Dec 01, 2018
    • Tim Newsome's avatar
      Use more than 1KB for download test. · 9ab668e8
      Tim Newsome authored
      This is a pretty old bug. I limited the size to 256KB because against
      spike my machine gets about 8KB/s, and I don't want to wait forever for
      `make` to pass.
      9ab668e8
  28. Nov 17, 2018
  29. Nov 15, 2018
  30. Nov 14, 2018