forked from riscv-software-src/riscv-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
1 parent
247e233
commit 69bb849
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |