Skip to content

Commit

Permalink
Add an exclude list for known failing Hifive1 tests (#485)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
MarekVCodasip authored Jul 13, 2023
1 parent ed0a63e commit 5e62d38
Showing 1 changed file with 28 additions and 0 deletions.
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

0 comments on commit 5e62d38

Please sign in to comment.