aarch64: workaround some optional/union issues
This commit is contained in:
committed by
Andrew Kelley
parent
dea3ed7f59
commit
c334956a54
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user