zephyr/tests/kernel/mem_protect/stackprot/testcase.yaml
Anas Nashif 5fe84d5b69 arch: nios2: remove arch
Remove architecture and dependencies.
Remove altera HAL supporting nios2

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-05-15 20:01:05 -04:00

21 lines
474 B
YAML

tests:
kernel.memory_protection.stackprot:
arch_exclude:
- 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