OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testfailed
(Results
1 - 18
of
18
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-cc.in
44
testfailed
="echo test failed; exit 1"
111
${kinit} foo@${R} || { ec=1 ; eval "${
testfailed
}"; }
112
${kswitch} -p foo@${R} || { ec=1 ; eval "${
testfailed
}"; }
113
${klist} -l | grep foo@ >/dev/null || { ec=1 ; eval "${
testfailed
}"; }
117
${kinit} -c SCC:1 foo@${R} || { ec=1 ; eval "${
testfailed
}"; }
118
${kinit} -c SCC:2 bar@${R} || { ec=1 ; eval "${
testfailed
}"; }
120
${kswitch} -p foo@${R} || { ec=1 ; eval "${
testfailed
}"; }
121
${klist} | head -2 | grep foo@ >/dev/null || { ec=1 ; eval "${
testfailed
}"; }
122
${klist} -l | grep foo@ >/dev/null || { ec=1 ; eval "${
testfailed
}"; }
123
${klist} -l | grep bar@ >/dev/null || { ec=1 ; eval "${
testfailed
}"; }
[
all
...]
check-referral.in
40
testfailed
="echo test failed; cat messages.log; exit 1"
113
{ ec=1 ; eval "${
testfailed
}"; }
116
{ ec=1 ; eval "${
testfailed
}"; }
121
{ ec=1 ; eval "${
testfailed
}"; }
124
{ ec=1 ; eval "${
testfailed
}"; }
133
{ ec=1 ; eval "${
testfailed
}"; }
136
{ ec=1 ; eval "${
testfailed
}"; }
142
{ ec=1 ; eval "${
testfailed
}"; }
145
{ ec=1 ; eval "${
testfailed
}"; }
151
{ ec=1 ; eval "${
testfailed
}"; }
[
all
...]
check-des.in
38
testfailed
="echo test failed; cat messages.log; exit 1"
108
{ ec=1 ; eval "${
testfailed
}"; }
110
${kgetcred} ${afsserver}@${R} || { ec=1 ; eval "${
testfailed
}"; }
111
${klist} -v | grep des-cbc-crc > /dev/null && { ec=1 ; eval "${
testfailed
}"; }
113
${kgetcred} ${hostserver}@${R} || { ec=1 ; eval "${
testfailed
}"; }
114
${klist} -v | grep des-cbc-crc > /dev/null && { ec=1 ; eval "${
testfailed
}"; }
120
{ ec=1 ; eval "${
testfailed
}"; }
123
{ ec=1 ; eval "${
testfailed
}"; }
125
${kgetcred} ${afsserver}@${R} || { ec=1 ; eval "${
testfailed
}"; }
126
${klist} -v | grep des-cbc-crc > /dev/null && { ec=1 ; eval "${
testfailed
}"; }
[
all
...]
check-canon.in
59
testfailed
="echo test failed; ${klist}; exit 1"
111
{ ec=1 ; eval "${
testfailed
}"; }
116
${kgetcred} --name-type=SRV_HST host $host || { ec=1 ; eval "${
testfailed
}"; }
121
${kgetcred} --name-type=SRV_HST host $host 2>/dev/null && { ec=1 ; eval "${
testfailed
}"; }
126
{ ec=1 ; echo "t1 referral entry not present"; eval "${
testfailed
}"; }
128
{ ec=1 ; echo "canonicalized t1 entry not present"; eval "${
testfailed
}"; }
130
{ ec=1 ; echo "t2 referral entry not present"; eval "${
testfailed
}"; }
132
{ ec=1 ; echo "canonicalized t2 entry not present"; eval "${
testfailed
}"; }
134
{ ec=1 ; echo "t3 referral entry not present"; eval "${
testfailed
}"; }
136
{ ec=1 ; echo "canonicalized t3 entry not present"; eval "${
testfailed
}"; }
[
all
...]
check-kdc.in
43
testfailed
="echo test failed; cat messages.log; exit 1"
366
{ ec=1 ; eval "${
testfailed
}"; }
368
{ ec=1 ; eval "${
testfailed
}"; }
371
{ ec=1 ; eval "${
testfailed
}"; }
375
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
377
${klist} > /dev/null || { ec=1 ; eval "${
testfailed
}"; }
379
{ ec=1 ; eval "${
testfailed
}"; }
384
{ ec=1 ; eval "${
testfailed
}"; }
391
{ ec=1 ; eval "${
testfailed
}"; }
394
${kgetcred} foo@${R2} || { ec=1 ; eval "${
testfailed
}"; }
[
all
...]
check-pkinit.in
38
testfailed
="echo test failed; cat messages.log; exit 1"
182
{ ec=1 ; eval "${
testfailed
}"; }
183
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
188
{ ec=1 ; eval "${
testfailed
}"; }
189
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
194
{ ec=1 ; eval "${
testfailed
}"; }
195
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
200
{ ec=1 ; eval "${
testfailed
}"; }
201
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
207
{ ec=1 ; eval "${
testfailed
}"; }
[
all
...]
check-hdb-mitdb.in
43
testfailed
="echo test failed; cat messages.log; exit 1"
97
{ ec=1 ; eval "${
testfailed
}"; }
99
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
101
${klist} > /dev/null || { ec=1 ; eval "${
testfailed
}"; }
103
{ ec=1 ; eval "${
testfailed
}"; }
check-delegation.in
63
testfailed
="echo test failed; ${klist} -v ; exit 1"
114
{ ec=1 ; eval "${
testfailed
}"; }
117
${kgetcred} krbtgt/${R2}@${R} || { ec=1 ; eval "${
testfailed
}"; }
118
${kgetcred} krbtgt/${R3}@${R2} || { ec=1 ; eval "${
testfailed
}"; }
119
${kgetcred} krbtgt/${R4}@${R3} || { ec=1 ; eval "${
testfailed
}"; }
120
${kgetcred} host/server.test3.h5l.se@${R3} || { ec=1 ; eval "${
testfailed
}"; }
121
${kgetcred} host/server.test4.h5l.se@${R4} || { ec=1 ; eval "${
testfailed
}"; }
126
{ ec=1 ; echo "server.test3 failed"; eval "${
testfailed
}"; }
128
{ ec=1 ; echo "noserver.test3 failed"; eval "${
testfailed
}"; }
130
{ ec=1 ; echo "server.test4 failed" ; eval "${
testfailed
}"; }
[
all
...]
check-kpasswdd.in
43
testfailed
="echo test failed; cat messages.log; exit \$ec"
120
{ ec=1 ; eval "${
testfailed
}"; }
122
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
124
${klist} > /dev/null || { ec=1 ; eval "${
testfailed
}"; }
126
{ ec=1 ; eval "${
testfailed
}"; }
145
{ ec=$? ; eval "${
testfailed
}"; }
154
{ ec=1 ; eval "${
testfailed
}"; }
156
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
158
${klist} > /dev/null || { ec=1 ; eval "${
testfailed
}"; }
160
{ ec=1 ; eval "${
testfailed
}"; }
[
all
...]
check-uu.in
38
testfailed
="echo test failed; cat messages.log; exit 1"
98
{ ec=1 ; eval "${
testfailed
}"; }
102
{ ec=1 ; eval "${
testfailed
}"; }
112
{ ec=1; eval "${
testfailed
}"; }
118
{ ec=1; eval "${
testfailed
}"; }
check-fast.in
43
testfailed
="echo test failed; cat messages.log; exit 1"
104
{ ec=1 ; eval "${
testfailed
}"; }
108
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
110
${klist} > /dev/null || { ec=1 ; eval "${
testfailed
}"; }
125
{ ec=1 ; eval "${
testfailed
}"; }
130
{ ec=1 ; eval "${
testfailed
}"; }
check-kinit.in
44
testfailed
="echo test failed; exit 1"
139
${kinit} -l $cred_life -r $cred_renew_life foo@${R} || { ec=1 ; eval "${
testfailed
}"; }
140
${klist} -v || { ec=1 ; eval "${
testfailed
}"; }
142
${kinit} -l $cred_life -r $cred_renew_life foo@${R} "$0" torture-me || { ec=1 ; eval "${
testfailed
}"; }
check-tester.in
44
testfailed
="echo test failed; cat messages.log; exit 1"
check-digest.in
39
testfailed
="echo test failed; cat messages.log; exit 1"
/src/crypto/external/bsd/heimdal/dist/tests/plugin/
check-pac.in
44
testfailed
="echo test failed; cat messages.log; exit 1"
107
{ ec=1 ; eval "${
testfailed
}"; }
111
{ ec=1 ; eval "${
testfailed
}"; }
113
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
116
{ ec=1 ; eval "${
testfailed
}"; }
121
{ ec=1 ; eval "${
testfailed
}"; }
123
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
126
{ ec=1 ; eval "${
testfailed
}"; }
131
{ ec=1 ; eval "${
testfailed
}"; }
133
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
[
all
...]
/src/crypto/external/bsd/heimdal/dist/tests/gss/
check-context.in
122
testfailed
="echo test failed; cat messages.log; exit 1"
126
host@lucid.test.h5l.se || { eval "$
testfailed
"; }
129
host@lucid.test.h5l.se && { eval "$
testfailed
"; }
131
--mech-types=krb5 host@lucid.test.h5l.se && { eval "$
testfailed
"; }
133
--mech-types=krb5 host@lucid.test.h5l.se && { eval "$
testfailed
"; }
135
--mech-types=krb5 host@lucid.test.h5l.se && { eval "$
testfailed
"; }
138
&& { eval "$
testfailed
"; }
140
${klist} && { eval "$
testfailed
"; }
144
{ eval "$
testfailed
"; }
148
{ eval "$
testfailed
"; }
[
all
...]
/src/crypto/external/bsd/heimdal/dist/tests/ldap/
check-ldap.in
57
testfailed
="echo test failed; exit 1"
130
{ ec=1 ; eval "${
testfailed
}"; }
133
${kgetcred} ${server}@${R} || { ec=1 ; eval "${
testfailed
}"; }
138
{ ec=1 ; eval "${
testfailed
}"; }
/src/crypto/external/bsd/heimdal/dist/tests/db/
check-aliases.in
42
testfailed
="echo test failed; cat messages.log; exit 1"
Completed in 49 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026