disable failing behavior test: "reinterpret extern union"

see tracking issue #19389
This commit is contained in:
Andrew Kelley
2024-03-21 20:09:20 -07:00
parent 3eb260f042
commit 90c94a2f0b

View File

@@ -1746,6 +1746,10 @@ fn littleToNativeEndian(comptime T: type, v: T) T {
}
test "reinterpret extern union" {
if (true) {
// https://github.com/ziglang/zig/issues/19389
return error.SkipZigTest;
}
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
const U = extern union {