mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 13:11:56 +00:00
This test generates a fault as part of the test,hence make the test-suite aware of that by tagging it. Signed-off-by: Rishi Khare <rishi.khare@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README | ||
testcase.ini |
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.