/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/ |
H A 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 [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | Manifest.t | 111 my @skipped; 113 @skipped = skipcheck() 116 is( join( ' ', @skipped ), 'MANIFEST.SKIP', 'listed skipped files' ); 120 is( join(' ', filecheck() ), 'bar', 'listing skipped with filecheck()' );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Harness.pm | 168 counted as a skipped test. If the whole testscript succeeds, the 169 count of skipped tests is included in the generated output. 176 emitted if the test script is skipped completely: 384 return $tot->{bad} == 0 && ($tot->{max} || $tot->{skipped}) ? 1 : 0; 415 sub_skipped Number of individual tests skipped 422 skipped Number of test files skipped 462 skipped => 0, 496 skipped => $results{skip}, 511 if ($test{max} and $test{skipped} [all...] |
H A D | More.pm | 145 Your script will declare a skip with the reason why you skipped and 753 block of tests which can be skipped over or made todo. It's best if I 766 This declares a block of tests that might be skipped, $how_many tests 784 which Test::Harness interprets as skipped, but passing, tests.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Manifest.pm | 48 my @skipped = skipcheck; 224 my @skipped = skipcheck(); 226 lists all the files that are skipped due to your C<MANIFEST.SKIP> 236 my @skipped = (); 240 push @skipped, $file; 245 return @skipped; 597 which start with C<#> are skipped. Use C<\#> if you need a regular 619 used, similar to the example above. If you want nothing skipped, 655 is reported if a file is skipped due to an entry in C<MANIFEST.SKIP>.
|
H A D | MakeMaker.pm | 843 "in skipped section 'dynamic_bs'\n" 846 "in skipped section 'dynamic_lib'\n" 851 "targets in skipped section 'dynamic_bs'\n" 856 "in skipped section 'static_lib'\n" 859 return 'skipped' if $self->{SKIPHASH}{$section}; 2268 reports which files are skipped due to the entries in the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/ |
H A D | Straps.pm | 506 are todo in C<< $strap->{todo} >> and if the whole test was skipped 662 (or skipped), false if its a failure 669 skip_all if the whole test was skipped, this will 679 skip number of tests skipped
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Balanced.pm | 1156 The skipped prefix (i.e. the characters before the extracted string). 1220 delimiters, a prefix pattern to be skipped, and any escape characters) 1225 The third argument specifies a prefix pattern that is to be skipped 1239 delimiters>), the remainder of the text, and the skipped prefix (if 1411 skipped). If omitted, optional whitespace is skipped. 1477 skipped). If omitted, optional whitespace is skipped. 1838 which would cause the earlier " || die;\nexit;" to be skipped in any 1853 on which the here document starts is not skipped [all...] |
H A D | ParseWords.pm | 223 multiple spaces are skipped because of our $delim
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | AutoSplit.pm | 127 Warnings are issued and the file skipped if C<AutoSplit> cannot locate 252 print "AutoSplit skipped $filename: no AutoLoader used\n" 275 print "AutoSplit skipped ($al_idx_file newer than $filename)\n"
|
H A D | Test.pm | 443 This is used for tests that under some conditions can be skipped. It's 456 this test isn't skipped. 476 note about why it's being skipped. So in the first codeblock above, read 495 # (But it doesn't even get called if the test is skipped.) 691 skipped. But in reality, they I<are> evaluated, but C<skip> just won't
|
H A D | perl5db.pl | 5440 C<skip> defines the number of stack frames to be skipped, working backwards
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | h2ph.PL | 790 is not specified, then links are skipped over.
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 441 int nelem, skipped=0; local 495 skipped=1; 541 if(!skipped)
|
/osnet-11/usr/src/grub/grub2/build-uefi64/ |
H A D | Makefile | [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/ |
H A D | Makefile | [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 2929 boolean_t skipped = B_FALSE; local 3521 skipped = B_TRUE; 3527 if (ioctl_err != 0 && !skipped) { 3635 if (err || (ioctl_err && !skipped))
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | build.c | 1681 ** step can be skipped.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Find.pm | 185 If set, a directory which fails the I<untaint_pattern> is skipped,
|
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/ |
H A D | Makefile | [all...] |
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/ |
H A D | Makefile | [all...] |