Searched refs:RESULT_FAIL (Results 1 – 4 of 4) sorted by relevance
208 [RESULT_FAIL] = "fail", in result_to_str()244 case RESULT_FAIL: in run_case()447 return RESULT_FAIL; in counts_to_result()614 result = RESULT_FAIL; in main()
39 RESULT_FAIL = 1, enumerator
362 return RESULT_FAIL; in execute_compositor()
261 failed. You can fail a test by any means, e.g. ``exit(RESULT_FAIL)``, but