Lines Matching refs:atf_check
42 atf_check -s eq:0 -o match:"passed" -e match:"WARNING.*atf-run" \
57 atf_check -s eq:0 -o match:"passed" -o match:"msg" \
59 atf_check -s eq:1 -o match:"failed: Failure reason" -o match:"msg" \
61 atf_check -s eq:0 -o match:"skipped: Skipped reason" -o match:"msg" \
76 atf_check -s eq:0 -o inline:"msg\n" -e ignore "${h}" -s "${srcdir}" \
78 atf_check -o inline:"passed\n" cat resfile
80 atf_check -s eq:1 -o inline:"msg\n" -e ignore "${h}" -s "${srcdir}" \
82 atf_check -o inline:"failed: Failure reason\n" cat resfile
84 atf_check -s eq:0 -o inline:"msg\n" -e ignore "${h}" -s "${srcdir}" \
86 atf_check -o inline:"skipped: Skipped reason\n" cat resfile
105 atf_check -s signal -o ignore \
111 atf_check -s exit -o ignore \
125 atf_check -s exit:1 -o match:'failed: .*This is unhandled' \