samples/portability/cmsis_rtos_v2/philosophers: Exclude qemu_x86_64
This is hitting a stack overflow (probably the same reason xtensa is also excluded -- both are stack-hungry platforms), but with CMSIS there is a fixed cap of 512 bytes that can't be extended. So whitelist this sample. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
1202810119
commit
9ff319dc52
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ common:
|
|||
tags: cmsis_rtos_v2_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue