Lines Matching refs:exit_code
137 _metadata->exit_code = KSFT_SKIP; \
436 if (_metadata->exit_code) \
444 _metadata->exit_code = KSFT_FAIL; \
453 _metadata->exit_code = WEXITSTATUS(status); \
802 _metadata->exit_code = KSFT_FAIL; \
813 _metadata->exit_code = KSFT_FAIL; \
923 int exit_code;
936 return metadata->exit_code != KSFT_FAIL &&
937 metadata->exit_code <= KSFT_SKIP;
986 t->exit_code = KSFT_FAIL;
997 t->exit_code = KSFT_FAIL;
1009 t->exit_code = KSFT_FAIL;
1017 t->exit_code = KSFT_FAIL;
1024 t->exit_code = WEXITSTATUS(status);
1026 t->exit_code = KSFT_FAIL;
1035 t->exit_code = KSFT_PASS;
1039 t->exit_code = KSFT_FAIL;
1046 t->exit_code = KSFT_FAIL;
1052 t->exit_code = KSFT_PASS;
1060 t->exit_code = KSFT_FAIL;
1204 t->exit_code = KSFT_PASS;
1222 t->exit_code = KSFT_FAIL;
1226 _exit(t->exit_code);
1239 t->exit_code = __test_passed(t) ? KSFT_XPASS : KSFT_XFAIL;
1243 else if (t->exit_code == KSFT_PASS || t->exit_code == KSFT_FAIL)
1248 ksft_test_result_code(t->exit_code, test_name,