Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/tests/
H A Dktest.h43 extern int T_SYM(test_result);
192 #define T_TESTRESULT (T_SYM(test_result))
/xnu-12377.61.12/tests/vm/
H A Dvm_allocation.c243 boolean_t test_result = child_terminated_normally(test_status); in child_test_passed() local
244 log_test_result(unit_test, test_result, test_num); in child_test_passed()
249 return test_result; in child_test_passed()