zephyr/tests/kernel/fatal
Ioannis Glaropoulos bceca79804 tests: kernel: fatal: check stack overflow of FP capable threads
Test the HW stack protection feature for threads that are
pre-tagged as FPU users, when building with support for FP
shared registers mode (CONFIG_FP_SHARING=y).

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-06-27 18:07:03 -07:00
..
src tests: kernel: fatal: check stack overflow of FP capable threads 2019-06-27 18:07:03 -07:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
README
prj.conf tests: kernel: fatal: add HW stack check for priv stack 2019-06-17 10:27:52 -07:00
prj_arm_fp_sharing.conf tests: kernel: fatal: add explicit test case for ARM and FP Sharing mode 2019-06-24 13:26:47 -07:00
protection_no_userspace.conf tests: kernel: fatal: add explicit no user-mode test case 2019-06-19 09:07:57 -07:00
sentinel.conf tests: CONFIG_TEST_USERSPACE now off by default 2019-04-06 14:30:42 -04:00
testcase.yaml tests: kernel: fatal: add explicit test case for ARM and FP Sharing mode 2019-06-24 13:26:47 -07: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.