wasm: Enable all passing tests

All tests have been manually verified which are now passing. This means that any remaining
TODO is an actual to-be-fixed or to-be-implemented test case.
This commit is contained in:
Luuk de Gram
2022-03-23 20:44:52 +01:00
parent 60676a0ba5
commit 5cb16dfa59
11 changed files with 0 additions and 60 deletions

View File

@@ -65,7 +65,6 @@ test "optional with void type" {
}
test "address of unwrap optional" {
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO