| ... | @@ -1712,7 +1712,7 @@ test "walker without fully iterating" { | ... | @@ -1712,7 +1712,7 @@ test "walker without fully iterating" { |
| 1712 | test "'.' and '..' in fs.Dir functions" { | 1712 | test "'.' and '..' in fs.Dir functions" { |
| 1713 | if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest; | 1713 | if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest; |
| 1714 | | 1714 | |
| 1715 | if (native_os == .windows) { | 1715 | if (native_os == .windows and builtin.cpu.arch == .aarch64) { |
| 1716 | // https://github.com/ziglang/zig/issues/17134 | 1716 | // https://github.com/ziglang/zig/issues/17134 |
| 1717 | return error.SkipZigTest; | 1717 | return error.SkipZigTest; |
| 1718 | } | 1718 | } |