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

View File

@@ -500,6 +500,8 @@ test "cast slice to const slice nested in error union and optional" {
}
test "variable of optional of noreturn" {
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
var null_opv: ?noreturn = null;
try std.testing.expectEqual(@as(?noreturn, null), null_opv);
}