Lines Matching refs:atf_check
30 # TODO: Bring in the checks in the bootstrap testsuite for atf_check.
35 atf_set "descr" "Verifies that atf_check prints an informative" \
42 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
45 atf_fail "atf_check does not print an informative message"
47 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
50 atf_fail "atf_check does not print an informative message"
56 atf_set "descr" "Verifies that atf_check prints a diff of the" \
64 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
67 atf_fail "atf_check does not print an informative message"
69 atf_fail "atf_check does not print the stdout header"
71 atf_fail "atf_check prints the stderr header"
73 atf_fail "atf_check does not print the stdout's diff"
75 atf_fail "atf_check does not print the stdout's diff"
81 atf_set "descr" "Verifies that atf_check prints a diff of the" \
89 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
92 atf_fail "atf_check does not print an informative message"
94 atf_fail "atf_check prints the stdout header"
96 atf_fail "atf_check does not print the stderr header"
98 atf_fail "atf_check does not print the stderr's diff"
100 atf_fail "atf_check does not print the stderr's diff"
106 atf_set "descr" "Verifies that atf_check prints a the stdout it got" \
113 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
116 atf_fail "atf_check does not print an informative message"
118 atf_fail "atf_check does not print the stdout header"
120 atf_fail "atf_check prints the stderr header"
122 atf_fail "atf_check does not print stdout's contents"
128 atf_set "descr" "Verifies that atf_check prints a the stderr it got" \
135 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
138 atf_fail "atf_check does not print an informative message"
140 atf_fail "atf_check prints the stdout header"
142 atf_fail "atf_check does not print the stderr header"
144 atf_fail "atf_check does not print stderr's contents"
156 atf_check -s eq:0 -o ignore -e ignore -x "${h} atf_check_equal_ok"
158 atf_check -s eq:1 -o ignore -e ignore -x \
160 atf_check -s eq:0 -o ignore -e empty grep '^failed: a != b (a != b)$' \
163 atf_check -s eq:0 -o ignore -e ignore -x "${h} atf_check_equal_eval_ok"
165 atf_check -s eq:1 -o ignore -e ignore -x \
167 atf_check -s eq:0 -o ignore -e empty \