mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
disable failing stack trace test for aarch64
This commit is contained in:
parent
380c276deb
commit
3bded9cf29
@ -291,11 +291,15 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
|||||||
\\
|
\\
|
||||||
,
|
,
|
||||||
// release-safe
|
// 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)
|
\\start.zig:123:5: [address] in std.start._start (test)
|
||||||
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
||||||
\\ ^
|
\\ ^
|
||||||
\\
|
\\
|
||||||
,
|
,
|
||||||
|
},
|
||||||
// release-fast
|
// release-fast
|
||||||
\\
|
\\
|
||||||
,
|
,
|
||||||
|
Loading…
Reference in New Issue
Block a user