commit 200fb1e92e3cbbd855eed03b6dd8120a2ec84015 (tree)
parent 8717453208bd1f32258d0cf5cdc41e76c0a3dbeb
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
@@ -1529,6 +1529,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 {