tests: posix: Enable pthread_pressure test on SPARC

This sets the stack size appropriate for SPARC. Tested on the board
configurations qemu_leon3 and gr716a_mini.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
Martin Åberg 2023-09-28 18:54:37 +02:00 committed by Fabio Baltieri
commit 7a9600816a
2 changed files with 1 additions and 2 deletions

View file

@ -27,6 +27,7 @@ config TEST_DELAY_US
config TEST_STACK_SIZE config TEST_STACK_SIZE
int "Size of each thread stack in this test" int "Size of each thread stack in this test"
default 1024 if 64BIT default 1024 if 64BIT
default 1024 if SPARC
default 512 default 512
help help
The minimal stack size required to run a minimal thread. The minimal stack size required to run a minimal thread.

View file

@ -5,8 +5,6 @@ common:
- posix - posix
integration_platforms: integration_platforms:
- qemu_riscv64_smp - qemu_riscv64_smp
platform_exclude:
- qemu_leon3
tests: tests:
portability.posix.pthread_pressure: portability.posix.pthread_pressure:
extra_configs: extra_configs: