zephyr/tests/kernel/fatal
Anas Nashif 0356590df5 tests: samples: fix yaml syntax
Fix indentation and syntax and make it pass yamllint tool.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-10-15 08:15:00 -04:00
..
src x86: stack overflow improvements 2017-08-03 11:46:26 -04:00
Makefile tests: add fatal test case 2017-04-22 10:31:49 -04:00
prj.conf kconfig: generalised stack protection options 2017-09-11 09:42:35 -07:00
README tests: add fatal test case 2017-04-22 10:31:49 -04: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

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.