From 2f9e37ade072b32ab40ef56f343b0fc572fdf8f1 Mon Sep 17 00:00:00 2001 From: Robin Voetter Date: Sun, 17 Mar 2024 23:09:03 +0100 Subject: spirv: enable passing tests --- test/behavior/error.zig | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/behavior/error.zig') 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(), -- cgit v1.2.3