| author | |
| committer | |
| log | c272ddc070f5f09a145a785f28f0dfa24b55575a |
| tree | af8abbfa2e5b1d265780c956a045a598533dae87 |
| parent | 2261d13759a18f2cf2a873ffb0830cbb36e12838 |
| signature |
https://github.com/ziglang/zig/issues/238091 files changed, 2 insertions(+), 0 deletions(-)
lib/std/os/linux/test.zig+2| ... | ... | @@ -8,6 +8,8 @@ const expectEqual = std.testing.expectEqual; |
| 8 | 8 | const fs = std.fs; |
| 9 | 9 | |
| 10 | 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 | 13 | var tmp = std.testing.tmpDir(.{}); |
| 12 | 14 | defer tmp.cleanup(); |
| 13 | 15 |