Skip to content

Commit 7a96008

Browse files
tbr-ttfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 22a0862 commit 7a96008

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/posix/pthread_pressure/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ config TEST_DELAY_US
2727
config TEST_STACK_SIZE
2828
int "Size of each thread stack in this test"
2929
default 1024 if 64BIT
30+
default 1024 if SPARC
3031
default 512
3132
help
3233
The minimal stack size required to run a minimal thread.

tests/posix/pthread_pressure/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ common:
55
- posix
66
integration_platforms:
77
- qemu_riscv64_smp
8-
platform_exclude:
9-
- qemu_leon3
108
tests:
119
portability.posix.pthread_pressure:
1210
extra_configs:

0 commit comments

Comments
 (0)