zephyr/tests/kernel/fatal/exception
Peter Bigot 060b4a5c5c tests: kernel: exception: use cbprintf_nano for arm fpu
Use of a printk that supports floating point changes the stack
requirements causing kernel.common.stack_protection_arm_fpu_sharing to
fail.  The test doesn't need this capability so revert to nano
formatting.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-12-08 09:25:36 -05:00
..
src tests: exception: workaround agressive optimization 2020-10-06 11:41:23 -04:00
CMakeLists.txt
prj_arm_fpu_sharing.conf tests: kernel: exception: use cbprintf_nano for arm fpu 2020-12-08 09:25:36 -05:00
prj_armv8m_mpu_stack_guard.conf
prj.conf
protection_no_userspace.conf
README
sentinel.conf tests: explicitly disable HW Stack Protection when needed 2020-09-24 15:42:09 -05:00
testcase.yaml

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.