Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/t/
Dtest-harness.t48 failed => { },
64 failed => {
82 failed => { },
98 failed => {
116 failed => { },
132 failed => { },
148 failed => { },
164 failed => { },
181 failed => {
199 failed => {
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/attrs/t/
Dattrs.t22 my $failed = 0;
27 (print "not "), $failed=1 if $@;
32 (print "not "), $failed=1 if $@;
37 (print "not "), $failed=1 if $@;
42 (print "not "), $failed=1 if $@;
48 (print "not "), $failed=1 if $@;
54 (print "not "), $failed=1 if $@;
60 (print "not "), $failed=1 if $@;
65 (print "not "), $failed=1 unless "@attrs" eq "method";
70 (print "not "), $failed=1 unless "@attrs" eq "locked method";
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Test/
DHarness.pm372 my @failed = grep { !$results{details}[$_-1]{ok} }
378 failed => \@failed,
420 push @{$test{failed}}, $test{'next'}..$test{max};
427 push @{$test{failed}}, $overrun
437 if (@{$test{failed}} and $test{max}) {
439 @{$test{failed}});
443 failed => scalar @{$test{failed}},
445 percent => 100*(scalar @{$test{failed}})/$test{max},
455 failed => '??',
469 failed => '??',
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Digest/MD5/t/
Dfiles.t96 my $failed;
101 $failed++;
106 $failed++;
111 $failed++;
116 print "$file: md5() failed\n";
117 $failed++;
120 print "$file: md5_hex() failed\n";
121 $failed++;
124 print "$file: md5_base64() failed\n";
125 $failed++;
[all …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument
72 * (bfd_boolean *) failed = TRUE; in check_for_relocs()
79 bfd_boolean failed = FALSE; in elf32_generic_link_add_symbols() local
82 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf32_generic_link_add_symbols()
84 if (failed) in elf32_generic_link_add_symbols()
Delf64-gen.c61 check_for_relocs (bfd * abfd, asection * o, void * failed) in check_for_relocs() argument
72 * (bfd_boolean *) failed = TRUE; in check_for_relocs()
79 bfd_boolean failed = FALSE; in elf64_generic_link_add_symbols() local
82 bfd_map_over_sections (abfd, check_for_relocs, & failed); in elf64_generic_link_add_symbols()
84 if (failed) in elf64_generic_link_add_symbols()
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dlfs.t50 # It is just that the test failed now.
86 do { warn "open big1 failed: $!\n"; bye };
88 do { warn "binmode big1 failed: $!\n"; bye };
90 do { warn "seek big1 failed: $!\n"; bye };
92 do { warn "print big1 failed: $!\n"; bye };
94 do { warn "close big1 failed: $!\n"; bye };
101 do { warn "open big2 failed: $!\n"; bye };
103 do { warn "binmode big2 failed: $!\n"; bye };
105 do { warn "seek big2 failed; $!\n"; bye };
107 do { warn "print big2 failed; $!\n"; bye };
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Exporter/
DHeavy.pm174 my @failed;
175 foreach $sym (@imports) { push(@failed, $sym) if $fail_cache->{$sym} }
176 if (@failed) {
177 @failed = $pkg->export_fail(@failed);
178 foreach $sym (@failed) {
183 if (@failed) {
/mirbsd/src/gnu/usr.bin/perl/ext/Fcntl/t/
Dsyslfs.t53 # It is just that the test failed now.
83 do { warn "sysopen big1 failed: $!\n"; bye };
85 do { warn "sysseek big1 failed: $!\n"; bye };
87 do { warn "syswrite big1 failed; $!\n"; bye };
89 do { warn "close big1 failed: $!\n"; bye };
96 do { warn "sysopen big2 failed: $!\n"; bye };
98 do { warn "sysseek big2 failed: $!\n"; bye };
100 do { warn "syswrite big2 failed; $!\n"; bye };
102 do { warn "close big2 failed: $!\n"; bye };
133 do { warn "sysopen 'big' failed: $!\n"; bye };
[all …]
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dcheckcase.pl17 my $failed;
22 $failed++;
26 print "no similarly named files found\n" unless $failed;
/mirbsd/src/gnu/usr.bin/perl/t/pod/
Dtestpchk.pl84 my $failed = 0;
115 ++$failed;
117 print "not ok ", $failed+$passes, "\n";
123 print "ok ", $failed+$passes, "\n";
Dtestp2pt.pl143 my $failed = 0;
174 ++$failed;
176 print "not ok ", $failed+$passes, "\n";
182 print "ok ", $failed+$passes, "\n";
/mirbsd/src/sys/lib/libsa/
Dalloc.c129 int failed; in alloc() local
139 failed = (*bestf == (struct fl *)0); in alloc()
157 failed = (bestsize == 0xffffffff); in alloc()
160 if (failed) { /* nothing found */ in alloc()
/mirbsd/src/gnu/usr.bin/lynx/
Dconfigure1221 echo "configure: failed program was:" >&5
1467 echo "configure: failed program was:" >&5
1699 echo "configure: failed program was:" >&5
1716 echo "configure: failed program was:" >&5
1733 echo "configure: failed program was:" >&5
2240 echo "configure: failed program was:" >&5
2268 echo "configure: failed program was:" >&5
3062 echo "configure: failed program was:" >&5
3099 echo "configure: failed program was:" >&5
3349 echo "configure: failed program was:" >&5
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/
DSyslog.pm43 my $failed = undef;
695 if ($failed && (time - $fail_time) > 60) {
705 $failed = $current_proto unless $failed;
710 $failed = undef if ($current_proto && $failed && $current_proto eq $failed);
/mirbsd/src/usr.sbin/ppp/ppp/
Dserver.c264 goto failed; in server_LocalOpen()
274 goto failed; in server_LocalOpen()
283 goto failed; in server_LocalOpen()
295 failed: in server_LocalOpen()
344 goto failed; in server_TcpOpen()
351 goto failed; in server_TcpOpen()
357 goto failed; in server_TcpOpen()
367 failed: in server_TcpOpen()
/mirbsd/src/usr.bin/mkdep/
Dmkdep.sh99 die compile failed.
105 die append failed.
110 die rename failed.
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUpload.c57 goto failed; in LYUpload()
63 goto failed; in LYUpload()
78 goto failed; in LYUpload()
156 failed: in LYUpload()
DLYDownload.c54 goto failed; in LYDownload()
66 goto failed; in LYDownload()
87 goto failed; in LYDownload()
116 goto failed; in LYDownload()
420 goto failed; in LYDownload()
448 failed: in LYDownload()
/mirbsd/src/gnu/usr.bin/perl/os2/
Ddl_os2.c55 static int failed; in find_myself() local
59 if (failed) in find_myself()
61 failed = 1; in find_myself()
72 failed = 0; in find_myself()
/mirbsd/src/sys/netinet/
Dif_atm.c140 goto failed;
145 goto failed;
160 goto failed;
168 failed:
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/
Denc_eucjp.t36 open(F, ">$file") or die "$0: failed to open '$file' for writing: $!";
47 open(F, "<$file") or die "$0: failed to open '$file' for reading: $!";
58 open(F, ">$f") or die "$0: failed to open '$f' for writing: $!";
62 open(F, $f) or die "$0: failed to open '$f' for reading: $!";
Denc_utf8.t31 open(F, ">$file") or die "$0: failed to open '$file' for writing: $!";
41 open(F, "<$file") or die "$0: failed to open '$file' for reading: $!";
52 open(F, ">$f") or die "$0: failed to open '$f' for writing: $!";
56 open(F, $f) or die "$0: failed to open '$f' for reading: $!";
/mirbsd/src/lib/libkvm/
Dkvm.c207 goto failed; in _kvm_open()
211 goto failed; in _kvm_open()
220 goto failed; in _kvm_open()
224 goto failed; in _kvm_open()
236 goto failed; in _kvm_open()
240 goto failed; in _kvm_open()
245 goto failed; in _kvm_open()
261 goto failed; in _kvm_open()
275 goto failed; in _kvm_open()
286 goto failed; in _kvm_open()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/List/Util/t/
Dfirst.t75 { my $failed = 0;
82 $failed = 1 if !defined $n;
86 ok(!$failed, 'from active sub');

12345678910>>...12