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: {
154154 // .link_libc = true,
155155 //},
156156
157 TestTarget{
158 .target = .{
159 .cpu_arch = .mips,
160 .os_tag = .linux,
161 .abi = .none,
162 },
163 },
164 TestTarget{
165 .target = .{
166 .cpu_arch = .mips,
167 .os_tag = .linux,
168 .abi = .musl,
169 },
170 .link_libc = true,
171 },
157 // https://github.com/ziglang/zig/issues/8155
158 //TestTarget{
159 // .target = .{
160 // .cpu_arch = .mips,
161 // .os_tag = .linux,
162 // .abi = .none,
163 // },
164 //},
165
166 // https://github.com/ziglang/zig/issues/8155
167 //TestTarget{
168 // .target = .{
169 // .cpu_arch = .mips,
170 // .os_tag = .linux,
171 // .abi = .musl,
172 // },
173 // .link_libc = true,
174 //},
175
172176 // https://github.com/ziglang/zig/issues/4927
173177 //TestTarget{
174178 // .target = .{
......@@ -179,21 +183,25 @@ const test_targets = blk: {
179183 // .link_libc = true,
180184 //},
181185
182 TestTarget{
183 .target = .{
184 .cpu_arch = .mipsel,
185 .os_tag = .linux,
186 .abi = .none,
187 },
188 },
189 TestTarget{
190 .target = .{
191 .cpu_arch = .mipsel,
192 .os_tag = .linux,
193 .abi = .musl,
194 },
195 .link_libc = true,
196 },
186 // https://github.com/ziglang/zig/issues/8155
187 //TestTarget{
188 // .target = .{
189 // .cpu_arch = .mipsel,
190 // .os_tag = .linux,
191 // .abi = .none,
192 // },
193 //},
194
195 // https://github.com/ziglang/zig/issues/8155
196 //TestTarget{
197 // .target = .{
198 // .cpu_arch = .mipsel,
199 // .os_tag = .linux,
200 // .abi = .musl,
201 // },
202 // .link_libc = true,
203 //},
204
197205 // https://github.com/ziglang/zig/issues/4927
198206 //TestTarget{
199207 // .target = .{