spirv: update tests

This commit is contained in:
Robin Voetter
2024-01-13 18:44:44 +01:00
parent 1d548aa2aa
commit 9fbba0e01a
27 changed files with 52 additions and 26 deletions

View File

@@ -1222,6 +1222,7 @@ test "integer compare" {
test "reference to inferred local variable works as expected" {
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
const Crasher = struct {
lets_crash: u64 = 0,