aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorRobin Voetter <robin@voetter.nl>2023-11-21 19:43:24 +0100
committerRobin Voetter <robin@voetter.nl>2023-11-24 01:11:12 +0100
commit28e1d8285752b320f186090993cdf0ff7a048c85 (patch)
treecb7f61f2e4e9513cf1feef8c3487c4741a687c29 /test/behavior/struct.zig
parent54f4abae2f811c6de1d5c5156961e1bd75405aa6 (diff)
downloadzig-28e1d8285752b320f186090993cdf0ff7a048c85.tar.gz
zig-28e1d8285752b320f186090993cdf0ff7a048c85.zip
spirv: disable failing tests
Diffstat (limited to 'test/behavior/struct.zig')
-rw-r--r--test/behavior/struct.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig
index 97ccb3212f..56231a9fea 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -1513,6 +1513,7 @@ test "discarded struct initialization works as expected" {
test "function pointer in struct returns the struct" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
+ if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
const A = struct {
const A = @This();