With e337b7b65d, the test started to
fail with stack overflows in the no_optimizations scenario, so give
the ztest thread a little more space.
Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
24 lines
696 B
YAML
24 lines
696 B
YAML
common:
|
|
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
|
tags:
|
|
- arm
|
|
- fpu
|
|
- interrupt
|
|
ignore_faults: true
|
|
arch_allow: arm
|
|
tests:
|
|
arch.arm.interrupt:
|
|
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
|
arch.arm.interrupt.no_optimizations:
|
|
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
|
extra_configs:
|
|
- CONFIG_NO_OPTIMIZATIONS=y
|
|
- CONFIG_ZTEST_WARN_NO_OPTIMIZATIONS=n
|
|
- CONFIG_IDLE_STACK_SIZE=512
|
|
- CONFIG_MAIN_STACK_SIZE=2048
|
|
- CONFIG_ZTEST_STACK_SIZE=1280
|
|
arch.arm.interrupt.extra_exception_info:
|
|
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
|
|
extra_configs:
|
|
- CONFIG_EXTRA_EXCEPTION_INFO=y
|