spirv: skip range switch tests

This is not yet implemented
This commit is contained in:
Robin Voetter
2024-10-13 01:58:11 +02:00
parent c1132edd53
commit 86b88ea7da
7 changed files with 27 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ test "pointer-integer arithmetic" {
test "pointer subtraction" {
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; // TODO
{
const a: *u8 = @ptrFromInt(100);