Home
last modified time | relevance | path

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

/xnu-11215/tests/vm/
H A Dvm_allocation.c73 int numoftests; member
83 uintmax_t numoftests; member
108 suite->numoftests = numoftests; in create_suite()
125 logr("Number of tests: %d\n", suite->numoftests); in log_suite_info()
131 results.numoftests += (uintmax_t)suite->numoftests; in log_suite_results()
223 for (i = 0; i < suite->numoftests; i++) { in count_passed_suite_tests()
254 suite_t * suite = create_suite(name, numoftests, set_up, tests, tear_down); in _run_suite()
301 T_LOG("Total: %ju", results.numoftests); in log_aggregated_results()
303 T_LOG("Failed: %ju\n", results.numoftests - results.passed_tests); in log_aggregated_results()
305 T_QUIET; T_ASSERT_EQ(results.passed_tests, results.numoftests, in log_aggregated_results()
[all …]