Lines Matching refs:KSFT_FAIL
437 _metadata->exit_code = KSFT_FAIL; \
795 _metadata->exit_code = KSFT_FAIL; \
806 _metadata->exit_code = KSFT_FAIL; \
927 return metadata->exit_code != KSFT_FAIL && in __test_passed()
1003 int status = KSFT_FAIL << 8; in __wait_for_test()
1007 t->exit_code = KSFT_FAIL; in __wait_for_test()
1018 t->exit_code = KSFT_FAIL; in __wait_for_test()
1027 t->exit_code = KSFT_FAIL; in __wait_for_test()
1036 t->exit_code = KSFT_FAIL; in __wait_for_test()
1045 t->exit_code = KSFT_FAIL; in __wait_for_test()
1058 t->exit_code = KSFT_FAIL; in __wait_for_test()
1065 t->exit_code = KSFT_FAIL; in __wait_for_test()
1079 t->exit_code = KSFT_FAIL; in __wait_for_test()
1153 return opt == 'h' ? KSFT_SKIP : KSFT_FAIL; in test_harness_argv_check()
1237 t->exit_code = KSFT_FAIL; in __run_test()
1258 else if (t->exit_code == KSFT_PASS || t->exit_code == KSFT_FAIL) in __run_test()
1326 return KSFT_FAIL; in test_harness_run()