| author | |
| committer | |
| log | a6c22c5edb8592e2d409aed0362fd72d330394d4 |
| tree | ce195691f9cbb3d8d97085ffd93a0972fe460872 |
| parent | 6b77bb3f91cd75fbc0ee1f5f67c2e284b0d81efc |
| signature |
https://codeberg.org/ziglang/zig/issues/302201 files changed, 2 insertions(+), 0 deletions(-)
lib/std/os/linux/test.zig+2| ... | ... | @@ -10,6 +10,8 @@ const expectEqual = std.testing.expectEqual; |
| 10 | 10 | const fs = std.fs; |
| 11 | 11 | |
| 12 | 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 | 15 | var tmp = std.testing.tmpDir(.{}); |
| 14 | 16 | defer tmp.cleanup(); |
| 15 | 17 |