diff options
| author | Luuk de Gram <luuk@degram.dev> | 2022-03-19 20:53:39 +0100 |
|---|---|---|
| committer | Luuk de Gram <luuk@degram.dev> | 2022-03-19 20:56:04 +0100 |
| commit | 2fc91a09a2bcefdd2af2370cf6d24bc23e186425 (patch) | |
| tree | f349e0381421dbf895b391433f79cf8b6290ff19 /test/behavior/array.zig | |
| parent | 56590218c5054fd5f4076916fd247213a00d5105 (diff) | |
| download | zig-2fc91a09a2bcefdd2af2370cf6d24bc23e186425.tar.gz zig-2fc91a09a2bcefdd2af2370cf6d24bc23e186425.zip | |
wasm: Enable passing tests
This enables the tests that now pass due to the changes to lower
parent pointers are lowered, as well as the additional features to unions.
Diffstat (limited to 'test/behavior/array.zig')
| -rw-r--r-- | test/behavior/array.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/array.zig b/test/behavior/array.zig index 992ed14526..bbaf3b3c34 100644 --- a/test/behavior/array.zig +++ b/test/behavior/array.zig @@ -455,7 +455,6 @@ test "type deduction for array subscript expression" { test "sentinel element count towards the ABI size calculation" { if (builtin.zig_backend == .stage2_llvm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO @@ -537,7 +536,6 @@ test "type coercion of anon struct literal to array" { } test "type coercion of pointer to anon struct literal to pointer to array" { - 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; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
