Skip to content

Commit c18ff87

Browse files
committed
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 <[email protected]>
1 parent e128f3c commit c18ff87

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/kernel/interrupt/testcase.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
tests:
22
arch.interrupt:
3-
arch_exclude: nios2 riscv32 arc qemu_x86 qemu_x86_coverage qemu_x86_64
4-
platform_exclude: hexiwear_kw40z frdm_kw41z frdm_kl25z nucleo_f103rb
5-
nucleo_f091rc olimexino_stm32 usb_kw24d512 stm32_min_dev_blue
6-
stm32_min_dev_black v2m_beetle
3+
arch_exclude: nios2 riscv32 arc
4+
platform_exclude: qemu_x86 qemu_x86_coverage qemu_x86_64
75
tags: interrupt
86

97
# Platforms without relevant (gen isr) dynamic interrupt support:

0 commit comments

Comments
 (0)