| author | |
| committer | |
| log | c7ffdbcd41f45d23328f1b40d90420ff29ed66af |
| tree | 630292e653589217993a42c5c1eeb3886e4f93d6 |
| parent | dddddcffd0a3cbfab670ab91226e60e8a5a65c67 |
This reverts commit d080622cc3f5db1ae3cd628c21c1ffaeb2b899d5.
Workaround applied to CI.1 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) { | |
| 1715 | if (native_os == .windows and builtin.cpu.arch == .aarch64) { | |
| 1716 | 1716 | // https://github.com/ziglang/zig/issues/17134 |
| 1717 | 1717 | return error.SkipZigTest; |
| 1718 | 1718 | } |