Skip to content

Commit 19a9108

Browse files
committed
test: Partially disable vector float operators on mips.
#21051
1 parent abf6f35 commit 19a9108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/behavior/vector.zig

+3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ test "vector float operators" {
133133
try S.doTheTest(f16);
134134
try comptime S.doTheTest(f16);
135135

136+
// https://github.com/llvm/llvm-project/issues/102870
137+
if (builtin.cpu.arch.isMIPS()) return error.SkipZigTest;
138+
136139
try S.doTheTest(f80);
137140
try comptime S.doTheTest(f80);
138141

0 commit comments

Comments
 (0)