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

@@ -182,7 +182,6 @@ const here_is_a_null_literal = SillyStruct{ .context = null };
test "unwrap optional which is field of global var" {
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
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;