Commit c7ffdbcd41

Jacob Young <jacobly0@users.noreply.github.com>
2024-04-20 12:08:26
Revert "disable flaky std.fs test"
This reverts commit d080622cc3f5db1ae3cd628c21c1ffaeb2b899d5. Workaround applied to CI.
1 parent dddddcf
Changed files (1)
lib
std
lib/std/fs/test.zig
@@ -1712,7 +1712,7 @@ test "walker without fully iterating" {
 test "'.' and '..' in fs.Dir functions" {
     if (native_os == .wasi and builtin.link_libc) return error.SkipZigTest;
 
-    if (native_os == .windows) {
+    if (native_os == .windows and builtin.cpu.arch == .aarch64) {
         // https://github.com/ziglang/zig/issues/17134
         return error.SkipZigTest;
     }