tests: interrupt: fix testcase.yaml
The test itself handles correctly whether gen_isr_table style dynamic interrupts are supported or not, there's no need for an alternate scenario. The tests work fine on riscv32 now, remove the exclusion. Add a github link as to why Nios II is still excluded. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
7eb07d1470
commit
06d19213c4
1 changed files with 2 additions and 9 deletions
|
@ -1,12 +1,5 @@
|
|||
tests:
|
||||
arch.interrupt:
|
||||
arch_exclude: nios2 riscv32
|
||||
platform_exclude: qemu_x86 qemu_x86_coverage
|
||||
# nios2 excluded, see #22956
|
||||
arch_exclude: nios2
|
||||
tags: interrupt
|
||||
|
||||
# Platforms without relevant (gen isr) dynamic interrupt support:
|
||||
arch.interrupt.nodyn:
|
||||
arch_whitelist: arc qemu_x86 qemu_x86_coverage
|
||||
tags: interrupt
|
||||
extra_configs:
|
||||
- CONFIG_DYNAMIC_INTERRUPTS=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue