Searched refs:tc_fail_num (Results 1 – 1 of 1) sorted by relevance
195 rt_uint32_t tc_fail_num = 0; in utest_do_run() local203 tc_fail_num = 0; in utest_do_run()254 tc_fail_num ++; in utest_do_run()287 LOG_I("[ PASSED ] [ result ] %d tests.", tc_run_num - tc_fail_num); in utest_do_run()289 if(tc_fail_list && (tc_fail_num > 0)) in utest_do_run()291 LOG_E("[ FAILED ] [ result ] %d tests, listed below:", tc_fail_num); in utest_do_run()
Completed in 6 milliseconds