| ... | @@ -2364,11 +2364,6 @@ test "readlinkat" { | ... | @@ -2364,11 +2364,6 @@ test "readlinkat" { |
| 2364 | test "fchmodat smoke test" { | 2364 | test "fchmodat smoke test" { |
| 2365 | if (!Io.File.Permissions.has_executable_bit) return error.SkipZigTest; | 2365 | if (!Io.File.Permissions.has_executable_bit) return error.SkipZigTest; |
| 2366 | | 2366 | |
| 2367 | if (builtin.cpu.arch.isMIPS64() and (builtin.abi == .gnuabin32 or builtin.abi == .muslabin32)) { | | |
| 2368 | // https://github.com/ziglang/zig/issues/23808 | | |
| 2369 | return error.SkipZigTest; | | |
| 2370 | } | | |
| 2371 | | | |
| 2372 | const io = testing.io; | 2367 | const io = testing.io; |
| 2373 | | 2368 | |
| 2374 | var tmp = tmpDir(.{}); | 2369 | var tmp = tmpDir(.{}); |