144a4390b5
Even CONFIG_HW_STACK_PROTECTION is no here, it is still yes as it will be re-selected by CONFIG_TEST_HW_STACK_PROTECTION in tests/Kconfig. So the correct setting here is: CONFIG_TEST_HW_STACK_PROTECTION=n This fixes #8092 (case1) Signed-off-by: Wayne Ren <wei.ren@synopsys.com> |
||
---|---|---|
.. | ||
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.