zephyr/tests/kernel/fatal
Andrew Boie 15ed8ec7ea tests: use K_THREAD_STACK_DEFINE macros
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-09 18:53:28 -04:00
..
src tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
Makefile
prj-arc.conf tests: kernel: fatal: check stack overflow 2017-05-13 15:14:41 -04:00
prj.conf tests: kernel: fatal: check stack overflow 2017-05-13 15:14:41 -04:00
README
testcase.ini tests: kernel: fatal: check stack overflow 2017-05-13 15:14:41 -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.