zephyr/tests/kernel/interrupt/testcase.yaml
Ioannis Glaropoulos c18ff87c69 tests: kernel: interrupt: stop excluding ARM platforms
As we have re-worked the test code, and the test-case can run
on Cortex-M platforms on any available and implemented NVIC
IRQ lines, we do not need to exclude these ARM boards anymore.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-08-29 13:05:12 +02:00

13 lines
373 B
YAML

tests:
arch.interrupt:
arch_exclude: nios2 riscv32 arc
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