Searched refs:skipped (Results 1 – 25 of 95) sorted by relevance
1234
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/t/ |
| D | test-harness.t | 46 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/ |
| D | skip.t | 12 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/ |
| D | Harness.pm | 245 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/ |
| D | rx_vrexx.t | 6 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;
|
| D | rx_objcall.t | 17 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
|
| D | rx_tieydb.t | 13 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
|
| D | rx_dllld.t | 19 $found or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
|
| D | rx_emxrv.t | 23 $emx_version >= 99 and $reason = ' # skipped: version of EMX 100 or more'; # Be safe
|
| D | rx_tievar.t | 17 or print "1..0 # skipped: cannot find RXU.DLL\n" and exit;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/ |
| D | Manifest.t | 112 my @skipped; 114 @skipped = skipcheck() 117 is( join( ' ', @skipped ), 'MANIFEST.SKIP', 'listed skipped files' );
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Unicode/Normalize/t/ |
| D | illegal.t | 19 print "1..0 # skipped: Perl 5.6.1 or later". 35 print "1..0 # skipped: XSUB, or Perl 5.8.0 or later".
|
| D | short.t | 19 print "1..0 # skipped: Perl 5.6.1 or later".
|
| D | split.t | 19 print "1..0 # skipped: Perl 5.6.1 or later".
|
| /mirbsd/src/bin/pax/ |
| D | buf_subs.c | 395 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()
|
| D | ar_io.c | 818 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/ |
| D | cc.notes | 17 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/ |
| D | Manifest.pm | 235 my @skipped = (); 239 push @skipped, $file; 244 return @skipped;
|
| /mirbsd/src/gnu/usr.bin/perl/Cross/ |
| D | installperl.patch | 21 print "# file '$file' skipped\n" if $verbose;
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | Makefile.in | 488 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/ |
| D | TAP.pod | 168 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.
|
| D | Changes | 71 /^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/ |
| D | Changes | 14 [TESTS] RT#16974: Failed test in t/podspell. This test is now skipped.
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.hurd | 35 8 tests and 24 subtests skipped.
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BN_generate_prime.pod | 69 If B<do_trial_division == 0>, this test is skipped.
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/t/ |
| D | illegal.t | 22 print "1..0 # skipped: XSUB, or Perl 5.8.0 or later".
|
1234