[llvm] Disable some tests on bazel (PR #132951)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 09:12:42 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Walter Lee (googlewalt)
<details>
<summary>Changes</summary>
These tests failed at Google after #<!-- -->130757. Disable them in bazel for the time being.
---
Full diff: https://github.com/llvm/llvm-project/pull/132951.diff
1 Files Affected:
- (modified) utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel (-20)
``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
index 377d8eb213f1e..f4c2bb06ff4dc 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
@@ -204,21 +204,6 @@ math_test(
hdrs = ["FmaTest.h"],
)
-math_test(
- name = "f16fma",
- hdrs = ["FmaTest.h"],
-)
-
-math_test(
- name = "f16fmaf",
- hdrs = ["FmaTest.h"],
-)
-
-math_test(
- name = "f16fmal",
- hdrs = ["FmaTest.h"],
-)
-
math_test(
name = "dmull",
hdrs = ["MulTest.h"],
@@ -476,11 +461,6 @@ math_test(
# TODO: Add fma, fmaf, fmal, fmaf128 tests.
-math_test(
- name = "fmaf16",
- hdrs = ["FmaTest.h"],
-)
-
math_test(
name = "fmax",
hdrs = ["FMaxTest.h"],
``````````
</details>
https://github.com/llvm/llvm-project/pull/132951
More information about the llvm-commits
mailing list