zephyr/tests/kernel/fatal
Anas Nashif e73a95bd64 tests: kernel: use a consistent test suite name
Lots of tests use different ways for naming tests, make this consistent
across all tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-04-09 22:55:20 -04:00
..
src tests: kernel: use a consistent test suite name 2018-04-09 22:55:20 -04:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
prj.conf nios2: Add include for _check_stack_sentinel() 2018-02-16 10:44:29 -05:00
README
sentinel.conf tests: fatal: convert legacy test to ztest 2017-11-13 16:35:27 -05:00
testcase.yaml tests: fatal: Fix incorrect filter on kernel.fatal.stack_protection 2018-03-06 15:12:01 -05:00

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.