diff --git a/test/tests.zig b/test/tests.zig index e2b3c15112af91e99f613e18d393f08054d61164..7e98cb5a033dc05441e447de4da830752eaa20cc 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -241,22 +241,24 @@ const test_targets = blk: { // .link_libc = true, //}, - .{ - .target = .{ - .cpu_arch = .mips, - .os_tag = .linux, - .abi = .none, - }, - }, + // https://github.com/ziglang/zig/issues/13782 + //.{ + // .target = .{ + // .cpu_arch = .mips, + // .os_tag = .linux, + // .abi = .none, + // }, + //}, - .{ - .target = .{ - .cpu_arch = .mips, - .os_tag = .linux, - .abi = .musl, - }, - .link_libc = true, - }, + // https://github.com/ziglang/zig/issues/13782 + //.{ + // .target = .{ + // .cpu_arch = .mips, + // .os_tag = .linux, + // .abi = .musl, + // }, + // .link_libc = true, + //}, // https://github.com/ziglang/zig/issues/4927 //.{ @@ -295,21 +297,23 @@ const test_targets = blk: { // .link_libc = true, //}, - .{ - .target = .{ - .cpu_arch = .powerpc, - .os_tag = .linux, - .abi = .none, - }, - }, - .{ - .target = .{ - .cpu_arch = .powerpc, - .os_tag = .linux, - .abi = .musl, - }, - .link_libc = true, - }, + // https://github.com/ziglang/zig/issues/13782 + //.{ + // .target = .{ + // .cpu_arch = .powerpc, + // .os_tag = .linux, + // .abi = .none, + // }, + //}, + // https://github.com/ziglang/zig/issues/13782 + //.{ + // .target = .{ + // .cpu_arch = .powerpc, + // .os_tag = .linux, + // .abi = .musl, + // }, + // .link_libc = true, + //}, // https://github.com/ziglang/zig/issues/2256 //.{ // .target = .{