commit 9bd8f8ed56c1e74e184be022f7e60b49dfd841a2 (tree)
parent 710f9325ff951c187cf8c7d8eae14330e7b42cd6
Author: Ali Cheraghi <alichraghi@proton.me>
Date: Fri, 25 Apr 2025 13:54:27 +0330
test: skip "struct fields get automatically reordered" for spirv64 backend
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig
@@ -1524,6 +1524,7 @@ test "optional generic function label struct field" {
}
test "struct fields get automatically reordered" {
+ if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
const S1 = struct {