From 69bb8495b4448a32494249afbabe5de4da4be8e9 Mon Sep 17 00:00:00 2001 From: Marek Vrbka Date: Fri, 30 Jun 2023 12:02:05 +0200 Subject: [PATCH 1/2] Add an exclude list for known failing Hifive1 tests This commit adds a list of known failing tests based on: https://github.com/riscv/riscv-openocd/issues/869#issue-1769176709 --- debug/hifive1_excludes.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debug/hifive1_excludes.yaml diff --git a/debug/hifive1_excludes.yaml b/debug/hifive1_excludes.yaml new file mode 100644 index 000000000..1c91b7905 --- /dev/null +++ b/debug/hifive1_excludes.yaml @@ -0,0 +1,28 @@ +# Below are known failing tests on riscv-openocd on HiFive1 board, rev. A01. +# This board uses the legacy debug spec v 0.11. + +# Tested on Jun-26-2023. +# riscv-openocd commit: a45589d60aa6864475fddcded885c8ff47d50be1 +# riscv-tests commit: 7b52ba3b7167acb4d8b38f4d4633112b4699cb26 + +all: + - EtriggerTest + - IcountTest + - InstantHaltTest + - ItriggerTest + - MemorySampleMixed + - MemorySampleSingle + - MemTestReadInvalid + - RepeatReadTest + - Semihosting + - SemihostingFileio + +HiFive1-flash: + - DebugBreakpoint + - DebugExit + - DebugFunctionCall + - Hwbp1 + - Hwbp2 + - Registers + - TooManyHwbp + - UserInterrupt From 757460ed1a8314db860fd5f7eaa90906b8f8abfa Mon Sep 17 00:00:00 2001 From: Marek Vrbka <133884222+MarekVCodasip@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:58:21 +0200 Subject: [PATCH 2/2] Fix name of the HiFive1 flash target Signed-off-by: Marek Vrbka <133884222+MarekVCodasip@users.noreply.github.com> --- debug/hifive1_excludes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/hifive1_excludes.yaml b/debug/hifive1_excludes.yaml index 1c91b7905..f9391ee80 100644 --- a/debug/hifive1_excludes.yaml +++ b/debug/hifive1_excludes.yaml @@ -17,7 +17,7 @@ all: - Semihosting - SemihostingFileio -HiFive1-flash: +HiFive1Flash: - DebugBreakpoint - DebugExit - DebugFunctionCall