test: c abi regression tests for aarch64 failures

This commit is contained in:
Jacob Young
2026-04-21 22:38:25 -04:00
committed by jacobly
parent 97ef8f1f8e
commit c0e90312fc
3 changed files with 246 additions and 17 deletions
-5
View File
@@ -2795,11 +2795,6 @@ pub fn addCAbiTests(b: *std.Build, options: CAbiTestOptions) *Step {
} else continue;
}
if (target.os.tag == .windows and target.cpu.arch == .aarch64) {
// https://github.com/ziglang/zig/issues/14908
continue;
}
const test_mod = b.createModule(.{
.root_source_file = b.path("test/c_abi/main.zig"),
.target = resolved_target,