zephyr/tests/kernel/fatal
Wayne Ren 144a4390b5 tests: fix the bug of sentinel.conf
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>
2018-06-08 16:37:22 -05:00
..
src tests: fixes for ARC 2018-05-30 20:23:35 -04:00
CMakeLists.txt
README
prj.conf tests: fatal: fix several issues 2018-05-22 15:59:07 -07:00
sentinel.conf tests: fix the bug of sentinel.conf 2018-06-08 16:37:22 -05:00
testcase.yaml tests: kernel: style, tag, and category fixes 2018-04-25 14:18:15 +05:30

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.