| ... | @@ -1377,6 +1377,8 @@ fn expectMode(dir: posix.fd_t, file: []const u8, mode: posix.mode_t) !void { | ... | @@ -1377,6 +1377,8 @@ fn expectMode(dir: posix.fd_t, file: []const u8, mode: posix.mode_t) !void { |
| 1377 | } | 1377 | } |
| 1378 | | 1378 | |
| 1379 | test "fchmodat smoke test" { | 1379 | test "fchmodat smoke test" { |
| | 1380 | if (builtin.cpu.arch.isMIPS64() and (builtin.abi == .gnuabin32 or builtin.abi == .muslabin32)) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/23808 |
| | 1381 | |
| 1380 | if (!std.fs.has_executable_bit) return error.SkipZigTest; | 1382 | if (!std.fs.has_executable_bit) return error.SkipZigTest; |
| 1381 | | 1383 | |
| 1382 | var tmp = tmpDir(.{}); | 1384 | var tmp = tmpDir(.{}); |