Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an exclude list for known failing Hifive1 tests #485

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions debug/hifive1_excludes.yaml
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

HiFive1Flash:
- DebugBreakpoint
- DebugExit
- DebugFunctionCall
- Hwbp1
- Hwbp2
- Registers
- TooManyHwbp
- UserInterrupt