| author | |
| committer | |
| log | 2261d13759a18f2cf2a873ffb0830cbb36e12838 |
| tree | f34e809b5668ea5c366c0b31f6807184a6514fca |
| parent | dd1de18f9629904b5d97d5791a47244ac63385da |
| signature |
https://github.com/ziglang/zig/issues/238081 files changed, 2 insertions(+), 0 deletions(-)
lib/std/posix/test.zig+2| ... | ... | @@ -1377,6 +1377,8 @@ fn expectMode(dir: posix.fd_t, file: []const u8, mode: posix.mode_t) !void { |
| 1377 | 1377 | } |
| 1378 | 1378 | |
| 1379 | 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 | 1382 | if (!std.fs.has_executable_bit) return error.SkipZigTest; |
| 1381 | 1383 | |
| 1382 | 1384 | var tmp = tmpDir(.{}); |