authorgravatar for paul.verigo@gmail.comPavel Verigo <paul.verigo@gmail.com> 2025-07-23 20:53:08+02:00
committergravatar for paul.verigo@gmail.comPavel Verigo <paul.verigo@gmail.com> 2025-07-24 01:18:08+02:00
log4328f71d9fbb67b1e9949b5c398578eab6f59314
treedbc711f95f38e2280267da837729238701a2a5b0
parentfcd9f521d2922f988786833db9f00a28757d418b

Revert "disable -fno-llvm -target wasm32-wasi testing"

This reverts commit 83960e0eb068f786c46c3fe559016e1e9faea3cd.

2 files changed, 11 insertions(+), 10 deletions(-)

test/src/Cases.zig+2
......@@ -800,6 +800,8 @@ const TestManifestConfigDefaults = struct {
800800 }
801801 // Windows
802802 defaults = defaults ++ "x86_64-windows" ++ ",";
803 // Wasm
804 defaults = defaults ++ "wasm32-wasi";
803805 break :blk defaults;
804806 };
805807 } else if (std.mem.eql(u8, key, "output_mode")) {
test/tests.zig+9-10
......@@ -1369,16 +1369,15 @@ const test_targets = blk: {
13691369
13701370 // WASI Targets
13711371
1372 // TODO: lowerTry for pointers
1373 //.{
1374 // .target = .{
1375 // .cpu_arch = .wasm32,
1376 // .os_tag = .wasi,
1377 // .abi = .none,
1378 // },
1379 // .use_llvm = false,
1380 // .use_lld = false,
1381 //},
1372 .{
1373 .target = .{
1374 .cpu_arch = .wasm32,
1375 .os_tag = .wasi,
1376 .abi = .none,
1377 },
1378 .use_llvm = false,
1379 .use_lld = false,
1380 },
13821381 .{
13831382 .target = .{
13841383 .cpu_arch = .wasm32,