tests: adjust stack size for qemu_x86 and mps2_an385's coverage test
for SDK 0.10.0, it consumes more stack size when coverage enabled on qemu_x86 and mps2_an385 platform, adjust stack size for most of the test cases, otherwise there will be stack overflow. Fixes: #14500. Signed-off-by: Wentong Wu <wentong.wu@intel.com>
This commit is contained in:
parent
1214736be5
commit
b991962a2e
23 changed files with 38 additions and 34 deletions
|
@ -23,7 +23,7 @@ config TEST_SHELL
|
|||
|
||||
config TEST_EXTRA_STACKSIZE
|
||||
int "Test function extra thread stack size"
|
||||
default 1024 if COVERAGE_GCOV
|
||||
default 2048 if COVERAGE_GCOV
|
||||
default 768 if XTENSA
|
||||
default 0
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue