Searched refs:skip (Results 1 - 25 of 217) sorted by relevance

123456789

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dsecurity.t32 # Determine whether we need to skip things and why
33 my $skip = 0;
35 $skip = "Skip Not supported on this platform";
37 $skip = "Skip Perl version must be v5.6.0 for these tests";
41 print "# We will be skipping some tests : $skip\n" if $skip;
54 unless $skip;
59 &test_security($skip);
64 unless $skip;
68 &test_security($skip);
[all...]
H A Dposix.t38 skip("Skip test failed probably due to \$TMPDIR being on NFS",1);
71 skip("Skip test failed probably due to \$TMPDIR being on NFS",1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dskip.t12 # If we skip with the same name, Test::Harness will report it back and
14 my $Why = "Just testing the skip interface.";
17 skip $Why, 2
29 skip "We're not skipping", 2 if 0;
31 pass("Inside skip block");
37 skip "Again, not skipping", 2 if 0;
47 skip $Why, 2 if 1;
63 skip $Why;
66 is( $warning, "skip() needs to know \$how_many tests are in the ".
68 'skip withou
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfiletest.t32 skip('no seteuid');
35 skip('we cannot chmod symlinks');
38 skip( $bad_chmod );
59 skip('no seteuid');
H A Dstat.t53 skip "No link count", 1 if $Is_VMS;
59 skip "mtime and ctime not reliable", 2
80 skip "link() unimplemented", 6 if $@ =~ /unimplemented/;
89 skip "No link count", 1 if $Config{dont_use_nlink};
90 skip "Cygwin9X fakes hard links by copying", 1
98 skip "Solaris tmpfs has different mtime/ctime link semantics", 2
101 skip "AFS has different mtime/ctime link semantics", 2
103 skip "AmigaOS has different mtime/ctime link semantics", 2
108 skip "No ctime concept on this OS", 2
146 skip "
[all...]
H A Dcrypt.t32 skip ("VOS crypt ignores salt.", 1) if ($^O eq 'vos');
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhexdump.c31 {"skip", 's', 0, N_("Skip offset bytes from the beginning of file."), 0,
43 grub_disk_addr_t skip; local
50 skip = (state[0].set) ? grub_strtoull (state[0].arg, 0, 0) : 0;
54 hexdump (skip, (char *) (grub_addr_t) skip, length);
66 sector = (skip >> (GRUB_DISK_SECTOR_BITS + 2)) * 4;
67 ofs = skip & (GRUB_DISK_SECTOR_SIZE * 4 - 1);
79 hexdump (skip, buf, len);
82 skip += len;
97 file->offset = skip;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A DswitchI.t20 skip 'Double colons not allowed in dir spec', 1 if $Is_VMS;
29 skip 'Double colons not allowed in dir spec', 1 if $Is_VMS;
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcprefix.c38 int skip; /* this line already prefixed */ member in struct:__anon1131
62 int skip; local
64 skip = 0;
73 skip = 1;
77 if (pfx->skip)
78 pfx->skip = 0;
85 pfx->skip = skip;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c76 * skip: index to leave open
96 u_int16_t skip; local
104 * skip set to the offset which should be used. Additionally, l and r
107 skip = argskip;
109 bt_root(t, sp, &l, &r, &skip, ilen) :
110 bt_page(t, sp, &l, &r, &skip, ilen);
118 h->linp[skip] = h->upper -= ilen;
166 skip = parent->index + 1;
191 (h->prevpg != P_INVALID || skip > 1)) {
221 bt_root(t, h, &l, &r, &skip, nbyte
625 indx_t full, half, nxt, off, skip, top, used; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dhead.c54 "[s:skip?Skip \askip\a characters or lines from each file before "
55 "copying.]#[skip]"
78 register off_t skip = 0; local
107 skip = opt_info.number;
140 if (skip > 0)
141 sfmove(fp, NiL, skip, delim);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dbytes.t19 skip "bytes.pm appeared in 5.6", 3 if $] < 5.006;
H A DMkbootstrap.t29 skip("could not make dummy .bs file: $!", 2) unless $file_is_ready;
63 skip("cannot open boot_BS for writing: $!", 1) unless $file_is_ready;
77 skip("cannot make dasboot.bs: $!", 5) unless $file_is_ready;
84 skip("cannot write readonly files", 1) if -w 'dasboot.bs';
100 # now be tricky, and set the status for the next skip block
107 skip("cannot read .bs file: $!", 2) unless $file_is_ready;
123 skip("cannot make dasboot.bs again: $!", 1) unless $file_is_ready;
139 skip("cannot open dasboot.bs for reading: $!", 3) unless $file_is_ready;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfiletest.t59 skip("No $chflags available", 4) if !-x $chflags;
73 skip("Errors in test using chflags: $@", 4) if $@;
78 skip("No tests on effective user id", 1)
88 skip("No tests on effective user id", 1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.t33 skip('inode number is not constant on OS/2', 1) if $^O eq 'os2';
61 skip("Could not open file: $!", 2) unless open(STAT, 'TEST');
76 main::skip("Win32: different stat-info on filehandle", 1) if $^O eq 'MSWin32';
77 main::skip("dos: inode number is fake on dos", 1) if $^O eq 'dos';
79 main::skip("OS/2: inode number is not constant on os/2", 1) if $^O eq 'os2';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dpipe.t33 skip "Doesn't work here yet", 4 if $^O eq 'vmesa';
54 skip "fork required", 2 unless $Config{d_fork};
107 skip "doesn't like spawning subprocesses that are still connected", 10
116 skip "Won't report failure on broken pipe", 1
133 skip "Don't work yet", 9 if $^O eq 'vmesa';
144 skip "Don't work yet", 6 if $^O eq 'mpeix';
H A Dfs.t76 skip "bogus umask", 1 if ($^O eq 'MSWin32') || ($^O eq 'NetWare') || ($^O eq 'epoc') || $Is_MacOS;
90 skip("no link", 4) unless $has_link;
99 skip "no nlink", 1 if $Config{dont_use_nlink};
105 skip "hard links not that hard in $^O", 1 if $^O eq 'amigaos';
106 skip "no mode checks", 1 if $skip_mode_checks;
121 skip("no link", 7) unless $has_link;
127 skip "no mode checks", 1 if $skip_mode_checks;
142 skip "no mode checks", 1 if $skip_mode_checks;
151 skip "no mode checks", 1 if $skip_mode_checks;
186 skip "bogu
[all...]
H A Dbinmode.t19 ok(1, ' skip unix discipline without PerlIO layers' );
29 ok(1, ' skip unix discipline without PerlIO layers' );
35 skip "minitest", 1 if $ENV{PERL_CORE_MINITEST};
36 skip "no EBADF", 1 if (!exists &Errno::EBADF);
H A Dread.t35 skip "no EBADF", 1 if (!exists &Errno::EBADF);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dconstants.t27 $name =~ /^(\w+)$/ or skip "invalid name '$name'", 2;
38 skip "irrelevant test in this case", 1
H A Dsyslog.t83 skip "can't connect to Unix socket: _PATH_LOG unavailable", 8
101 skip "can't connect to syslog", 6 if $@ =~ /^no connection to syslog available/;
123 skip "the 'stream' mechanism because a previous mechanism with similar interface succeeded", 22
128 skip "can't use '$sock_type' socket", 22 unless $r;
134 skip "can't use '$sock_type' socket", 20 unless $r;
140 skip "can't connect to syslog", 18 if $@ =~ /^no connection to syslog available/;
146 skip "can't connect to syslog", 16 if $@ =~ /^no connection to syslog available/;
185 skip "skipping closelog() tests for 'console'", 2 if $sock_type eq 'console';
197 skip "not testing setlogsock('stream') on Win32", 10 if $is_Win32;
198 skip "th
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtint.c102 goto skip;
117 skip:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dlibnet_t.pl25 sub skip { subroutine
32 print "ok $number # skip $reason\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Ddualvar.t16 use vars qw($skip);
23 $skip=1;
27 eval <<'EOT' unless $skip;
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_seq.c51 int skip; local
54 skip = a->opts.skip;
62 if (mask(c) & skip)
122 * skip the disconnect command since
126 a->opts.skip |= mask(CMD_DISCONNECT);
221 int skip; local
232 skip = a->opts.skip;
240 skip |
[all...]

Completed in 112 milliseconds

123456789