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: {...@@ -1359,15 +1359,18 @@ const test_targets = blk: {
13591359
1360 // WASI Targets1360 // WASI Targets
13611361
1362 .{1362 // Disabled due to no active maintainer (feel free to fix the failures
1363 .target = .{1363 // and then re-enable at any time). The failures occur due to backend
1364 .cpu_arch = .wasm32,1364 // miscompilation of different AIR from the frontend.
1365 .os_tag = .wasi,1365 //.{
1366 .abi = .none,1366 // .target = .{
1367 },1367 // .cpu_arch = .wasm32,
1368 .use_llvm = false,1368 // .os_tag = .wasi,
1369 .use_lld = false,1369 // .abi = .none,
1370 },1370 // },
1371 // .use_llvm = false,
1372 // .use_lld = false,
1373 //},
1371 .{1374 .{
1372 .target = .{1375 .target = .{
1373 .cpu_arch = .wasm32,1376 .cpu_arch = .wasm32,