| ... | ... | @@ -2834,6 +2834,10 @@ pub fn addModuleTests(b: *std.Build, options: ModuleTestOptions) *Step { |
| 2834 | 2834 | |
| 2835 | 2835 | const target = &resolved_target.result; |
| 2836 | 2836 | |
| 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 | |
| 2837 | 2841 | if (std.mem.eql(u8, options.name, "libc")) { |
| 2838 | 2842 | // The libc API tests obviously need to link libc. So for test |
| 2839 | 2843 | // target entries where we wouldn't link libc by default, skip the |