mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
update stack trace test cases to new start.zig line offsets
This commit is contained in:
parent
1b702f8ddb
commit
6d616d8257
1 changed files with 3 additions and 3 deletions
|
|
@ -282,10 +282,10 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
|||
\\source.zig:10:8: [address] in main (test)
|
||||
\\ foo();
|
||||
\\ ^
|
||||
\\start.zig:342:29: [address] in std.start.posixCallMainAndExit (test)
|
||||
\\start.zig:404:29: [address] in std.start.posixCallMainAndExit (test)
|
||||
\\ return root.main();
|
||||
\\ ^
|
||||
\\start.zig:163:5: [address] in std.start._start (test)
|
||||
\\start.zig:225:5: [address] in std.start._start (test)
|
||||
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
||||
\\ ^
|
||||
\\
|
||||
|
|
@ -294,7 +294,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
|||
switch (std.Target.current.cpu.arch) {
|
||||
.aarch64 => "", // TODO disabled; results in segfault
|
||||
else =>
|
||||
\\start.zig:163:5: [address] in std.start._start (test)
|
||||
\\start.zig:225:5: [address] in std.start._start (test)
|
||||
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
||||
\\ ^
|
||||
\\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue