| ... | @@ -1891,7 +1891,7 @@ test "reinterpret packed union" { | ... | @@ -1891,7 +1891,7 @@ test "reinterpret packed union" { |
| 1891 | try comptime S.doTheTest(); | 1891 | try comptime S.doTheTest(); |
| 1892 | | 1892 | |
| 1893 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | 1893 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO |
| 1894 | if (builtin.cpu.arch.isPowerPC32()) return error.SkipZigTest; // TODO | 1894 | if (builtin.cpu.arch.isPowerPC()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21050 |
| 1895 | if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21050 | 1895 | if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21050 |
| 1896 | if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO | 1896 | if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO |
| 1897 | try S.doTheTest(); | 1897 | try S.doTheTest(); |