We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0a63e commit 5e62d38Copy full SHA for 5e62d38
debug/hifive1_excludes.yaml
@@ -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