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:
Wentong Wu 2019-04-04 17:50:30 +08:00 committed by Anas Nashif
commit b991962a2e
23 changed files with 38 additions and 34 deletions

View file

@ -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