zephyr/tests/kernel/fatal
Ioannis Glaropoulos 9375aaebe6 tests: kernel: fatal: add a test-case for arbitrary error reason
We add a test-case in kernel/fatal test suite, to test that
the application developer can induce a SW-generated exception
with any 'reason' value.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-10-16 11:22:48 +02:00
..
src tests: kernel: fatal: add a test-case for arbitrary error reason 2019-10-16 11:22:48 +02:00
CMakeLists.txt
README
prj.conf tests: Never disable SMP 2019-09-26 16:54:06 -04:00
prj_arm_fp_sharing.conf tests: Never disable SMP 2019-09-26 16:54:06 -04:00
prj_armv8m_mpu_stack_guard.conf tests: Never disable SMP 2019-09-26 16:54:06 -04:00
protection_no_userspace.conf tests: Never disable SMP 2019-09-26 16:54:06 -04:00
sentinel.conf tests: Never disable SMP 2019-09-26 16:54:06 -04:00
testcase.yaml tests: exclude twr_ke18f platform from several user mode tests 2019-09-03 16:44:22 +02: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.