e9fadc142f
The kernel.fatal.stack_protection was filtering on ARCH_HAS_STACK_PROTECTION and that should be CONFIG_ARCH_HAS_STACK_PROTECTION Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
README | ||
prj.conf | ||
sentinel.conf | ||
testcase.yaml |
README
This test case verifies that kernel fatal error handling works correctly. If a thread causes a CPU exception, and it is not in an ISR or "essential" thread, the thread gets aborted and the rest of the system executes normally.