tests: Add necessary includes/excludes for the ehl_crb board
Add the new x86 board to the x86/info test list, and exclude it from the cmsis_rtos_v2 test (something that seems to be needed for all 64 bit x86 architectures). Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
f080b223de
commit
4f35535539
2 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
tests:
|
||||
arch.x86.info:
|
||||
arch_allow: x86
|
||||
platform_allow: up_squared up_squared_32
|
||||
platform_allow: ehl_crb up_squared up_squared_32
|
||||
harness: console
|
||||
harness_config:
|
||||
type: one_line
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
tests:
|
||||
portability.cmsis_rtos_v2:
|
||||
# qemu_x86_64 and up_squared need bigger stack
|
||||
# but CMSIS limits the stack size, resulting
|
||||
# in stack overflow.
|
||||
platform_exclude: qemu_x86_64 m2gl025_miv up_squared
|
||||
# qemu_x86_64, ehl_crb and up_squared need bigger stack
|
||||
# but CMSIS limits the stack size, resulting in stack overflow.
|
||||
platform_exclude: qemu_x86_64 m2gl025_miv up_squared ehl_crb
|
||||
tags: cmsis_rtos
|
||||
min_ram: 32
|
||||
min_flash: 34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue