Searched refs:T_RESULT_PASS (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/osfmk/tests/ |
| H A D | ktest_global.c | 67 [T_STATE_UNRESOLVED][T_RESULT_PASS][T_MAIN] = T_STATE_PASS, 72 [T_STATE_PASS][T_RESULT_PASS][T_MAIN] = T_STATE_PASS, 77 [T_STATE_FAIL][T_RESULT_PASS][T_MAIN] = T_STATE_FAIL, 82 [T_STATE_SETUPFAIL][T_RESULT_PASS][T_MAIN] = T_STATE_SETUPFAIL, 87 [T_STATE_UNRESOLVED][T_RESULT_PASS][T_SETUP] = T_STATE_UNRESOLVED, 92 [T_STATE_PASS][T_RESULT_PASS][T_SETUP] = T_STATE_PASS, 97 [T_STATE_FAIL][T_RESULT_PASS][T_SETUP] = T_STATE_FAIL, 102 [T_STATE_SETUPFAIL][T_RESULT_PASS][T_SETUP] = T_STATE_SETUPFAIL, 110 [T_MAIN][T_RESULT_PASS] = "PASS", 114 [T_SETUP][T_RESULT_PASS] = "SETUP_PASS",
|
| H A D | ktest.c | 101 ktest_testcase_result = T_RESULT_PASS; in ktest_testcase()
|
| H A D | ktest.h | 95 #define T_RESULT_PASS 0 macro
|