diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-09-08 19:00:13 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-09-20 18:33:01 -0700 |
| commit | e1a750655e05875046abf6a4819062b4f008c330 (patch) | |
| tree | f399169fbf690adab1e0aae0abcf26ee4ec069cd | |
| parent | c369def08e1eeb118b86cebb2dcf2626eb085093 (diff) | |
| download | zig-e1a750655e05875046abf6a4819062b4f008c330.tar.gz zig-e1a750655e05875046abf6a4819062b4f008c330.zip | |
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.
| -rw-r--r-- | test/tests.zig | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/test/tests.zig b/test/tests.zig index 1329474d2b..a99b7c703b 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, |
