From 4d14203586f4bcad72578a65dcba2135474b6f15 Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Tue, 23 Nov 2021 21:58:31 +0000 Subject: [PATCH] Update riscv-tests fork for crash loop debug test --- test/sim/riscv-tests/riscv-tests | 2 +- test/sim/riscv-tests/run-debug-tests.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sim/riscv-tests/riscv-tests b/test/sim/riscv-tests/riscv-tests index 545a405..f568523 160000 --- a/test/sim/riscv-tests/riscv-tests +++ b/test/sim/riscv-tests/riscv-tests @@ -1 +1 @@ -Subproject commit 545a405a4eb0235c6e877ab57b195786069e0140 +Subproject commit f5685231bd3b5f3c2401963c65bdc58761670869 diff --git a/test/sim/riscv-tests/run-debug-tests.sh b/test/sim/riscv-tests/run-debug-tests.sh index 9519102..c2860f8 100755 --- a/test/sim/riscv-tests/run-debug-tests.sh +++ b/test/sim/riscv-tests/run-debug-tests.sh @@ -27,6 +27,7 @@ DebugTurbostep \ DownloadTest \ InfoTest \ InterruptTest \ +CrashLoop \ InstantChangePc \ InstantHaltTest \ MemTest16 \