Skip to content

Commit

Permalink
tests: arch: arm: arm_irq_vector_table: Do not run if GEN_ISR_TABLES=y
Browse files Browse the repository at this point in the history
The Renesas RA ICU forcibly enables GEN_ISR_TABLES, and it remains
enabled even if it is disabled in prj.conf.
Adding `not CONFIG_GEN_ISR_TABLES` to the filter condition to skip
this case.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi authored and aescolar committed Jun 20, 2024
1 parent daa3bb1 commit e96cfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/arch/arm/arm_irq_vector_table/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ common:
arch_allow: arm
tests:
arch.arm.irq_vector_table:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE and
not CONFIG_GEN_ISR_TABLES
platform_exclude:
- mr_canhubk3
- arduino_uno_r4_minima

0 comments on commit e96cfe0

Please sign in to comment.