Home
last modified time | relevance | path

Searched refs:total (Results 1 – 5 of 5) sorted by relevance

/test/
A Dcmd_ut.c143 ut_report(&uts->total, uts->run_count); in show_stats()
145 uts->total.test_count && uts->worst) { in show_stats()
146 ulong avg = uts->total.duration_ms / uts->total.test_count; in show_stats()
206 int i, total; in do_ut_info() local
210 for (i = 0, total = 0; i < ARRAY_SIZE(suites); i++) { in do_ut_info()
217 total += n_ent; in do_ut_info()
221 printf("%5d %-13.13s\n", total, "Total"); in do_ut_info()
223 if (UNIT_TEST_ALL_COUNT() != total) in do_ut_info()
A Dtest-main.c763 uts->total.skip_count += uts->cur.skip_count; in ut_run_list()
764 uts->total.fail_count += uts->cur.fail_count; in ut_run_list()
765 uts->total.test_count += uts->cur.test_count; in ut_run_list()
766 uts->total.duration_ms += uts->cur.duration_ms; in ut_run_list()
A DKconfig31 an overall total is reported if multiple suites are run.
/test/py/tests/
A Dtest_trace.py292 total = 0
299 total += count
300 return total
/test/dm/
A Dcore.c620 int total; in dm_test_children() local
642 total = NODE_COUNT * (3 + NODE_COUNT); in dm_test_children()
643 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]); in dm_test_children()
666 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_PROBE]); in dm_test_children()
702 int total; in dm_test_device_reparent() local
724 total = NODE_COUNT * (3 + NODE_COUNT); in dm_test_device_reparent()
725 ut_asserteq(total, dm_testdrv_op_count[DM_TEST_OP_BIND]); in dm_test_device_reparent()
728 for (i = 0; i < total; i++) in dm_test_device_reparent()

Completed in 17 milliseconds