disable failing stack trace test for aarch64
parent
380c276deb
commit
3bded9cf29
|
@ -291,11 +291,15 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
|||
\\
|
||||
,
|
||||
// release-safe
|
||||
switch (std.Target.current.cpu.arch) {
|
||||
.aarch64 => "", // TODO disabled; results in segfault
|
||||
else =>
|
||||
\\start.zig:123:5: [address] in std.start._start (test)
|
||||
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
||||
\\ ^
|
||||
\\
|
||||
,
|
||||
},
|
||||
// release-fast
|
||||
\\
|
||||
,
|
||||
|
|
Loading…
Reference in New Issue