Skip to content

Commit

Permalink
tests: cmsis: Disable two cmsis portability tests on x86_64
Browse files Browse the repository at this point in the history
These two tests are hitting a stack overflow on x86_64 (not entirely
surprisingly), but can't just increase stack size because there is an
assert in the CMSIS compatibility layer that stacks be under 512
bytes.  Just disable for now.

Signed-off-by: Andy Ross <[email protected]>
  • Loading branch information
Andy Ross authored and nashif committed Jan 11, 2019
1 parent f033d54 commit c2c9265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/portability/cmsis_rtos_v1/philosophers/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common:
tags: cmsis_rtos_v1_philosopher
min_ram: 32
min_flash: 34
platform_exclude: qemu_xtensa
platform_exclude: qemu_xtensa qemu_x86_64
harness: console
harness_config:
type: multi_line
Expand Down
1 change: 1 addition & 0 deletions tests/cmsis_rtos_v2/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tests:
portability.cmsis_rtos_v2:
platform_exclude: qemu_x86_64
tags: cmsis_rtos_v2
min_ram: 32
min_flash: 34

0 comments on commit c2c9265

Please sign in to comment.