Skip to content

Commit 6ddc071

Browse files
authored
Disable some tests on bazel (#132951)
These tests failed at Google after #130757. Disable them in bazel for the time being.
1 parent 92e0560 commit 6ddc071

File tree

1 file changed

+20
-18
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/math/smoke

1 file changed

+20
-18
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -204,20 +204,21 @@ math_test(
204204
hdrs = ["FmaTest.h"],
205205
)
206206

207-
math_test(
208-
name = "f16fma",
209-
hdrs = ["FmaTest.h"],
210-
)
211-
212-
math_test(
213-
name = "f16fmaf",
214-
hdrs = ["FmaTest.h"],
215-
)
216-
217-
math_test(
218-
name = "f16fmal",
219-
hdrs = ["FmaTest.h"],
220-
)
207+
# TODO: Reenable these tests once they pass at Google.
208+
# math_test(
209+
# name = "f16fma",
210+
# hdrs = ["FmaTest.h"],
211+
# )
212+
#
213+
# math_test(
214+
# name = "f16fmaf",
215+
# hdrs = ["FmaTest.h"],
216+
# )
217+
#
218+
# math_test(
219+
# name = "f16fmal",
220+
# hdrs = ["FmaTest.h"],
221+
# )
221222

222223
math_test(
223224
name = "dmull",
@@ -476,10 +477,11 @@ math_test(
476477

477478
# TODO: Add fma, fmaf, fmal, fmaf128 tests.
478479

479-
math_test(
480-
name = "fmaf16",
481-
hdrs = ["FmaTest.h"],
482-
)
480+
# TODO: Reenable this test once it passes at Google.
481+
# math_test(
482+
# name = "fmaf16",
483+
# hdrs = ["FmaTest.h"],
484+
# )
483485

484486
math_test(
485487
name = "fmax",

0 commit comments

Comments
 (0)