disable tests failing due to LLVM 15 regressions
This commit is contained in:
@@ -1089,6 +1089,12 @@ test "namespace lookup ignores decl causing the lookup" {
|
||||
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
|
||||
|
||||
if (builtin.zig_backend == .stage2_llvm) {
|
||||
// regressed with LLVM 15
|
||||
// https://github.com/ziglang/zig/issues/12681
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const S = struct {
|
||||
fn Mixin(comptime T: type) type {
|
||||
return struct {
|
||||
|
||||
Reference in New Issue
Block a user