zephyr/tests/kernel/fatal/exception
Anas Nashif b835b02136 tests: cleanup metadata and filtering
- Add integration_platforms to avoid excessive filtering
- Make sure integration platforms are actually part of the filter
- Fix some tags and test meta data

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-13 09:38:27 -04:00
..
src tests: kernel: print FAILED when wrong faults caught 2023-02-21 18:06:44 -05: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: cleanup metadata and filtering 2023-06-13 09:38:27 -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.