mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
parent
f79824f946
commit
01e89fec71
@ -250,6 +250,13 @@ test "vector @splat" {
|
||||
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 and
|
||||
builtin.os.tag == .macos)
|
||||
{
|
||||
// LLVM 15 regression: https://github.com/ziglang/zig/issues/12827
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
const S = struct {
|
||||
fn testForT(comptime N: comptime_int, v: anytype) !void {
|
||||
const T = @TypeOf(v);
|
||||
|
Loading…
Reference in New Issue
Block a user