Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 95) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/t/
Dtest-harness.t46 skipped => 0,
62 skipped => 0,
80 skipped => 0,
96 skipped => 0,
114 skipped => 0,
130 skipped => 0,
146 skipped => 0,
162 skipped => 0,
179 skipped => 0
197 skipped => 0,
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/Test/t/
Dskip.t12 my $skipped=1;
13 skip('hop', sub { $skipped = 0 });
14 skip(sub {'jump'}, sub { $skipped = 0 });
15 skip('skipping stones is more fun', sub { $skipped = 0 });
24 ok $skipped, 1, 'not skipped?';
/mirbsd/src/gnu/usr.bin/perl/lib/Test/
DHarness.pm245 return $tot->{bad} == 0 && ($tot->{max} || $tot->{skipped}) ? 1 : 0;
333 skipped => 0,
380 skipped => $results{skip},
396 if ($test{max} and $test{skipped} + $test{bonus}) {
399 if $test{skipped};
409 $tot{skipped}++;
413 $tot{skipped}++;
438 my ($txt, $canon) = _canonfailed($test{max},$test{skipped},
686 if ($tot->{skipped}) {
688 . ($tot->{skipped} != 1 ? 's' : '');
[all …]
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/REXX/t/
Drx_vrexx.t6 print "1..0 # skipped: OS2::REXX not built\n";
10 print "1..0 # skipped: request via PERL_TEST_NOVREXX\n";
25 $found or print "1..0 # skipped: cannot find $name.DLL\n" and exit;
Drx_objcall.t17 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
Drx_tieydb.t13 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
Drx_dllld.t19 $found or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
Drx_emxrv.t23 $emx_version >= 99 and $reason = ' # skipped: version of EMX 100 or more'; # Be safe
Drx_tievar.t17 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
DManifest.t112 my @skipped;
114 @skipped = skipcheck()
117 is( join( ' ', @skipped ), 'MANIFEST.SKIP', 'listed skipped files' );
/mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/
Dillegal.t19 print "1..0 # skipped: Perl 5.6.1 or later".
35 print "1..0 # skipped: XSUB, or Perl 5.8.0 or later".
Dshort.t19 print "1..0 # skipped: Perl 5.6.1 or later".
Dsplit.t19 print "1..0 # skipped: Perl 5.6.1 or later".
/mirbsd/src/bin/pax/
Dbuf_subs.c395 off_t skipped = 0; in rd_skip() local
426 if (ar_fow(cnt, &skipped) < 0) in rd_skip()
428 res += cnt - skipped; in rd_skip()
429 rdcnt += skipped; in rd_skip()
Dar_io.c818 ar_fow(off_t sksz, off_t *skipped) in ar_fow() argument
823 *skipped = 0; in ar_fow()
853 *skipped = arsb.st_size - cpos; in ar_fow()
856 *skipped = sksz; in ar_fow()
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Dcc.notes17 lexical object in @pad. Objects with the TEMPORARY flag are skipped. If
20 flags set is also skipped and not written back to its SV.
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DManifest.pm235 my @skipped = ();
239 push @skipped, $file;
244 return @skipped;
/mirbsd/src/gnu/usr.bin/perl/Cross/
Dinstallperl.patch21 print "# file '$file' skipped\n" if $verbose;
/mirbsd/src/gnu/usr.bin/cvs/lib/
DMakefile.in488 skipped=""; \
490 skipped="($$skip tests were not run)"; \
491 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
492 dashes="$$skipped"; \
503 test -z "$$skipped" || echo "$$skipped"; \
/mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/
DTAP.pod168 been skipped. If the whole test file succeeds, the count of skipped
175 emitted if the test file is skipped completely:
279 the tests are marked as being skipped.
DChanges71 /^skip/i, like the word "skipped", but now it must match
430 - Undef warning introduced in 2.24 on skipped tests with no reasons
435 * Nikola Knezevic found a bug when tests are completely skipped
528 * Fixed a bug with tests failing if they're all skipped
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/
DChanges14 [TESTS] RT#16974: Failed test in t/podspell. This test is now skipped.
/mirbsd/src/gnu/usr.bin/perl/
DREADME.hurd35 8 tests and 24 subtests skipped.
/mirbsd/src/lib/libssl/src/doc/crypto/
DBN_generate_prime.pod69 If B<do_trial_division == 0>, this test is skipped.
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/t/
Dillegal.t22 print "1..0 # skipped: XSUB, or Perl 5.8.0 or later".

1234