diff options
| author | Ali Chraghi <alichraghi@proton.me> | 2024-02-15 18:44:24 +0330 |
|---|---|---|
| committer | Ali Chraghi <alichraghi@proton.me> | 2024-02-15 18:44:24 +0330 |
| commit | 66e6d0d3142cfc32ea238a84d630732191c1dc1f (patch) | |
| tree | a3e51d297c1f740320c35f6a64f4c71a8dde2c94 /test/behavior/struct.zig | |
| parent | 23b707565676fd650299e9808c1acf2bbb4d46f2 (diff) | |
| download | zig-66e6d0d3142cfc32ea238a84d630732191c1dc1f.tar.gz zig-66e6d0d3142cfc32ea238a84d630732191c1dc1f.zip | |
test: skip new failing tests for spirv
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index c6f8730987..9f4d3f0298 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -2117,6 +2117,7 @@ test "initiate global variable with runtime value" { test "struct containing optional pointer to array of @This()" { if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; + if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const S = struct { x: ?*const [1]@This(), |
