zephyr/tests/kernel/fatal/exception
Guo Lixin 6a254c7fb6 tests: kernel: exception: move to new ztest API
Move tests/kernel/fatal/exception/ to use new ztest API.

Signed-off-by: Guo Lixin <lixinx.guo@intel.com>
2022-07-06 21:09:55 -04:00
..
src tests: kernel: exception: move to new ztest API 2022-07-06 21:09:55 -04:00
CMakeLists.txt
prj_arm_fpu_sharing.conf tests: kernel: exception: move to new ztest API 2022-07-06 21:09:55 -04:00
prj_armv8m_mpu_stack_guard.conf tests: kernel: exception: move to new ztest API 2022-07-06 21:09:55 -04:00
prj.conf tests: kernel: exception: move to new ztest API 2022-07-06 21:09:55 -04:00
protection_no_userspace.conf tests: kernel: exception: move to new ztest API 2022-07-06 21:09:55 -04:00
README
sentinel.conf tests: kernel: exception: move to new ztest API 2022-07-06 21:09:55 -04:00
testcase.yaml tests: kernel: disable one test for qemu_cortex_a9 2021-11-01 22:10:04 -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.