Searched refs:suite (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c4 * running, result logging and clean up of a test suite, taking care
5 * of all the scaffolding. A test suite is a sequence of very targeted
9 * a test function and a logging identifier. A test suite is a suite_t
16 * other case (non-zero exit status, abnormal signal). The suite
17 * results are then aggregated and logged, and finally the test suite
23 * Testbot Test Case ([BEGIN]/[PASS]/[FAIL], and a test suite is
69 /* Test suite structure. */
120 suite_t *suite = (suite_t *)malloc(sizeof(suite_t)); local
121 die(suite == NULL, "malloc()");
123 suite
131 destroy_suite(suite_t *suite) argument
136 log_suite_info(suite_t *suite) argument
142 log_suite_results(suite_t *suite, int passed_tests) argument
170 run_test(suite_t *suite, unit_test_t *unit_test) argument
220 child_test_passed(suite_t *suite, unit_test_t *unit_test) argument
240 count_passed_suite_tests(suite_t *suite) argument
311 suite_t *suite = create_suite(name, numoftests, set_up, tests, local
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME38 will build the benchmark suite.

Completed in 25 milliseconds