zephyr/tests/kernel/mem_protect/stackprot/testcase.yaml
Duy Nguyen e0e90375da test: Skip kernel stack protect test for RX arch
Skip kernel stack protect as the compiler not support
-fstack-protector

Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
2025-05-02 09:18:16 +02:00

22 lines
488 B
YAML

tests:
kernel.memory_protection.stackprot:
arch_exclude:
- nios2
- xtensa
- posix
- sparc
- rx
tags:
- kernel
- userspace
ignore_faults: true
kernel.memory_protection.stackprot_tls:
filter: CONFIG_ARCH_HAS_STACK_CANARIES_TLS and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE
tags:
- kernel
- userspace
ignore_faults: true
extra_configs:
- CONFIG_THREAD_LOCAL_STORAGE=y
- CONFIG_STACK_CANARIES_TLS=y