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 {...@@ -70,10 +70,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
70 \\70 \\
71 ,71 ,
72 // release-safe72 // release-safe
73 \\error: TheSkyIsFalling73 // https://github.com/ziglang/zig/issues/8421
74 \\source.zig:4:5: [address] in std.start.main (test)
75 \\ return error.TheSkyIsFalling;
76 \\ ^
77 \\74 \\
78 ,75 ,
79 // release-fast76 // release-fast
...@@ -100,13 +97,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {...@@ -100,13 +97,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
100 \\97 \\
101 ,98 ,
102 // release-safe99 // release-safe
103 \\error: TheSkyIsFalling100 // https://github.com/ziglang/zig/issues/8421
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 \\ ^
110 \\101 \\
111 ,102 ,
112 // release-fast103 // release-fast
...@@ -139,19 +130,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {...@@ -139,19 +130,7 @@ pub fn addCases(cases: *tests.StackTracesContext) void {
139 \\130 \\
140 ,131 ,
141 // release-safe132 // release-safe
142 \\error: TheSkyIsFalling133 // https://github.com/ziglang/zig/issues/8421
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 \\ ^
155 \\134 \\
156 ,135 ,
157 // release-fast136 // release-fast