spirv: disable failing tests

This commit is contained in:
Robin Voetter
2023-11-21 19:43:24 +01:00
parent 54f4abae2f
commit 28e1d82857
5 changed files with 17 additions and 0 deletions

View File

@@ -572,6 +572,8 @@ test "comptime cast fn to ptr" {
}
test "equality compare fn ptrs" {
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; // Uses function pointers
var a = &emptyFn;
_ = &a;
try expect(a == a);