spirv: more passing tests

This commit is contained in:
Robin Voetter
2023-05-19 11:23:22 +02:00
parent 2f28713bd7
commit 37aa343079
39 changed files with 1 additions and 62 deletions

View File

@@ -8,7 +8,6 @@ const expectEqualStrings = std.testing.expectEqualStrings;
test "passing an optional integer as a parameter" {
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
const S = struct {
fn entry() bool {