| author | |
| committer | |
| log | d080622cc3f5db1ae3cd628c21c1ffaeb2b899d5 |
| tree | 5f753448f8519d04b363d29a7eb3f8bb084b6016 |
| parent | 7c0e1cc91398b77d29a2b5760f003a52dd828997 |
Tracked by #171341 files changed, 1 insertions(+), 1 deletions(-)
lib/std/fs/test.zig+1-1| ... | ... | @@ -1712,7 +1712,7 @@ test "walker without fully iterating" { |
| 1712 | 1712 | test "'.' and '..' in fs.Dir functions" { |
| 1713 | 1713 | if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest; |
| 1714 | 1714 | |
| 1715 | if (native_os == .windows and builtin.cpu.arch == .aarch64) { | |
| 1715 | if (native_os == .windows) { | |
| 1716 | 1716 | // https://github.com/ziglang/zig/issues/17134 |
| 1717 | 1717 | return error.SkipZigTest; |
| 1718 | 1718 | } |