From e1a750655e05875046abf6a4819062b4f008c330 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 8 Sep 2025 19:00:13 -0700 Subject: [PATCH] disable wasm backend coverage Disabled due to no active maintainer (feel free to fix the failures and then re-enable at any time). The failures occur due to backend miscompilation of different AIR from the frontend. --- test/tests.zig | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index 1329474d2b8e70b9103b25eb4a0081ded60587b9..a99b7c703b9ffe1c57640de9bcf136c51151cd43 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1359,15 +1359,18 @@ const test_targets = blk: { // WASI Targets - .{ - .target = .{ - .cpu_arch = .wasm32, - .os_tag = .wasi, - .abi = .none, - }, - .use_llvm = false, - .use_lld = false, - }, + // Disabled due to no active maintainer (feel free to fix the failures + // and then re-enable at any time). The failures occur due to backend + // miscompilation of different AIR from the frontend. + //.{ + // .target = .{ + // .cpu_arch = .wasm32, + // .os_tag = .wasi, + // .abi = .none, + // }, + // .use_llvm = false, + // .use_lld = false, + //}, .{ .target = .{ .cpu_arch = .wasm32, -- 2.54.0