diff --git a/test/src/Cases.zig b/test/src/Cases.zig index f72748e5ef20d470f2204e6ea9b977c1e09688e4..230b100b68b02d37d7ecb1ab8fb4886a7e5ad040 100644 --- a/test/src/Cases.zig +++ b/test/src/Cases.zig @@ -380,6 +380,12 @@ fn addFromDirInner( // Other backends don't support new liveness format continue; } + + if (backend == .selfhosted and target.cpu.arch == .aarch64) { + // https://codeberg.org/ziglang/zig/pulls/30232#issuecomment-9182045 + continue; + } + if (backend == .selfhosted and target.os.tag == .macos and target.cpu.arch == .x86_64 and builtin.cpu.arch == .aarch64) {