diff --git a/test/src/Cases.zig b/test/src/Cases.zig index db1a564373ec1e526a607e8906343a45153a992e..f386bc3d63a968f6e52b7a0d1c47628161f27289 100644 --- a/test/src/Cases.zig +++ b/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(.{