test: skip dumpCurrentStackTrace test on architectures with no unwind support

This commit is contained in:
Alex Rønne Petersen
2025-09-17 09:20:14 +02:00
parent e06bcd74c3
commit abd73083e4
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -792,6 +792,16 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
\\}
,
.Debug = .{
// std.debug.sys_can_stack_trace
.exclude_arch = &.{
.loongarch32,
.loongarch64,
.mips,
.mipsel,
.mips64,
.mips64el,
.s390x,
},
.exclude_os = &.{
.openbsd, // integer overflow
.windows, // TODO intermittent failures