From 632c61daba2048ec1b8e98ccfdba01b16e68eaf6 Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Sat, 28 May 2022 11:34:41 +0100 Subject: [PATCH] Rebase debug tests, pick up two new tests (both pass) --- test/sim/riscv-tests/riscv-tests | 2 +- test/sim/riscv-tests/run-debug-tests.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/sim/riscv-tests/riscv-tests b/test/sim/riscv-tests/riscv-tests index 11d57aa..6155fb3 160000 --- a/test/sim/riscv-tests/riscv-tests +++ b/test/sim/riscv-tests/riscv-tests @@ -1 +1 @@ -Subproject commit 11d57aab2c005ff6b684f057b3ad597d0c3f8f0d +Subproject commit 6155fb3c4a889cb028b6fe219fbe8b66e43425dd diff --git a/test/sim/riscv-tests/run-debug-tests.sh b/test/sim/riscv-tests/run-debug-tests.sh index 20d3fa3..d2ef2fa 100755 --- a/test/sim/riscv-tests/run-debug-tests.sh +++ b/test/sim/riscv-tests/run-debug-tests.sh @@ -24,7 +24,9 @@ DebugExit \ DebugFunctionCall \ DebugSymbols \ DebugTurbostep \ +DisconnectTest \ DownloadTest \ +EbreakTest \ InfoTest \ InterruptTest \ CrashLoop \