spirv: disable failing tests

This commit is contained in:
Robin Voetter
2023-08-26 11:32:37 +02:00
committed by Andrew Kelley
parent 865b2e259b
commit 79f7481575
22 changed files with 61 additions and 0 deletions
+1
View File
@@ -942,6 +942,7 @@ 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;
const Value = union(enum) {
values: []const @This(),