authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-05 02:13:21+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-05 02:13:21+02:00
log606c7bcc89dd42be52661fe0a7626803e992308b
treee78b22e3a06294c87873aeae1a2aea2e7a9efeb4
parent97fa0e3ebd1561d9b4396b428d3ade86cd130d6a
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: disable standalone tsan test

https://github.com/ziglang/zig/issues/25471

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

test/standalone/build.zig.zon+4-3
......@@ -189,9 +189,10 @@
189189 .run_cwd = .{
190190 .path = "run_cwd",
191191 },
192 .tsan = .{
193 .path = "tsan",
194 },
192 // https://github.com/ziglang/zig/issues/25471
193 // .tsan = .{
194 // .path = "tsan",
195 // },
195196 .posix = .{
196197 .path = "posix",
197198 },