Skip to content

Commit

Permalink
tests: Add necessary includes/excludes for the ehl_crb board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johan Hedberg authored and jhedberg committed Dec 12, 2020
1 parent f080b22 commit 4f35535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/arch/x86/info/testcase.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions tests/portability/cmsis_rtos_v2/testcase.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4f35535

Please sign in to comment.