Commit e1a750655e

Andrew Kelley <andrew@ziglang.org>
2025-09-09 04:00:13
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 parent c369def
Changed files (1)
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,