wasm: Enable passing behavior tests

This also adds some float-related instructions to MIR/Emit
This commit is contained in:
Luuk de Gram
2022-03-09 18:26:48 +01:00
committed by Andrew Kelley
parent 3ea113e008
commit 90f08a69aa
27 changed files with 205 additions and 35 deletions

View File

@@ -938,7 +938,6 @@ test "constant enum initialization with differing sizes" {
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
try test3_1(test3_foo);
try test3_2(test3_bar);