zephyr/tests/kernel/mem_protect/stackprot/testcase.yaml
Martin Åberg b5bab421b7 tests: Avoid out-of-bounds array access on SPARC
The test reads and writes outside the bounds of an array allocated on
the stack in check_input(). This commit disables the test on SPARC.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2020-11-13 14:53:55 -08:00

5 lines
129 B
YAML

tests:
kernel.memory_protection.stackprot:
arch_exclude: nios2 xtensa posix sparc
tags: kernel ignore_faults userspace