Skip to content

Commit 36f4ecc

Browse files
alexrpricherfu
authored andcommitted
test: Disable reinterpret packed union on mips.
ziglang#21050
1 parent a99ffe5 commit 36f4ecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/behavior/union.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,7 @@ test "reinterpret packed union" {
19041904

19051905
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
19061906
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
19071908
if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO
19081909
try S.doTheTest();
19091910
}

0 commit comments

Comments
 (0)