Skip to content

Commit 4f35535

Browse files
Johan Hedbergjhedberg
authored andcommitted
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 <[email protected]>
1 parent f080b22 commit 4f35535

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tests/arch/x86/info/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tests:
22
arch.x86.info:
33
arch_allow: x86
4-
platform_allow: up_squared up_squared_32
4+
platform_allow: ehl_crb up_squared up_squared_32
55
harness: console
66
harness_config:
77
type: one_line
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
tests:
22
portability.cmsis_rtos_v2:
3-
# qemu_x86_64 and up_squared need bigger stack
4-
# but CMSIS limits the stack size, resulting
5-
# in stack overflow.
6-
platform_exclude: qemu_x86_64 m2gl025_miv up_squared
3+
# qemu_x86_64, ehl_crb and up_squared need bigger stack
4+
# but CMSIS limits the stack size, resulting in stack overflow.
5+
platform_exclude: qemu_x86_64 m2gl025_miv up_squared ehl_crb
76
tags: cmsis_rtos
87
min_ram: 32
98
min_flash: 34

0 commit comments

Comments
 (0)