| ... | @@ -834,7 +834,7 @@ test "writev longer than IOV_MAX" { | ... | @@ -834,7 +834,7 @@ 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) { | 837 | if (native_os == .linux) { |
| 838 | // https://github.com/ziglang/zig/issues/11074 | 838 | // https://github.com/ziglang/zig/issues/11074 |
| 839 | return error.SkipZigTest; | 839 | return error.SkipZigTest; |
| 840 | } | 840 | } |