mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
union: skip failing tests on ppc
This commit is contained in:
parent
fb33bc99e1
commit
1b8a50ea5e
@ -1839,6 +1839,7 @@ test "reinterpret packed union" {
|
||||
try comptime S.doTheTest();
|
||||
|
||||
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
|
||||
if (builtin.cpu.arch.isPPC()) return error.SkipZigTest; // TODO
|
||||
if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO
|
||||
try S.doTheTest();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user