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

/xnu-2422.115.4/tools/tests/unit_tests/
H A Dbuild_tests.sh4 local testname="$1"
9 echo "[TEST] ${testname} "
10 if [ -x "./${testname}" ]
12 echo "[BEGIN] Executing test ${testname}"
13 out_str=$(./"${testname}" 2>&1)
16 echo "[FAIL] Failed to execute test with name ${testname}"
22 echo "[PASS] Successfully finished ${testname}"
25 echo "[FAIL] Test failed ${testname} exit value $out_status"
26 echo " *** FAILURE of test ${testname} *** "
/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c535 init_test_common(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int want, int ispoll) argument
538 tst->t_testname = testname;
566 init_test(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int want) argument
568 init_test_common(tst, testname, watchfile, nprep, nclean, event, want, 0);
575 init_poll_test(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, int want) argument
577 init_test_common(tst, testname, watchfile, nprep, nclean, event, want, 1);

Completed in 20 milliseconds