Skip to content

Commit b545d58

Browse files
mars-lowfabiobaltieri
authored andcommitted
tests: arch: interrupt: Exclude mpfs_icicle SMP platform from LTO test
Other variants of arch.interrupt test pass on this platform, but arch.shared_interrupt.lto asserts in test_isr_offload_job_identi. The issue was reported in #98658. Signed-off-by: Marek Slowinski <[email protected]>
1 parent 06cd4f5 commit b545d58

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/arch/common/interrupt/testcase.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ tests:
5151
- CONFIG_SHARED_INTERRUPTS=y
5252
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
5353
arch.shared_interrupt.lto: &shared-interrupt-lto
54-
# excluded because of failures during test_prevent_interruption
55-
platform_exclude: qemu_cortex_m0
54+
platform_exclude:
55+
# excluded because of failures during test_prevent_interruption
56+
- qemu_cortex_m0
57+
# excluded because of assertion during test_isr_offload_job_identi (issue #98658)
58+
- mpfs_icicle/polarfire/u54/smp
5659
arch_exclude:
5760
# test needs 2 working interrupt lines
5861
- xtensa

0 commit comments

Comments
 (0)