test: disable some stack trace tests on FreeBSD
This commit is contained in:
committed by
Alex Rønne Petersen
parent
b8f2fec0f2
commit
a569c7d664
@@ -793,6 +793,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
||||
,
|
||||
.Debug = .{
|
||||
.exclude_os = &.{
|
||||
.freebsd,
|
||||
.openbsd, // integer overflow
|
||||
.windows, // TODO intermittent failures
|
||||
},
|
||||
@@ -837,6 +838,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
||||
},
|
||||
.ReleaseSafe = .{
|
||||
.exclude_os = &.{
|
||||
.freebsd,
|
||||
.windows, // TODO
|
||||
.linux, // defeated by aggressive inlining
|
||||
.macos, // Broken in LLVM 20.
|
||||
|
||||
Reference in New Issue
Block a user