| ... | @@ -1394,6 +1394,7 @@ test "pwritev, preadv" { | ... | @@ -1394,6 +1394,7 @@ test "pwritev, preadv" { |
| 1394 | test "setEndPos" { | 1394 | test "setEndPos" { |
| 1395 | // https://github.com/ziglang/zig/issues/20747 (open fd does not have write permission) | 1395 | // https://github.com/ziglang/zig/issues/20747 (open fd does not have write permission) |
| 1396 | if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest; | 1396 | if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest; |
| | 1397 | if (builtin.cpu.arch.isMIPS64() and (builtin.abi == .gnuabin32 or builtin.abi == .muslabin32)) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/23806 |
| 1397 | | 1398 | |
| 1398 | var tmp = tmpDir(.{}); | 1399 | var tmp = tmpDir(.{}); |
| 1399 | defer tmp.cleanup(); | 1400 | defer tmp.cleanup(); |