Lines Matching refs:atf_fail
84 # atf_fail in case of failure.
89 atf_fail "atf-check failed; see the output of the test for details"
105 atf_fail "${1} != ${2} (${_val1} != ${_val2})"
246 # atf_fail msg1 [.. msgN]
252 atf_fail()
301 atf_fail "Test case was expecting a failure but got a pass instead"
333 atf_fail "atf_require_prog does not accept relative path names \`${1}'"
384 eval "${1}_body() { atf_fail 'Test case not implemented'; }"
453 # have to use the atf_fail function.
623 atf_fail "Test case body returned a non-ok exit code, but" \
676 atf_fail "Test case was expected to terminate abruptly but it" \
681 atf_fail "Test case was expected to exit cleanly but it continued" \
686 atf_fail "Test case was expecting a failure but none were raised"
692 atf_fail "Test case was expected to receive a termination signal" \
697 atf_fail