authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-01 01:01:34+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-01 01:06:07+02:00
log43806cf0bd786827367ed3c2680ffee2e9ad4ded
tree5c3b4f876c11332389b74da2141e62067ed5b4a1
parentb64535e3c8770db9bf314fc14d1b2b276b864f72
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

test: disable an error trace test on optimized x86_64-freebsd and loongarch64-linux


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

test/error_traces.zig+2
......@@ -431,9 +431,11 @@ pub fn addCases(cases: *@import("tests.zig").ErrorTracesContext) void {
431431 \\ ^
432432 ,
433433 .disable_trace_optimized = &.{
434 .{ .x86_64, .freebsd },
434435 .{ .x86_64, .linux },
435436 .{ .x86, .linux },
436437 .{ .aarch64, .linux },
438 .{ .loongarch64, .linux },
437439 .{ .x86_64, .windows },
438440 .{ .x86, .windows },
439441 .{ .x86_64, .macos },