| author | |
| committer | |
| log | e1a750655e05875046abf6a4819062b4f008c330 |
| tree | f399169fbf690adab1e0aae0abcf26ee4ec069cd |
| parent | c369def08e1eeb118b86cebb2dcf2626eb085093 |
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: { |
| 1359 | 1359 | ||
| 1360 | // WASI Targets | 1360 | // WASI Targets |
| 1361 | 1361 | ||
| 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, |