wasm: Enable passing behavior tests
This also adds some float-related instructions to MIR/Emit
This commit is contained in:
committed by
Andrew Kelley
parent
3ea113e008
commit
90f08a69aa
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user