aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2023-04-24 23:40:23 +0000
committerSiva Chandra Reddy <sivachandra@google.com>2023-04-24 23:44:11 +0000
commit4dbaaf4b95fcfc4ca88ff59efd69e32801383e64 (patch)
tree97aaf5645050e325dcb0a88b06d1a50ecefc5cea
parent1d097ad73b3fe38ff301f471356d15f093a2dbef (diff)
downloadllvm-4dbaaf4b95fcfc4ca88ff59efd69e32801383e64.zip
llvm-4dbaaf4b95fcfc4ca88ff59efd69e32801383e64.tar.gz
llvm-4dbaaf4b95fcfc4ca88ff59efd69e32801383e64.tar.bz2
[libc][Obvious] Add NO_RUN_POSTBUILD to sqrtf exhaustive test.
The bots are timing out because they are trying to run this test. Differential Revision: https://reviews.llvm.org/D149108
-rw-r--r--libc/test/src/math/exhaustive/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/test/src/math/exhaustive/CMakeLists.txt b/libc/test/src/math/exhaustive/CMakeLists.txt
index 107e791..4c3f524 100644
--- a/libc/test/src/math/exhaustive/CMakeLists.txt
+++ b/libc/test/src/math/exhaustive/CMakeLists.txt
@@ -10,6 +10,7 @@ add_object_library(
add_fp_unittest(
sqrtf_test
+ NO_RUN_POSTBUILD
NEED_MPFR
SUITE
libc_math_exhaustive_tests