mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 00:53:18 +00:00
test-stack-traces: enable elf/dwarf platforms
This commit is contained in:
parent
28ae498254
commit
cc186dac65
@ -20,11 +20,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
||||
,
|
||||
},
|
||||
.ReleaseSafe = .{
|
||||
.exclude = struct {
|
||||
pub fn exclude() bool {
|
||||
return if (std.builtin.object_format == .elf) true else false;
|
||||
}
|
||||
},
|
||||
.exclude_os = .{
|
||||
.windows, // segfault
|
||||
},
|
||||
@ -74,11 +69,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
||||
,
|
||||
},
|
||||
.ReleaseSafe = .{
|
||||
.exclude = struct {
|
||||
pub fn exclude() bool {
|
||||
return if (std.builtin.object_format == .elf) true else false;
|
||||
}
|
||||
},
|
||||
.exclude_os = .{
|
||||
.windows, // segfault
|
||||
},
|
||||
@ -145,11 +135,6 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
||||
,
|
||||
},
|
||||
.ReleaseSafe = .{
|
||||
.exclude = struct {
|
||||
pub fn exclude() bool {
|
||||
return if (std.builtin.object_format == .elf) true else false;
|
||||
}
|
||||
},
|
||||
.exclude_os = .{
|
||||
.windows, // segfault
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user