authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-09-08 19:00:13-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-09-20 18:33:01-07:00
loge1a750655e05875046abf6a4819062b4f008c330
treef399169fbf690adab1e0aae0abcf26ee4ec069cd
parentc369def08e1eeb118b86cebb2dcf2626eb085093

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.

1 files changed, 12 insertions(+), 9 deletions(-)

test/tests.zig+12-9
......@@ -1359,15 +1359,18 @@ const test_targets = blk: {
13591359
13601360 // WASI Targets
13611361
1362 .{
1363 .target = .{
1364 .cpu_arch = .wasm32,
1365 .os_tag = .wasi,
1366 .abi = .none,
1367 },
1368 .use_llvm = false,
1369 .use_lld = false,
1370 },
1362 // Disabled due to no active maintainer (feel free to fix the failures
1363 // and then re-enable at any time). The failures occur due to backend
1364 // miscompilation of different AIR from the frontend.
1365 //.{
1366 // .target = .{
1367 // .cpu_arch = .wasm32,
1368 // .os_tag = .wasi,
1369 // .abi = .none,
1370 // },
1371 // .use_llvm = false,
1372 // .use_lld = false,
1373 //},
13711374 .{
13721375 .target = .{
13731376 .cpu_arch = .wasm32,