arch/x86: tests/cmsis: disable some CMSIS tests in 64-bit mode
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 <charles.youse@intel.com>
This commit is contained in:
parent
65b1f62ee3
commit
0f98cdd457
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue