Home
last modified time | relevance | path

Searched refs:experr (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/kyua/integration/
H A Dcmd_debug_test.sh39 cat >experr <<EOF
43 atf_check -s exit:3 -o empty -e file:experr kyua debug
58 cat >experr <<EOF
62 atf_check -s exit:3 -o empty -e file:experr kyua debug first:pass \
82 cat >experr <<EOF
85 atf_check -s exit:0 -o file:expout -e file:experr kyua debug second:pass
102 cat >experr <<EOF
105 atf_check -s exit:1 -o file:expout -e file:experr kyua debug first:fail
120 cat >experr <<EOF
123 atf_check -s exit:2 -o empty -e file:experr kyua debug second:die
[all …]
H A Dcmd_list_test.sh127 cat >experr <<EOF
130 atf_check -s exit:2 -o empty -e file:experr kyua list foo:
132 cat >experr <<EOF
135 atf_check -s exit:2 -o empty -e file:experr kyua list /a/b
168 cat >experr <<EOF
171 atf_check -s exit:2 -o empty -e file:experr kyua list this-is-ok :badbad
173 cat >experr <<EOF
176 atf_check -s exit:2 -o empty -e file:experr kyua list this-is-ok /foo
191 cat >experr <<EOF
194 atf_check -s exit:1 -o empty -e file:experr kyua list first1
[all …]
H A Dglobal_test.sh32 cat >experr <<EOF
37 atf_check -s exit:3 -o empty -e file:experr kyua
43 cat >experr <<EOF
48 atf_check -s exit:3 -o empty -e file:experr kyua --this_is_unknown
54 cat >experr <<EOF
59 atf_check -s exit:3 -o empty -e file:experr kyua i_am_not_known
H A Dcmd_config_test.sh94 cat >experr <<EOF
98 atf_check -s exit:1 -o empty -e file:experr kyua config \
143 cat >experr <<EOF
148 atf_check -s exit:1 -o file:expout -e file:experr kyua config \
228 cat >experr <<EOF
231 atf_check -s exit:2 -o empty -e file:experr kyua --config=foo config
317 cat >experr <<EOF
322 atf_check -s exit:3 -o empty -e file:experr kyua \
329 cat >experr <<EOF
332 atf_check -s exit:2 -o empty -e file:experr kyua \
H A Dcmd_report_html_test.sh142 "$(utils_test_suite_id)." >experr
143 atf_check -s exit:2 -o empty -e file:experr kyua report-html
190 cat >experr <<EOF
193 atf_check -s exit:2 -o empty -e file:experr kyua report-html
247 echo "kyua: E: Unknown result type 'foo-bar'." >experr
248 atf_check -s exit:2 -o empty -e file:experr kyua report-html \
H A Dcmd_test_test.sh365 cat >experr <<EOF
368 atf_check -s exit:2 -o empty -e file:experr kyua test foo:
370 cat >experr <<EOF
373 atf_check -s exit:2 -o empty -e file:experr kyua test /a/b
413 cat >experr <<EOF
416 atf_check -s exit:2 -o empty -e file:experr kyua test this-is-ok :badbad
418 cat >experr <<EOF
421 atf_check -s exit:2 -o empty -e file:experr kyua test this-is-ok /foo
442 cat >experr <<EOF
445 atf_check -s exit:1 -o file:expout -e file:experr kyua test first1
[all …]
H A Dcmd_about_test.sh129 cat >experr <<EOF
133 atf_check -s exit:3 -o empty -e file:experr kyua about foo
H A Dcmd_report_test.sh91 "$(utils_test_suite_id)." >experr
92 atf_check -s exit:2 -o empty -e file:experr kyua report
206 cat >experr <<EOF
210 atf_check -s exit:1 -o file:expout -e file:experr kyua report \
H A Dcmd_report_junit_test.sh175 "$(utils_test_suite_id)." >experr
176 atf_check -s exit:2 -o empty -e file:experr kyua report-junit
/freebsd/contrib/netbsd-tests/usr.bin/id/
H A Dt_whoami.sh62 echo 'usage: whoami' >experr
63 atf_check -s eq:1 -o empty -e file:experr ./run_whoami.sh root
67 echo 'usage: whoami' >experr
68 atf_check -s eq:1 -o empty -e file:experr ./run_whoami.sh -r
H A Dt_id.sh58 echo 'id: nonexistent: No such user' >experr
59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent
110 echo 'id: nonexistent: No such user' >experr
111 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -G nonexistent
180 echo 'id: nonexistent: No such user' >experr
181 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -g nonexistent
219 echo 'id: nonexistent: No such user' >experr
220 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -p nonexistent
289 echo 'id: nonexistent: No such user' >experr
290 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh -u nonexistent
/freebsd/contrib/atf/atf-sh/
H A Dintegration_test.sh38 cat >experr <<EOF
42 atf_check -s eq:1 -o ignore -e file:experr "${ATF_SH}"
48 cat >experr <<EOF
51 atf_check -s eq:1 -o ignore -e file:experr "${ATF_SH}" non-existent
H A Dmisc_helpers.sh72 cat >experr <<SECONDEOF
75 atf_check -s eq:0 -o empty -e file:experr -x 'echo bar 1>&2'
H A Dlibatf-sh.subr75 # atf_check cmd expcode expout experr
/freebsd/contrib/atf/atf-c/
H A Dutils.c426 const char *experr) in atf_utils_wait() argument
455 if (strlen(experr) > save_prefix_length && in atf_utils_wait()
456 strncmp(experr, save_prefix, save_prefix_length) == 0) { in atf_utils_wait()
458 experr + save_prefix_length); in atf_utils_wait()
461 experr)); in atf_utils_wait()
H A Dutils_test.c389 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait() argument
399 atf_utils_wait(pid, exitstatus, expout, experr); in fork_and_wait()
/freebsd/contrib/atf/atf-c++/
H A Dutils.cpp104 const std::string& expout, const std::string& experr) in wait() argument
106 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str()); in wait()
H A Dutils_test.cpp330 fork_and_wait(const int exitstatus, const char* expout, const char* experr) in fork_and_wait() argument
339 atf::utils::wait(pid, exitstatus, expout, experr); in fork_and_wait()
/freebsd/contrib/unifdef/tests/
H A Dxterm.sh6 cat xterm.experr 1>&2
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp76 safe_access(const impl::path& p, int mode, int experr) in safe_access() argument
83 if (atf_libc_error_code(err) == experr) { in safe_access()
/freebsd/contrib/atf/atf-c/detail/
H A Dfs_test.c680 const int experr = atf_user_is_root() ? t->rerror : t->uerror; in ATF_TC_BODY() local
693 printf("Expected error: %d\n", experr); in ATF_TC_BODY()
702 if (experr == 0) { in ATF_TC_BODY()
707 ATF_REQUIRE_EQ(atf_libc_error_code(err), experr); in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/modules/
H A Dt_modload.sh49 cat >experr <<EOF