- Nov 20, 2019
-
-
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.
-
- Nov 05, 2019
-
-
Andrew Waterman authored
-
Andrew Waterman authored
This test checks that an I$ appears to be physically indexed.
-
- Oct 16, 2019
-
-
Tim Newsome authored
* Parse inf/nan floats. * Enable mstatus.fs in SimpleF18Test Also accept "unable to fetch" message when FPRs aren't supported. * Add config files for HiFive Unleashed. * Add configs to flash HiFive Unleashed. All tests pass.
-
- Oct 10, 2019
-
-
Tim Newsome authored
The latest OpenOCD doesn't need (nor support) this anymore.
-
- Sep 25, 2019
-
-
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.
-
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.
-
- Sep 20, 2019
-
-
Tim Newsome authored
* Let the debugger enable mstatus.F if necessary. * Ignore (some) gdb debug output. * Increase timeout. * Make newer version of pylint happy.
-
- Aug 03, 2019
-
-
Tim Newsome authored
* Let the debugger enable mstatus.F if necessary. * Ignore (some) gdb debug output. * Increase timeout. * Make newer version of pylint happy.
-
- Jul 30, 2019
-
-
Leway Colin authored
-
- Jul 16, 2019
-
-
Tim Newsome authored
-
Tim Newsome authored
-
- Jul 02, 2019
-
-
Pentin Alexander Sergeevich authored
-
- Jun 15, 2019
-
-
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.
-
- May 17, 2019
-
-
Tim Newsome authored
Also work with the new command line options that were renamed in https://github.com/riscv/riscv-isa-sim/pull/299
-
- Apr 21, 2019
-
-
Andrew Waterman authored
-
Neel authored
-
- Apr 20, 2019
- Apr 09, 2019
-
-
Tim Newsome authored
-
- Apr 05, 2019
-
-
Tim Newsome authored
Passes on spike and Arty. Won't merge until https://github.com/riscv/riscv-openocd/pull/364 merges.
-
- Mar 18, 2019
-
-
Pavel I. Kryukov authored
-
- Mar 11, 2019
-
-
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.)
-
- Feb 15, 2019
-
-
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.
-
- Jan 27, 2019
-
-
takeoverjp authored
-
- Jan 25, 2019
-
-
Carsten Gosvig authored
Add testing of run-test/idle cases.
-
- Jan 08, 2019
-
-
Tim Newsome authored
Fix MemTestBlock
-
Tim Newsome authored
-
- Jan 05, 2019
-
-
Andrew Waterman authored
-
- Jan 01, 2019
-
-
Tim Newsome authored
-
Tim Newsome authored
This test used to false pass on 64-bit targets because gdb doesn't like using Intel hex files on 64-bit targets.
-
- Dec 18, 2018
-
-
zhonghochen authored
-
- Dec 04, 2018
-
-
Tim Newsome authored
Increase some timeouts in case memory access is slow.
-
Tim Newsome authored
Use more than 1KB for download test.
-
- Dec 01, 2018
-
-
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.
-
- Nov 17, 2018
-
-
Tim Newsome authored
-
Florian Zaruba authored
-
- Nov 15, 2018
-
-
Tim Newsome authored
Tweak debug tests to run out of flash.
-
Carsten Gosvig authored
Added MemTestBlockReadInvalid verifying the corresponding OpenOCD fix
-
- Nov 14, 2018
-
-
cgsfv authored
-