* add the case for ARC in yaml after dynamic and direct irq are supported * fix the bug that index in sw_isr_table should have a offset of CONFIG_GEN_IRQ_START_VECTOR Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
13 lines
369 B
YAML
13 lines
369 B
YAML
tests:
|
|
arch.interrupt:
|
|
arch_exclude: nios2 riscv32
|
|
platform_exclude: qemu_x86 qemu_x86_coverage qemu_x86_64
|
|
tags: interrupt
|
|
|
|
# Platforms without relevant (gen isr) dynamic interrupt support:
|
|
arch.interrupt.nodyn:
|
|
arch_whitelist: arc qemu_x86 qemu_x86_coverage qemu_x86_64
|
|
tags: interrupt
|
|
extra_configs:
|
|
- CONFIG_DYNAMIC_INTERRUPTS=n
|