mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
disable failing stack trace test for aarch64
This commit is contained in:
parent
380c276deb
commit
3bded9cf29
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue