From 3acf0f637eb02a9ab755a59167de7b67c3c3c699 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 23 Aug 2023 12:46:31 -0700 Subject: [PATCH] disable failing mips tests due to LLVM 17 regressions tracked by #16846 --- test/tests.zig | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 45fffc7dc2..9b39b36393 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -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 = .{