Skip to content

Commit 870872d

Browse files
kubkonandrewrk
authored andcommitted
aarch64-windows: skip failing floatop behavior test
1 parent 07bf4de commit 870872d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/behavior/floatop.zig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@ test "@log2 with vectors" {
420420
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
421421
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
422422
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
423+
// https://github.com/ziglang/zig/issues/13681
424+
if (builtin.zig_backend == .stage2_llvm and
425+
builtin.cpu.arch == .aarch64 and
426+
builtin.os.tag == .windows) return error.SkipZigTest;
423427

424428
comptime try testLog2WithVectors();
425429
try testLog2WithVectors();

0 commit comments

Comments
 (0)