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