File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ void check_stack_overflow(k_thread_entry_t handler, uint32_t flags)
300
300
* should match. Check for stack sentinel feature by overflowing the
301
301
* thread's stack and check for the exception.
302
302
*
303
- * @ingroup kernel_common_tests
303
+ * @ingroup kernel_fatal_tests
304
304
*/
305
305
ZTEST (fatal_exception , test_fatal )
306
306
{
Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ static const exc_trigger_func_t exc_trigger_func[] = {
117
117
};
118
118
119
119
/**
120
- * @brief Test the kernel fatal error handling works correctly
120
+ * @brief Verify the kernel fatal error handling works correctly
121
121
* @details Manually trigger the crash with various ways and check
122
122
* that the kernel is handling that properly or not. Also the crash reason
123
123
* should match.
124
124
*
125
- * @ingroup kernel_common_tests
125
+ * @ingroup kernel_fatal_tests
126
126
*/
127
- ZTEST (fatal_no_mt , test_fatal )
127
+ ZTEST (fatal_no_mt , test_fatal_no_mt )
128
128
{
129
129
#ifdef VIA_TWISTER
130
130
#define EXC_TRIGGER_FUNC_IDX VIA_TWISTER
You can’t perform that action at this time.
0 commit comments