zephyr/tests/kernel/fatal
Sebastian Bøe 0829ddfe9a kbuild: Removed KBuild
Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no>
2017-11-08 20:00:22 -05:00
..
src kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
README
prj.conf kconfig: generalised stack protection options 2017-09-11 09:42:35 -07:00
sentinel.conf kconfig: generalised stack protection options 2017-09-11 09:42:35 -07:00
testcase.yaml tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00

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.