| ... | @@ -8,6 +8,8 @@ const expectEqual = std.testing.expectEqual; | ... | @@ -8,6 +8,8 @@ const expectEqual = std.testing.expectEqual; |
| 8 | const fs = std.fs; | 8 | const fs = std.fs; |
| 9 | | 9 | |
| 10 | test "fallocate" { | 10 | test "fallocate" { |
| | 11 | if (builtin.cpu.arch.isMIPS64() and (builtin.abi == .gnuabin32 or builtin.abi == .muslabin32)) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/23809 |
| | 12 | |
| 11 | var tmp = std.testing.tmpDir(.{}); | 13 | var tmp = std.testing.tmpDir(.{}); |
| 12 | defer tmp.cleanup(); | 14 | defer tmp.cleanup(); |
| 13 | | 15 | |