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:
Andy Ross 2019-02-08 10:43:49 -08:00 committed by Anas Nashif
commit 9ff319dc52

View file

@ -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