tests/fpu_sharing: Increase main stack size on riscv64

Looks like switching the main return value to int means that stack
frame persists and increases stack usage by a few bytes. Increase the
main stack size to avoid overflows.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-04-11 11:24:57 -07:00 committed by Stephanos Ioannidis
commit e17191b146

View file

@ -29,6 +29,8 @@ tests:
min_ram: 16
kernel.fpu_sharing.generic.riscv64:
extra_args: PI_NUM_ITERATIONS=500
extra_configs:
- CONFIG_MAIN_STACK_SIZE=2048
filter: CONFIG_CPU_HAS_FPU
arch_allow: riscv64
tags: fpu kernel