zephyr/tests/kernel/fatal
Anas Nashif 5766a88c63 tests: fatal: rename function to be consistent
Get the reporting right and consistent with other tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-02-18 09:16:40 -05:00
..
src tests: fatal: rename function to be consistent 2018-02-18 09:16:40 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
README
prj.conf nios2: Add include for _check_stack_sentinel() 2018-02-16 10:44:29 -05:00
sentinel.conf tests: fatal: convert legacy test to ztest 2017-11-13 16:35:27 -05:00
testcase.yaml tests: kernel: stop relying on path for naming 2018-02-18 09:16:40 -05: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.