| ... | @@ -1431,6 +1431,11 @@ test "walker without fully iterating" { | ... | @@ -1431,6 +1431,11 @@ test "walker without fully iterating" { |
| 1431 | test ". and .. in fs.Dir functions" { | 1431 | test ". and .. in fs.Dir functions" { |
| 1432 | if (builtin.os.tag == .wasi and builtin.link_libc) return error.SkipZigTest; | 1432 | if (builtin.os.tag == .wasi and builtin.link_libc) return error.SkipZigTest; |
| 1433 | | 1433 | |
| | 1434 | if (builtin.os.tag == .windows and builtin.cpu.arch == .aarch64) { |
| | 1435 | // https://github.com/ziglang/zig/issues/17134 |
| | 1436 | return error.SkipZigTest; |
| | 1437 | } |
| | 1438 | |
| 1434 | try testWithAllSupportedPathTypes(struct { | 1439 | try testWithAllSupportedPathTypes(struct { |
| 1435 | fn impl(ctx: *TestContext) !void { | 1440 | fn impl(ctx: *TestContext) !void { |
| 1436 | const subdir_path = try ctx.transformPath("./subdir"); | 1441 | const subdir_path = try ctx.transformPath("./subdir"); |