disable failing mips tests due to LLVM 17 regressions

tracked by #16846
This commit is contained in:
Andrew Kelley
2023-08-23 12:46:31 -07:00
parent cd6a236279
commit 3acf0f637e

View File

@@ -275,13 +275,14 @@ const test_targets = blk: {
// .link_libc = true,
//},
.{
.target = .{
.cpu_arch = .mips,
.os_tag = .linux,
.abi = .none,
},
},
// https://github.com/ziglang/zig/issues/16846
//.{
// .target = .{
// .cpu_arch = .mips,
// .os_tag = .linux,
// .abi = .none,
// },
//},
.{
.target = .{
@@ -302,13 +303,14 @@ const test_targets = blk: {
// .link_libc = true,
//},
.{
.target = .{
.cpu_arch = .mipsel,
.os_tag = .linux,
.abi = .none,
},
},
// https://github.com/ziglang/zig/issues/16846
//.{
// .target = .{
// .cpu_arch = .mipsel,
// .os_tag = .linux,
// .abi = .none,
// },
//},
.{
.target = .{