zephyr/tests/kernel/fatal/exception
Anas Nashif 808266a493 tests: use ignore_fault field instead of tags
Use dedicated field in the yaml file instead of mixing this testing
feature with tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-25 06:38:05 -05:00
..
src includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02: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: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09: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: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
testcase.yaml tests: use ignore_fault field instead of tags 2022-11-25 06:38:05 -05: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.