mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
test: skip dumpCurrentStackTrace test on architectures with no unwind support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user