authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-14 07:18:05+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-14 08:25:50+02:00
log6317417fe12aabfb734395c3b7d0c1ac6f143d41
tree35f38e9120c5a19c623d8fcacb00948e6e172f63
parent234630bb8d891b090e29841a2e7b4b56a596dba1
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: enable tsan test for x86_64-netbsd


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

test/standalone/tsan/build.zig+4-5
...@@ -9,13 +9,12 @@ pub fn build(b: *std.Build) !void {...@@ -9,13 +9,12 @@ pub fn build(b: *std.Build) !void {
9 for ([_]struct { std.Target.Os.Tag, []const std.Target.Cpu.Arch }{9 for ([_]struct { std.Target.Os.Tag, []const std.Target.Cpu.Arch }{
10 // .s390x and mips64(el) fail to build10 // .s390x and mips64(el) fail to build
11 .{ .linux, &.{ .aarch64, .aarch64_be, .loongarch64, .powerpc64, .powerpc64le, .riscv64, .x86_64 } },11 .{ .linux, &.{ .aarch64, .aarch64_be, .loongarch64, .powerpc64, .powerpc64le, .riscv64, .x86_64 } },
12 .{ .macos, &.{ .x86_64, .aarch64 } },12 .{ .macos, &.{ .aarch64, .x86_64 } },
1313
14 // Missing system headers14 // https://github.com/ziglang/zig/issues/24841
15 // https://github.com/ziglang/zig/issues/24736
16 // .{ .freebsd, &.{ .aarch64, .powerpc64, .powerpc64le, .riscv64, .x86_64 } },15 // .{ .freebsd, &.{ .aarch64, .powerpc64, .powerpc64le, .riscv64, .x86_64 } },
17 // https://github.com/ziglang/zig/issues/2473716
18 // .{ .netbsd, &.{ .aarch64, .aarch64_be, .x86_64 } },17 .{ .netbsd, &.{.x86_64} },
1918
20 // TSan doesn't have full support for windows yet.19 // TSan doesn't have full support for windows yet.
21 // .{ .windows, &.{ .aarch64, .x86_64 } },20 // .{ .windows, &.{ .aarch64, .x86_64 } },