[llvm] Disable some tests on bazel (PR #132951)
Walter Lee via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 25 09:12:06 PDT 2025
https://github.com/googlewalt created https://github.com/llvm/llvm-project/pull/132951
These tests failed at Google after #130757. Disable them in bazel for the time being.
>From 2924ed2f705beabd2191165e6a4aeb2bd7585628 Mon Sep 17 00:00:00 2001
From: Walter Lee <waltl at google.com>
Date: Tue, 25 Mar 2025 16:01:58 +0000
Subject: [PATCH] Disable some tests on bazel
These tests failed at Google after #130757. Disable them in bazel for
the time being.
---
.../libc/test/src/math/smoke/BUILD.bazel | 20 -------------------
1 file changed, 20 deletions(-)
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"],
More information about the llvm-commits
mailing list