Commit 0de49e5d authored by Ajay Kishore's avatar Ajay Kishore Committed by Anas Nashif
Browse files

tests: kernel: Add description for test case



Add description to test case in tests/kernel/fatal

Signed-off-by: default avatarAjay Kishore <ajay.kishore@intel.com>
parent ff0c5a2a
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -146,7 +146,16 @@ void stack_thread2(void)
	irq_unlock(key);
}


/**
 *
 * @brief test the kernel fatal error handling works correctly
 *
 * Manually trigger the crash with various ways and check that the kernel is
 * handling that properly or not. Also the crash reason should match.
 *
 * Check for stack sentinel feature by overflowing the thread's stack and check
 * for the exception.
 */
void test_fatal(void)
{
	rv = TC_PASS;