| author | |
| committer | |
| log | f40eb5015700e3556330020130a18da46aaec9b5 |
| tree | b538bd0190b3879f00b235797fa2641f9f637aa8 |
| parent | 36b28050f4e6c00424e835d54d965670b5cfeff0 |
| signature |
https://codeberg.org/ziglang/zig/issues/315611 files changed, 2 insertions(+), 2 deletions(-)
lib/std/fs/test.zig+2-2| ... | ... | @@ -2043,8 +2043,8 @@ test "walker without fully iterating" { |
| 2043 | 2043 | } |
| 2044 | 2044 | |
| 2045 | 2045 | test "'.' and '..' in Dir functions" { |
| 2046 | if (native_os == .windows and builtin.cpu.arch == .aarch64) { | |
| 2047 | // https://github.com/ziglang/zig/issues/17134 | |
| 2046 | if (native_os == .windows) { | |
| 2047 | // https://codeberg.org/ziglang/zig/issues/31561 | |
| 2048 | 2048 | return error.SkipZigTest; |
| 2049 | 2049 | } |
| 2050 | 2050 |