Skip to content

Commit 46f6435

Browse files
committed
test: Re-enable mips(el)-linux(-musl) tests.
Closes #13782. Closes #16846.
1 parent 19a9108 commit 46f6435

File tree

1 file changed

+30
-34
lines changed

1 file changed

+30
-34
lines changed

test/tests.zig

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -305,24 +305,22 @@ const test_targets = blk: {
305305
// .link_libc = true,
306306
//},
307307

308-
// https://github.com/ziglang/zig/issues/16846
309-
//.{
310-
// .target = .{
311-
// .cpu_arch = .mips,
312-
// .os_tag = .linux,
313-
// .abi = .none,
314-
// },
315-
//},
308+
.{
309+
.target = .{
310+
.cpu_arch = .mips,
311+
.os_tag = .linux,
312+
.abi = .none,
313+
},
314+
},
316315

317-
// https://github.com/ziglang/zig/issues/16846
318-
//.{
319-
// .target = .{
320-
// .cpu_arch = .mips,
321-
// .os_tag = .linux,
322-
// .abi = .musl,
323-
// },
324-
// .link_libc = true,
325-
//},
316+
.{
317+
.target = .{
318+
.cpu_arch = .mips,
319+
.os_tag = .linux,
320+
.abi = .musl,
321+
},
322+
.link_libc = true,
323+
},
326324

327325
// https://github.com/ziglang/zig/issues/4927
328326
//.{
@@ -334,24 +332,22 @@ const test_targets = blk: {
334332
// .link_libc = true,
335333
//},
336334

337-
// https://github.com/ziglang/zig/issues/16846
338-
//.{
339-
// .target = .{
340-
// .cpu_arch = .mipsel,
341-
// .os_tag = .linux,
342-
// .abi = .none,
343-
// },
344-
//},
335+
.{
336+
.target = .{
337+
.cpu_arch = .mipsel,
338+
.os_tag = .linux,
339+
.abi = .none,
340+
},
341+
},
345342

346-
// https://github.com/ziglang/zig/issues/16846
347-
//.{
348-
// .target = .{
349-
// .cpu_arch = .mipsel,
350-
// .os_tag = .linux,
351-
// .abi = .musl,
352-
// },
353-
// .link_libc = true,
354-
//},
343+
.{
344+
.target = .{
345+
.cpu_arch = .mipsel,
346+
.os_tag = .linux,
347+
.abi = .musl,
348+
},
349+
.link_libc = true,
350+
},
355351

356352
// https://github.com/ziglang/zig/issues/4927
357353
//.{

0 commit comments

Comments
 (0)