diff options
| author | Pavel Verigo <paul.verigo@gmail.com> | 2025-12-05 22:51:05 +0100 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-12-07 07:21:15 +0100 |
| commit | bf58a3bc082a7d305df082360ef93316d8c8dfd6 (patch) | |
| tree | ab5fde52c7d27f8dfa2fb4720a421929c70b5080 /test/tests.zig | |
| parent | cc099afca557ae427261ab0c5c733738d9d87782 (diff) | |
| download | zig-bf58a3bc082a7d305df082360ef93316d8c8dfd6.tar.gz zig-bf58a3bc082a7d305df082360ef93316d8c8dfd6.zip | |
stage2_wasm: revival, enabling tests
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/test/tests.zig b/test/tests.zig index 306602d587..0911ae2e46 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1381,18 +1381,16 @@ const test_targets = blk: { // WASI Targets - // 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, + .os_tag = .wasi, + .abi = .none, + }, + .skip_modules = &.{ "compiler-rt", "std" }, + .use_llvm = false, + .use_lld = false, + }, .{ .target = .{ .cpu_arch = .wasm32, |
