authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-09-05 20:51:04+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-09-05 20:51:04+02:00
logfacb6b9a62c3816f3df60ca9680c2731a463fd4a
tree9d6d031338b1e16496a26a2ae9bc8b280bc2cd5d
parentc32b526783c89910c22859a37a804ef389a03e1c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

disable cbe module tests on aarch64-openbsd

https://codeberg.org/ziglang/zig/issues/36766

1 files changed, 4 insertions(+), 0 deletions(-)

test/tests.zig+4
......@@ -2834,6 +2834,10 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step {
28342834
28352835 const target = &resolved_target.result;
28362836
2837 if (target.cpu.arch.isAarch64() and target.os.tag == .openbsd and target.ofmt == .c) {
2838 continue; // https://codeberg.org/ziglang/zig/issues/36766
2839 }
2840
28372841 if (std.mem.eql(u8, options.name, "libc")) {
28382842 // The libc API tests obviously need to link libc. So for test
28392843 // target entries where we wouldn't link libc by default, skip the