update test expectations
parent
f33bf48af7
commit
e4180de2e9
|
@ -282,16 +282,16 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
|
|||
\\source.zig:10:8: [address] in main (test)
|
||||
\\ foo();
|
||||
\\ ^
|
||||
\\start.zig:247:29: [address] in std.start.posixCallMainAndExit (test)
|
||||
\\start.zig:253:29: [address] in std.start.posixCallMainAndExit (test)
|
||||
\\ return root.main();
|
||||
\\ ^
|
||||
\\start.zig:114:5: [address] in std.start._start (test)
|
||||
\\start.zig:120:5: [address] in std.start._start (test)
|
||||
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
||||
\\ ^
|
||||
\\
|
||||
,
|
||||
// release-safe
|
||||
\\start.zig:114:5: [address] in std.start._start (test)
|
||||
\\start.zig:120:5: [address] in std.start._start (test)
|
||||
\\ @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
|
||||
\\ ^
|
||||
\\
|
||||
|
|
|
@ -177,9 +177,8 @@ const test_targets = blk: {
|
|||
TestTarget{
|
||||
.target = Target{
|
||||
.Cross = CrossTarget{
|
||||
.cpu = Target.Cpu.baseline(.riscv64),
|
||||
.os = .linux,
|
||||
.arch = .riscv64,
|
||||
.cpu_features = Target.Arch.riscv64.getBaselineCpuFeatures(),
|
||||
.abi = .none,
|
||||
},
|
||||
},
|
||||
|
@ -189,9 +188,8 @@ const test_targets = blk: {
|
|||
//TestTarget{
|
||||
// .target = Target{
|
||||
// .Cross = CrossTarget{
|
||||
// .cpu = Target.Cpu.baseline(.riscv64),
|
||||
// .os = .linux,
|
||||
// .arch = .riscv64,
|
||||
// .cpu_features = Target.Arch.riscv64.getBaselineCpuFeatures(),
|
||||
// .abi = .musl,
|
||||
// },
|
||||
// },
|
||||
|
@ -202,9 +200,8 @@ const test_targets = blk: {
|
|||
//TestTarget{
|
||||
// .target = Target{
|
||||
// .Cross = CrossTarget{
|
||||
// .cpu = Target.Cpu.baseline(.riscv64),
|
||||
// .os = .linux,
|
||||
// .arch = .riscv64,
|
||||
// .cpu_features = Target.Arch.riscv64.getBaselineCpuFeatures(),
|
||||
// .abi = .gnu,
|
||||
// },
|
||||
// },
|
||||
|
|
Loading…
Reference in New Issue