mirror of
https://github.com/ziglang/zig.git
synced 2026-02-17 06:49:23 +00:00
disable failing behavior test: "reinterpret extern union"
see tracking issue #19389
This commit is contained in:
parent
3eb260f042
commit
90c94a2f0b
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user