| author | |
| committer | |
| log | 6cfd2df695df04834b935c21b1b40ddac0d39594 |
| tree | d9d8702361e07fa3bc44fc6ca26fb42a06bcaba3 |
| parent | bf81666beb7ef2678d0d35676318d784385eb5e1 |
1 files changed, 0 insertions(+), 5 deletions(-)
lib/std/fs/test.zig-5| ... | ... | @@ -2364,11 +2364,6 @@ test "readlinkat" { |
| 2364 | 2364 | test "fchmodat smoke test" { |
| 2365 | 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 | 2367 | const io = testing.io; |
| 2373 | 2368 | |
| 2374 | 2369 | var tmp = tmpDir(.{}); |