aarch64: workaround some optional/union issues

This commit is contained in:
Jacob Young
2025-07-27 19:55:05 -04:00
committed by Andrew Kelley
parent dea3ed7f59
commit c334956a54
14 changed files with 221 additions and 150 deletions

View File

@@ -390,7 +390,6 @@ test "0-bit child type coerced to optional" {
}
test "array of optional unaligned types" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;