This commit disables the `arch.interrupt` test on the ARM64 QEMU targets (`qemu_cortex_a53` and `qemu_cortex_a53_smp`) because the nested interrupt test fails when compiled with GCC 12. Revert this commit when the GitHub issue #49491, which tracks this bug, is fixed. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
16 lines
496 B
YAML
16 lines
496 B
YAML
tests:
|
|
arch.interrupt:
|
|
# nios2 excluded, see #22956
|
|
arch_exclude: nios2
|
|
# FIXME: qemu_cortex_a53 is excluded, see #49491
|
|
platform_exclude: qemu_cortex_a53 qemu_cortex_a53_smp
|
|
tags: kernel interrupt
|
|
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
|
|
|
arch.interrupt.linker_generator:
|
|
platform_allow: qemu_cortex_m3
|
|
tags: kernel interrupt linker_generator
|
|
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
|
extra_configs:
|
|
- CONFIG_CMAKE_LINKER_GENERATOR=y
|