Skip to content

Commit 1ecf569

Browse files
yangbolu1991kartben
authored andcommitted
tests: arm: exclude i.mx95 m7 for some interrupt tests
i.MX95 M7 is using multi-level interrupts with custom interrupt handling. So, arm_custom_interrupt and arm_irq_vector_table tests should exclude it. Signed-off-by: Yangbo Lu <[email protected]>
1 parent 3d109d6 commit 1ecf569

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/arch/arm/arm_custom_interrupt/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ common:
88
tests:
99
arch.arm.custom_interrupt:
1010
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
11+
platform_exclude:
12+
- imx95_evk/mimx9596/m7
13+
- imx95_evk/mimx9596/m7/ddr

tests/arch/arm/arm_irq_vector_table/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ tests:
1111
not CONFIG_GEN_ISR_TABLES
1212
platform_exclude:
1313
- mr_canhubk3
14+
- imx95_evk/mimx9596/m7
15+
- imx95_evk/mimx9596/m7/ddr

0 commit comments

Comments
 (0)