From 2db133b53f80268e4e36ea43a58340bc7853bb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 18 Jun 2026 16:31:32 +0200 Subject: [PATCH] test: disable C ABI tests for x86_64-linux-muslx32 Lots of failures here; this target shouldn't have been in this list yet. --- test/tests.zig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index afe2f09560955a1a87282ffd411dd9e0fbca32c2..a3883223728b7141c6a7f90a76a57e5914a75af5 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1997,13 +1997,13 @@ const c_abi_targets = blk: { }, .use_llvm = true, }, - .{ - .target = .{ - .cpu_arch = .x86_64, - .os_tag = .linux, - .abi = .muslx32, - }, - }, + // .{ + // .target = .{ + // .cpu_arch = .x86_64, + // .os_tag = .linux, + // .abi = .muslx32, + // }, + // }, // WASI Targets -- 2.54.0