zephyr/tests/kernel/fatal
Ajay Kishore 0de49e5d40 tests: kernel: Add description for test case
Add description to test case in tests/kernel/fatal

Signed-off-by: Ajay Kishore <ajay.kishore@intel.com>
2018-07-05 12:52:21 -04:00
..
src tests: kernel: Add description for test case 2018-07-05 12:52:21 -04:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
prj.conf tests: fatal: fix several issues 2018-05-22 15:59:07 -07:00
README
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

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.