diff options
| author | Robin Voetter <robin@voetter.nl> | 2024-03-17 23:09:03 +0100 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2024-03-18 19:13:51 +0100 |
| commit | 2f9e37ade072b32ab40ef56f343b0fc572fdf8f1 (patch) | |
| tree | cfb8baa2967ba8c0c30032c3105788bcf6b7bff8 /test/behavior/error.zig | |
| parent | 4020b91f21893543cd859467dc131ddded0a4a6a (diff) | |
| download | zig-2f9e37ade072b32ab40ef56f343b0fc572fdf8f1.tar.gz zig-2f9e37ade072b32ab40ef56f343b0fc572fdf8f1.zip | |
spirv: enable passing tests
Diffstat (limited to 'test/behavior/error.zig')
| -rw-r--r-- | test/behavior/error.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig index 4b8b69192e..8e4dd2c091 100644 --- a/test/behavior/error.zig +++ b/test/behavior/error.zig @@ -124,7 +124,6 @@ test "debug info for optional error set" { test "implicit cast to optional to error union to return result loc" { if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const S = struct { fn entry() !void { @@ -951,7 +950,6 @@ test "returning an error union containing a type with no runtime bits" { test "try used in recursive function with inferred error set" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; // TODO const Value = union(enum) { values: []const @This(), |
