Home
last modified time | relevance | path

Searched refs:FAILED (Results 1 – 25 of 69) sorted by relevance

123

/openbsd/src/regress/usr.sbin/snmpd/
Dsnmpd.sh24 FAILED=0
74 echo FAILED
120 FAILED=1
133 FAILED=1
146 FAILED=1
159 FAILED=1
172 FAILED=1
220 FAILED=1
233 FAILED=1
266 FAILED=1
[all …]
/openbsd/src/regress/bin/test/
DTEST.sh34 ERROR=0 FAILED=0
66 FAILED=`expr $FAILED + 1`
147 echo "Syntax errors: $ERROR Failed: $FAILED"
149 [ $FAILED -gt 0 ] && exit 1
/openbsd/src/regress/usr.bin/jot/
Dregress.m426 FAILED=""
38 [ -n "${FAILED}" ] && FAILED="${FAILED} "
39 FAILED="${FAILED}$1"
64 echo "FAILED ${NFAILED} tests out of ${TOTAL}: ${FAILED}"
/openbsd/src/gnu/usr.bin/gcc/contrib/regression/
Dbtest-gcc.sh63 FAILED=$STATE/failed
84 rm -rf $BUILD $REGRESS $FAILED
161 done | sort | uniq > $FAILED || exit 1
162 comm -12 $FAILED $PASSES >> $REGRESS || exit 1
173 done | sort | uniq | comm -23 - $FAILED > ${PASSES}~ || exit 1
Dobjs-gcc.sh55 FAILED=$STATE/failed
81 rm -rf $BUILD $REGRESS $FAILED
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_interface.cpp234 return XRayPatchingStatus::FAILED; in patchFunction()
251 return XRayPatchingStatus::FAILED; in patchFunction()
312 return XRayPatchingStatus::FAILED; in controlPatching()
323 return XRayPatchingStatus::FAILED; in controlPatching()
355 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
363 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
390 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DDistrostatus.pm21 FAILED => $failed,
31 sub failed { shift->{FAILED} }
/openbsd/src/gnu/usr.bin/perl/
DREADME.bs2000117 op/numconvert.......FAILED tests 1409-1440
118 op/regexp...........FAILED tests 483, 496
119 op/regexp_noamp.....FAILED tests 483, 496
120 pragma/overload.....FAILED tests 152-153, 170-171
121 pragma/warnings.....FAILED tests 14, 82, 129, 155, 192, 205, 207
122 lib/bigfloat........FAILED tests 351-352, 355
123 lib/bigfltpm........FAILED tests 354-355, 358
124 lib/complex.........FAILED tests 267, 487
125 lib/dumper..........FAILED tests 43, 45
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
DHub.pm55 $self->{+FAILED} = 0;
88 $self->{+FAILED} = 0;
351 $self->{+FAILED}++ if $fail && $f->{assert};
416 my $failed = $self->{+FAILED};
433 $failed = $self->{+FAILED};
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp78 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource, in LoadDIA()
102 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) { in createFromPdb()
106 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromPdb()
128 if (FAILED(HR = DiaDataSource->loadDataForExe(Path16Str, nullptr, nullptr))) in createFromExe()
131 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromExe()
/openbsd/src/gnu/usr.bin/perl/ext/re/t/
Dregop.pl19 warn "$str"=~$pat ? "%MATCHED%" : "%FAILED%","\n";
/openbsd/src/lib/libcrypto/arc4random/
Dgetentropy_win.c44 if (FAILED(BCryptGenRandom(NULL, buf, len, BCRYPT_USE_SYSTEM_PREFERRED_RNG))) { in getentropy()
/openbsd/src/libexec/talkd/
Dprocess.c88 rp->answer = FAILED; in process_request()
202 return (FAILED); in find_user()
/openbsd/src/include/protocols/
Dtalkd.h105 #define FAILED 2 /* operation failed for unexplained reason */ macro
/openbsd/src/gnu/llvm/compiler-rt/include/xray/
Dxray_interface.h92 FAILED = 3, enumerator
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/
Dcheck_analyze.sh32 echo FAILED $1 must contain $2 $3
/openbsd/src/regress/usr.sbin/bgpd/integrationtests/
Dmrt.sh17 echo FAILED
Dpolicy.sh34 echo FAILED
Dcapa.sh36 echo FAILED
Dmaxcomm.sh30 echo FAILED
Dmd5.sh30 echo FAILED
Dattr.sh32 echo FAILED
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/
Dharness-bailout.t220 like $err, qr/FAILED--Further testing stopped: bailout/;
226 like $err, qr/FAILED--Further testing stopped: bailout/;
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/
DToMan.pm18 sub FAILED () { 0 } subroutine
382 return length ${ $self->{_text_ref} } ? SUCCESS : FAILED;
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dfixlib.h52 #define FAILED(p) ((p) < SUCCESS) macro

123