| ... | @@ -834,6 +834,11 @@ test "writev longer than IOV_MAX" { | ... | @@ -834,6 +834,11 @@ test "writev longer than IOV_MAX" { |
| 834 | test "POSIX file locking with fcntl" { | 834 | test "POSIX file locking with fcntl" { |
| 835 | if (native_os == .windows or native_os == .wasi) return error.SkipZigTest; | 835 | if (native_os == .windows or native_os == .wasi) return error.SkipZigTest; |
| 836 | | 836 | |
| | 837 | if (native_os == .linux and builtin.cpu.arch == .aarch64) { |
| | 838 | // https://github.com/ziglang/zig/issues/11074 |
| | 839 | return error.SkipZigTest; |
| | 840 | } |
| | 841 | |
| 837 | var tmp = std.testing.tmpDir(.{}); | 842 | var tmp = std.testing.tmpDir(.{}); |
| 838 | defer tmp.cleanup(); | 843 | defer tmp.cleanup(); |
| 839 | | 844 | |