commit 5d92cc8cf60330c535aeb7361eaeede19eb61bbf (tree)
parent 5b8af7a2a9140fd0533961b62addc61f57b33343
Author: Andrew Kelley <andrew@ziglang.org>
Date: Thu, 24 Aug 2023 14:39:41 -0700
skip all mips tests due to LLVM 17 regressions
Tracked by #16846
Diffstat:
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/test/tests.zig b/test/tests.zig
@@ -284,14 +284,15 @@ const test_targets = blk: {
// },
//},
- .{
- .target = .{
- .cpu_arch = .mips,
- .os_tag = .linux,
- .abi = .musl,
- },
- .link_libc = true,
- },
+ // https://github.com/ziglang/zig/issues/16846
+ //.{
+ // .target = .{
+ // .cpu_arch = .mips,
+ // .os_tag = .linux,
+ // .abi = .musl,
+ // },
+ // .link_libc = true,
+ //},
// https://github.com/ziglang/zig/issues/4927
//.{
@@ -312,14 +313,15 @@ const test_targets = blk: {
// },
//},
- .{
- .target = .{
- .cpu_arch = .mipsel,
- .os_tag = .linux,
- .abi = .musl,
- },
- .link_libc = true,
- },
+ // https://github.com/ziglang/zig/issues/16846
+ //.{
+ // .target = .{
+ // .cpu_arch = .mipsel,
+ // .os_tag = .linux,
+ // .abi = .musl,
+ // },
+ // .link_libc = true,
+ //},
// https://github.com/ziglang/zig/issues/4927
//.{