Skip to content

Commit 6b4f57a

Browse files
committed
test: enable tsan standalone test for x86_64-freebsd and aarch64-freebsd
1 parent fe783d9 commit 6b4f57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/standalone/tsan/build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)