Lines Matching refs:test_status
7 static test_status_t test_status = test_status_pass; variable
74 test_status = test_status_skip; in test_skip()
86 test_status = test_status_fail; in test_fail()
90 test_status_string(test_status_t test_status) { in test_status_string() argument
91 switch (test_status) { in test_status_string()
102 test_status = test_status_pass; in p_test_init()
108 test_counts[test_status]++; in p_test_fini()
110 test_status_string(test_status)); in p_test_fini()
136 if (test_status > ret) { in p_test_impl()
137 ret = test_status; in p_test_impl()
145 if (test_status > ret) { in p_test_impl()
146 ret = test_status; in p_test_impl()
153 if (test_status > ret) { in p_test_impl()
154 ret = test_status; in p_test_impl()
216 test_status = test_status_fail; in p_test_fail()