authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-04-02 16:33:07-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-04-02 16:33:07-07:00
loge2a7c01331411e1b968f48f91fdf8ea47b74306e
tree1883747081db558a7bf6670cbe3b2a9752e831bc
parent09008125e7944ae01bb907f2eb8dbff41d7a0715

disable failing MIPS tests due to LLVM12 regressions

See #8155

1 files changed, 38 insertions(+), 30 deletions(-)

test/tests.zig+38-30
...@@ -154,21 +154,25 @@ const test_targets = blk: {...@@ -154,21 +154,25 @@ const test_targets = blk: {
154 // .link_libc = true,154 // .link_libc = true,
155 //},155 //},
156156
157 TestTarget{157 // https://github.com/ziglang/zig/issues/8155
158 .target = .{158 //TestTarget{
159 .cpu_arch = .mips,159 // .target = .{
160 .os_tag = .linux,160 // .cpu_arch = .mips,
161 .abi = .none,161 // .os_tag = .linux,
162 },162 // .abi = .none,
163 },163 // },
164 TestTarget{164 //},
165 .target = .{165
166 .cpu_arch = .mips,166 // https://github.com/ziglang/zig/issues/8155
167 .os_tag = .linux,167 //TestTarget{
168 .abi = .musl,168 // .target = .{
169 },169 // .cpu_arch = .mips,
170 .link_libc = true,170 // .os_tag = .linux,
171 },171 // .abi = .musl,
172 // },
173 // .link_libc = true,
174 //},
175
172 // https://github.com/ziglang/zig/issues/4927176 // https://github.com/ziglang/zig/issues/4927
173 //TestTarget{177 //TestTarget{
174 // .target = .{178 // .target = .{
...@@ -179,21 +183,25 @@ const test_targets = blk: {...@@ -179,21 +183,25 @@ const test_targets = blk: {
179 // .link_libc = true,183 // .link_libc = true,
180 //},184 //},
181185
182 TestTarget{186 // https://github.com/ziglang/zig/issues/8155
183 .target = .{187 //TestTarget{
184 .cpu_arch = .mipsel,188 // .target = .{
185 .os_tag = .linux,189 // .cpu_arch = .mipsel,
186 .abi = .none,190 // .os_tag = .linux,
187 },191 // .abi = .none,
188 },192 // },
189 TestTarget{193 //},
190 .target = .{194
191 .cpu_arch = .mipsel,195 // https://github.com/ziglang/zig/issues/8155
192 .os_tag = .linux,196 //TestTarget{
193 .abi = .musl,197 // .target = .{
194 },198 // .cpu_arch = .mipsel,
195 .link_libc = true,199 // .os_tag = .linux,
196 },200 // .abi = .musl,
201 // },
202 // .link_libc = true,
203 //},
204
197 // https://github.com/ziglang/zig/issues/4927205 // https://github.com/ziglang/zig/issues/4927
198 //TestTarget{206 //TestTarget{
199 // .target = .{207 // .target = .{