Skip to content

Commit abf6f35

Browse files
committed
test: Disable reinterpret packed union on mips.
#21050
1 parent 25096ed commit abf6f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/behavior/union.zig

+1
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)