diff options
| author | Luuk de Gram <luuk@degram.dev> | 2022-04-02 19:09:51 +0200 |
|---|---|---|
| committer | Luuk de Gram <luuk@degram.dev> | 2022-04-02 21:54:01 +0200 |
| commit | a0a587ff85d3785f99c475d9e0d5f1eb9e27bd26 (patch) | |
| tree | 87465456c5d1c11249ab7a4e01102d57f67ad8f1 /test/behavior/floatop.zig | |
| parent | 2c40b37f79b1b40b5f22e13131064bcab2191f64 (diff) | |
| download | zig-a0a587ff85d3785f99c475d9e0d5f1eb9e27bd26.tar.gz zig-a0a587ff85d3785f99c475d9e0d5f1eb9e27bd26.zip | |
wasm: Enable passing behavior tests
This shuffles some tests do ensure the new instructions are tested for the wasm backend,
by moving vectors into their own tests as well as move the f16 test cases as those require
special operating also.
Diffstat (limited to 'test/behavior/floatop.zig')
| -rw-r--r-- | test/behavior/floatop.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/floatop.zig b/test/behavior/floatop.zig index 6d8c33efa2..0700b47c61 100644 --- a/test/behavior/floatop.zig +++ b/test/behavior/floatop.zig @@ -544,6 +544,7 @@ fn testTrunc() !void { } test "negation f16" { + 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_x86_64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
