mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +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