zephyr/tests/kernel/gen_isr_table/testcase.yaml
Wu Han df8f6c282b tests: kernel: gen_isr_table: Exclude stm32f103_mini board
This test is not suitable for stm32f103

Signed-off-by: Wu Han <wuhanstudio@qq.com>
2020-12-03 10:54:38 -06:00

25 lines
985 B
YAML

tests:
arch.interrupt.gen_isr_table.arm_baseline:
platform_allow: bbc_microbit atsamr21_xpro nrf51dk_nrf51422 nucleo_g071rb qemu_cortex_m0
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV6_M_ARMV8_M_BASELINE
tags: interrupt isr_table
arch.interrupt.gen_isr_table.arm_mainline:
platform_exclude: stmf103_mini nucleo_f103rb olimexino_stm32 stm32_min_dev_black
stm32_min_dev_blue usb_kw24d512 v2m_beetle cc1352r1_launchxl
cc26x2r1_launchxl olimex_stm32_h103 cc1352r_sensortag
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE
tags: interrupt isr_table
arch.interrupt.gen_isr_table.disabled:
arch_allow: arm
extra_configs:
- CONFIG_GEN_ISR_TABLES=n
tags: interrupt isr_table
build_only: true
arch.interrupt.gen_isr_table.arc:
arch_allow: arc
filter: CONFIG_RGF_NUM_BANKS > 1
extra_configs:
- CONFIG_ARC_FIRQ_STACK=y
- CONFIG_TEST_HW_STACK_PROTECTION=n
tags: interrupt isr_table