zephyr/tests/kernel/mem_protect/stackprot/testcase.yaml
Flavio Ceolin 0f2d0ca40d tests: stackprot: Test canaries in TLS
Add a new test to enable stack canaries in TLS.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-08-08 19:08:04 -04:00

21 lines
477 B
YAML

tests:
kernel.memory_protection.stackprot:
arch_exclude:
- nios2
- xtensa
- posix
- sparc
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