authorgravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-04-08 16:18:15-04:00
committergravatar for michael.dusan@gmail.comMichael Dusan <michael.dusan@gmail.com> 2021-04-08 14:48:27-04:00
log000c0845b1ac30fe57690d71cb84847b42ad762a
tree36a365031d569ac27c4c83516155e2d10344a5de
parent10c2b36444788ae0518dfc8908a4821f4e60ed67

freebsd: disable failing stack traces test cases due to LLVM12 changes


1 files changed, 3 insertions(+), 24 deletions(-)

test/stack_traces.zig+3-24
......@@ -70,10 +70,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
7070 \\
7171 ,
7272 // release-safe
73 \\error: TheSkyIsFalling
74 \\source.zig:4:5: [address] in std.start.main (test)
75 \\ return error.TheSkyIsFalling;
76 \\ ^
73 // https://github.com/ziglang/zig/issues/8421
7774 \\
7875 ,
7976 // release-fast
......@@ -100,13 +97,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
10097 \\
10198 ,
10299 // release-safe
103 \\error: TheSkyIsFalling
104 \\source.zig:4:5: [address] in std.start.main (test)
105 \\ return error.TheSkyIsFalling;
106 \\ ^
107 \\source.zig:8:5: [address] in std.start.main (test)
108 \\ try foo();
109 \\ ^
100 // https://github.com/ziglang/zig/issues/8421
110101 \\
111102 ,
112103 // release-fast
......@@ -139,19 +130,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
139130 \\
140131 ,
141132 // release-safe
142 \\error: TheSkyIsFalling
143 \\source.zig:12:5: [address] in std.start.main (test)
144 \\ return error.TheSkyIsFalling;
145 \\ ^
146 \\source.zig:8:5: [address] in std.start.main (test)
147 \\ return make_error();
148 \\ ^
149 \\source.zig:4:5: [address] in std.start.main (test)
150 \\ try bar();
151 \\ ^
152 \\source.zig:16:5: [address] in std.start.main (test)
153 \\ try foo();
154 \\ ^
133 // https://github.com/ziglang/zig/issues/8421
155134 \\
156135 ,
157136 // release-fast