Lines Matching refs:skip

90     skip "bogus umask", 1 if ($^O eq 'MSWin32');
104 skip("no link", 4) unless $has_link;
115 skip "no nlink", 1 if $Config{dont_use_nlink};
121 skip "hard links not that hard in $^O", 1 if $^O eq 'amigaos';
122 skip "no mode checks", 1 if $skip_mode_checks;
135 skip("no link", 7) unless $has_link;
141 skip "no mode checks", 1 if $skip_mode_checks;
156 skip "no mode checks", 1 if $skip_mode_checks;
165 skip "no mode checks", 1 if $skip_mode_checks;
184 skip "no fchmod", 7 unless ($Config{d_fchmod} || "") eq "define";
189 skip "no mode checks", 1 if $skip_mode_checks;
190 skip "chmod(0, FH) means assume user defaults on VMS", 1 if $^O eq 'VMS';
196 skip "no mode checks", 1 if $skip_mode_checks;
208 skip "no fchown", 3 unless ($Config{d_fchown} || "") eq "define";
222 skip "has fchmod", 1 if ($Config{d_fchmod} || "") eq "define";
229 skip "has fchown", 1 if ($Config{d_fchown} || "") eq "define";
259 skip "no futimes", 6 unless ($Config{d_futimes} || "") eq "define";
274 skip "has futimes", 1 if ($Config{d_futimes} || "") eq "define";
294 skip "Win32 specific test", 2
296 skip "No symbolic links found to test with", 2
322 skip("no truncate - $@", 8) if $@;
398 skip "Works in Cygwin only if check_case is set to relaxed", 1
416 or skip "Cannot rename directories with link()", 2;
446 skip "Errno not built yet", 3;
483 skip "bogus inode num", 1 if ($^O eq 'MSWin32');
488 skip "filesystem atime/mtime granularity too low", 2
492skip ("# TODO - hit VOS bug posix-2055 - access time does not follow POSIX rules for an open file.…