We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reinterpret packed union
1 parent 25096ed commit abf6f35Copy full SHA for abf6f35
test/behavior/union.zig
@@ -1904,6 +1904,7 @@ test "reinterpret packed union" {
1904
1905
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
1906
if (builtin.cpu.arch.isPowerPC32()) return error.SkipZigTest; // TODO
1907
+ if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21050
1908
if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO
1909
try S.doTheTest();
1910
}
0 commit comments