zephyr/tests/arch/arm/arm_interrupt/testcase.yaml
Andrzej Głąbek da74ae83cf tests: arch: arm_interrupt: Fix stack overflows in .no_optimizations
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>
2025-05-26 17:59:34 +02:00

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