Lines Matching refs:skip
41 skip('inode number is not constant on OS/2', 1)
55 my ($file, $desc_tail, $skip) = @_;
62 if ($skip && $op =~ $skip) {
91 skip "testing -A $desc_tail on Haiku", 1;
137 -e $^X && -x $^X or skip "$^X is not present and executable", 4;
138 $^O eq "VMS" and skip "File::stat ignores VMS ACLs", 4;
157 skip("Could not open file: $!", 2) unless $canopen;
174 main::skip("Win32: different stat-info on filehandle", 1) if $^O eq 'MSWin32';
176 main::skip("OS/2: inode number is not constant on os/2", 1) if $^O eq 'os2';
183 skip "We can't check for FIFOs", 2 unless defined &Fcntl::S_ISFIFO;
184 skip "No pipes", 2 unless defined $Config{d_pipe};
186 or skip "Couldn't create a pipe: $!", 2;
187 skip "Built-in -p doesn't detect a pipe", 2 unless -p $rh;