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 <yangbo.lu@nxp.com>
This commit is contained in:
parent
3d109d65ee
commit
1ecf5698f6
2 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,6 @@ common:
|
|||
tests:
|
||||
arch.arm.custom_interrupt:
|
||||
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
||||
platform_exclude:
|
||||
- imx95_evk/mimx9596/m7
|
||||
- imx95_evk/mimx9596/m7/ddr
|
||||
|
|
|
@ -11,3 +11,5 @@ tests:
|
|||
not CONFIG_GEN_ISR_TABLES
|
||||
platform_exclude:
|
||||
- mr_canhubk3
|
||||
- imx95_evk/mimx9596/m7
|
||||
- imx95_evk/mimx9596/m7/ddr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue