Home
last modified time | relevance | path

Searched refs:experr (Results 1 – 25 of 25) 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.sh177 "$(utils_test_suite_id)." >experr
178 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/usr.sbin/pw/tests/
H A Dpw_unit_test.c65 char experr[128]; in checkfd_invalid() local
68 snprintf(experr, sizeof(experr), in checkfd_invalid()
75 atf_utils_wait(pid, EX_USAGE, "", experr); in checkfd_invalid()
/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.c431 * \param experr Expected contents of stderr. */ in atf_utils_wait()
434 const char *experr) in atf_utils_wait()
464 if (strlen(experr) > save_prefix_length && in atf_utils_wait()
465 strncmp(experr, save_prefix, save_prefix_length) == 0) { in atf_utils_wait()
467 experr + save_prefix_length);
470 experr));
426 atf_utils_wait(const pid_t pid,const int exitstatus,const char * expout,const char * experr) atf_utils_wait() argument
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.cpp75 safe_access(const impl::path& p, int mode, int experr)
82 if (atf_libc_error_code(err) == experr) { in safe_access()
76 safe_access(const impl::path & p,int mode,int experr) safe_access() argument
/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/libarchive/libarchive/test/
H A Dtest_write_disk.c237 static void create_fail(struct archive_entry *ae, int experr, in create_fail() argument
247 assertEqualIntA(ad, experr, archive_errno(ad)); in create_fail()
/freebsd/contrib/netbsd-tests/modules/
H A Dt_modload.sh49 cat >experr <<EOF
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dt_cc.c204 #define CHECK_FAIL(experr, kret, msg) \ argument
205 if (experr != kret) { CHECK(kret, msg);}