| author | |
| committer | |
| log | abf6f35654533664ccd06d062a54864063032f96 |
| tree | 01a4be7f1eda4003eaa12452bd05c3d2575e2b02 |
| parent | 25096ed8936bb09e20589dda2bddeb09a24cfbaa |
| signature |
https://github.com/ziglang/zig/issues/210501 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/union.zig+1| ... | ... | @@ -1904,6 +1904,7 @@ test "reinterpret packed union" { |
| 1904 | 1904 | |
| 1905 | 1905 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO |
| 1906 | 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 | |
| 1907 | 1908 | if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO |
| 1908 | 1909 | try S.doTheTest(); |
| 1909 | 1910 | } |