Skip to content

Commit 384ff96

Browse files
stephanosiocarlescufi
authored andcommitted
Revert "tests: kernel: interrupt: Disable on ARM64 QEMU targets"
This reverts the commit 7d8a119 because GCC is now configured to not emit ldp/stp Qn instructions for consecutive 32-byte loads and stores, and the nested interrupt handling failure due to the missing emulation of these instructions no longer occurs. For more details, refer to the GitHub issue #49491 and #49806. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 2689590 commit 384ff96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/kernel/interrupt/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ tests:
22
arch.interrupt:
33
# nios2 excluded, see #22956
44
arch_exclude: nios2
5-
# FIXME: qemu_cortex_a53 is excluded, see #49491
6-
platform_exclude: qemu_cortex_a53 qemu_cortex_a53_smp
75
tags: kernel interrupt
86
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
97

0 commit comments

Comments
 (0)