| ... | @@ -1839,6 +1839,7 @@ test "reinterpret packed union" { | ... | @@ -1839,6 +1839,7 @@ test "reinterpret packed union" { |
| 1839 | try comptime S.doTheTest(); | 1839 | try comptime S.doTheTest(); |
| 1840 | | 1840 | |
| 1841 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | 1841 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO |
| | 1842 | if (builtin.cpu.arch.isPPC()) return error.SkipZigTest; // TODO |
| 1842 | if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO | 1843 | if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO |
| 1843 | try S.doTheTest(); | 1844 | try S.doTheTest(); |
| 1844 | } | 1845 | } |