We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddddcf commit c7ffdbcCopy full SHA for c7ffdbc
lib/std/fs/test.zig
@@ -1712,7 +1712,7 @@ test "walker without fully iterating" {
1712
test "'.' and '..' in fs.Dir functions" {
1713
if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest;
1714
1715
- if (native_os == .windows) {
+ if (native_os == .windows and builtin.cpu.arch == .aarch64) {
1716
// https://github.com/ziglang/zig/issues/17134
1717
return error.SkipZigTest;
1718
}
0 commit comments