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
test/tests.zig+12-9
| ... | ... | @@ -1359,15 +1359,18 @@ const test_targets = blk: { |
| 1359 | 1359 | |
| 1360 | 1360 | // WASI Targets |
| 1361 | 1361 | |
| 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 | //}, |
| 1371 | 1374 | .{ |
| 1372 | 1375 | .target = .{ |
| 1373 | 1376 | .cpu_arch = .wasm32, |