Commit 9f87aacaaf

Jacob Young <jacobly0@users.noreply.github.com>
2025-02-14 06:11:48
test: fix windows CI
1 parent f6bcc9d
Changed files (1)
test
test/src/Cases.zig
@@ -472,6 +472,10 @@ fn addFromDirInner(
                     // Rosetta has issues with ZLD
                     continue;
                 }
+                if (backend == .stage2 and target.ofmt == .coff) {
+                    // COFF linker has bitrotted
+                    continue;
+                }
 
                 const next = ctx.cases.items.len;
                 try ctx.cases.append(.{