Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/tests/
H A Dktest.h42 extern int T_SYM(test_result);
191 #define T_TESTRESULT (T_SYM(test_result))
/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c211 boolean_t test_result = child_terminated_normally(test_status); in child_test_passed() local
212 log_test_result(unit_test, test_result, test_num); in child_test_passed()
213 return test_result; in child_test_passed()