Test case arch.interrupt have same test case name for different architectures. To get rid of it, I decided to change test cases names. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
13 lines
438 B
YAML
13 lines
438 B
YAML
tests:
|
|
arch.interrupt.gen_isr_table:
|
|
platform_exclude: nucleo_f103rb olimexino_stm32 stm32_min_dev_black
|
|
stm32_min_dev_blue usb_kw24d512 v2m_beetle
|
|
filter: CONFIG_GEN_ISR_TABLES and CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
|
tags: interrupt isr_table
|
|
arch.interrupt.arc:
|
|
arch_whitelist: arc
|
|
filter: CONFIG_RGF_NUM_BANKS > 1
|
|
extra_configs:
|
|
- CONFIG_ARC_FIRQ_STACK=y
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|