You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOG_W("Too many test cases (%d), only first %d will have completion", tc_num, RT_UTEST_MAX_OPTIONS-1);
85
+
LOG_W("The current number of test cases is (%d), which exceeds the array length (%d). Please expand the array capacity.", tc_num, RT_UTEST_MAX_OPTIONS-1);
0 commit comments