Skip to content

Commit

Permalink
arch/x86: tests/cmsis: disable some CMSIS tests in 64-bit mode
Browse files Browse the repository at this point in the history
The CMSIS layer doesn't like large stacks, and x86 in long mode
requires large stacks, so we disable these tests for now (as was
previously done on the x86_64 port for the same reasons).

Signed-off-by: Charles E. Youse <[email protected]>
  • Loading branch information
Charles E. Youse authored and andrewboie committed Sep 15, 2019
1 parent 65b1f62 commit 0f98cdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 qemu_x86_64
platform_exclude: qemu_xtensa qemu_x86_64 qemu_x86_long
harness: console
harness_config:
type: multi_line
Expand Down
2 changes: 1 addition & 1 deletion samples/portability/cmsis_rtos_v2/philosophers/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common:
tags: cmsis_rtos_v2_philosopher
min_ram: 32
min_flash: 34
platform_exclude: qemu_xtensa qemu_x86_64
platform_exclude: qemu_xtensa qemu_x86_64 qemu_x86_long
harness: console
harness_config:
type: multi_line
Expand Down
2 changes: 1 addition & 1 deletion tests/cmsis_rtos_v2/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tests:
portability.cmsis_rtos_v2:
platform_exclude: qemu_x86_64 m2gl025_miv
platform_exclude: qemu_x86_64 qemu_x86_long m2gl025_miv
tags: cmsis_rtos_v2
min_ram: 32
min_flash: 34

0 comments on commit 0f98cdd

Please sign in to comment.