| author | |
| committer | |
| log | 86a98b172be5060110efdd9c61415c841042564e |
| tree | c922dc4188f6a734d5ccf1bcde4b93d97332f40f |
| parent | 4c1cc4d8d91af459e5ac1e20b744c7dc9b5b8da3 |
See #110741 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/test.zig+1-1| ... | ... | @@ -834,7 +834,7 @@ test "writev longer than IOV_MAX" { |
| 834 | 834 | test "POSIX file locking with fcntl" { |
| 835 | 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 | 838 | // https://github.com/ziglang/zig/issues/11074 |
| 839 | 839 | return error.SkipZigTest; |
| 840 | 840 | } |