Skip to content

Commit e5e99d7

Browse files
committed
tests: kernel: Provide more stack space for context test
This test overflows when TLS is used, provide plenty of extra space to avoid that. Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent c689f50 commit e5e99d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/kernel/context/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
tests:
22
kernel.context:
33
tags: kernel
4+
extra_configs:
5+
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
46
kernel.context.linker_generator:
57
platform_allow: qemu_cortex_m3
68
tags: kernel linker_generator
79
extra_configs:
810
- CONFIG_CMAKE_LINKER_GENERATOR=y
11+
- CONFIG_TEST_EXTRA_STACK_SIZE=1024

0 commit comments

Comments
 (0)