From 019c0fc1845bb97298a23372f1fa8b4315dc114c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 13 Aug 2024 21:51:56 +0200 Subject: [PATCH] test: Re-enable mips(el)-linux-gnueabihf tests. Closes #4927. --- test/tests.zig | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 1b3ef6ad74..75ea4abb9e 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -311,7 +311,6 @@ const test_targets = blk: { .abi = .none, }, }, - .{ .target = .{ .cpu_arch = .mips, @@ -320,16 +319,14 @@ const test_targets = blk: { }, .link_libc = true, }, - - // https://github.com/ziglang/zig/issues/4927 - //.{ - // .target = .{ - // .cpu_arch = .mips, - // .os_tag = .linux, - // .abi = .gnueabihf, - // }, - // .link_libc = true, - //}, + .{ + .target = .{ + .cpu_arch = .mips, + .os_tag = .linux, + .abi = .gnueabihf, + }, + .link_libc = true, + }, .{ .target = .{ @@ -338,7 +335,6 @@ const test_targets = blk: { .abi = .none, }, }, - .{ .target = .{ .cpu_arch = .mipsel, @@ -347,16 +343,14 @@ const test_targets = blk: { }, .link_libc = true, }, - - // https://github.com/ziglang/zig/issues/4927 - //.{ - // .target = .{ - // .cpu_arch = .mipsel, - // .os_tag = .linux, - // .abi = .gnueabihf, - // }, - // .link_libc = true, - //}, + .{ + .target = .{ + .cpu_arch = .mipsel, + .os_tag = .linux, + .abi = .gnueabihf, + }, + .link_libc = true, + }, .{ .target = .{