authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-26 11:12:28+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-26 11:12:46+01:00
log6b4f57a2573457eefd8f63ed2ac648c08740ab49
treeb2acc0c8bc646ae0a4451f0a5d7128699213d141
parentfe783d9ff39a31a3b39a7b7bb2c3ffed08b99bf4
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: enable tsan standalone test for x86_64-freebsd and aarch64-freebsd


1 files changed, 2 insertions(+), 2 deletions(-)

test/standalone/tsan/build.zig+2-2
......@@ -11,8 +11,8 @@ pub fn build(b: *std.Build) !void {
1111 .{ .linux, &.{ .aarch64, .aarch64_be, .loongarch64, .powerpc64, .powerpc64le, .riscv64, .x86_64 } },
1212 .{ .macos, &.{ .aarch64, .x86_64 } },
1313
14 // https://github.com/ziglang/zig/issues/24841
15 // .{ .freebsd, &.{ .aarch64, .powerpc64, .powerpc64le, .riscv64, .x86_64 } },
14 // powerpc64, powerpc64le, and riscv64 are not supported by TSan yet.
15 .{ .freebsd, &.{ .aarch64, .x86_64 } },
1616
1717 .{ .netbsd, &.{.x86_64} },
1818