Skip to content

Commit 5e62d38

Browse files
Add an exclude list for known failing Hifive1 tests (#485)
* Add an exclude list for known failing Hifive1 tests This commit adds a list of known failing tests based on: riscv-collab/riscv-openocd#869 (comment) * Fix name of the HiFive1 flash target Signed-off-by: Marek Vrbka <[email protected]> --------- Signed-off-by: Marek Vrbka <[email protected]>
1 parent ed0a63e commit 5e62d38

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

debug/hifive1_excludes.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Below are known failing tests on riscv-openocd on HiFive1 board, rev. A01.
2+
# This board uses the legacy debug spec v 0.11.
3+
4+
# Tested on Jun-26-2023.
5+
# riscv-openocd commit: a45589d60aa6864475fddcded885c8ff47d50be1
6+
# riscv-tests commit: 7b52ba3b7167acb4d8b38f4d4633112b4699cb26
7+
8+
all:
9+
- EtriggerTest
10+
- IcountTest
11+
- InstantHaltTest
12+
- ItriggerTest
13+
- MemorySampleMixed
14+
- MemorySampleSingle
15+
- MemTestReadInvalid
16+
- RepeatReadTest
17+
- Semihosting
18+
- SemihostingFileio
19+
20+
HiFive1Flash:
21+
- DebugBreakpoint
22+
- DebugExit
23+
- DebugFunctionCall
24+
- Hwbp1
25+
- Hwbp2
26+
- Registers
27+
- TooManyHwbp
28+
- UserInterrupt

0 commit comments

Comments
 (0)