This commit adds an additional test case for several kernel test suites to ensure that the linker script generator is working correctly for a subset of the Zephyr test suites. The ensures that the basic functionality of the linker script generator is working while still keep the performance impact on CI at a minimal level. Using the kernel tests is a trade-off between testing coverage of the linker script generator and the time it takes to complete CI. The kernel tests is considered to have the broadest coverage of various features important for the generated linker script. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
40 lines
1.7 KiB
YAML
40 lines
1.7 KiB
YAML
tests:
|
|
arch.interrupt.gen_isr_table.arm_baseline:
|
|
platform_allow: qemu_cortex_m3
|
|
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: kernel interrupt isr_table
|
|
extra_configs:
|
|
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
|
arch.interrupt.gen_isr_table.arm_baseline.linker_generator:
|
|
platform_allow: qemu_cortex_m3
|
|
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: kernel interrupt isr_table linker_generator
|
|
extra_configs:
|
|
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
|
- CONFIG_CMAKE_LINKER_GENERATOR=y
|
|
arch.interrupt.gen_isr_table.arm_mainline:
|
|
platform_allow: qemu_cortex_m3
|
|
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: kernel interrupt isr_table
|
|
extra_configs:
|
|
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
|
arch.interrupt.gen_isr_table.disabled:
|
|
platform_allow: qemu_cortex_m3
|
|
extra_configs:
|
|
- CONFIG_GEN_ISR_TABLES=n
|
|
- CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
|
|
tags: kernel 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: kernel interrupt isr_table
|