[libc-commits] [libc] 4dbaaf4 - [libc][Obvious] Add NO_RUN_POSTBUILD to sqrtf exhaustive test.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Mon Apr 24 16:44:34 PDT 2023


Author: Siva Chandra Reddy
Date: 2023-04-24T23:44:11Z
New Revision: 4dbaaf4b95fcfc4ca88ff59efd69e32801383e64

URL: https://github.com/llvm/llvm-project/commit/4dbaaf4b95fcfc4ca88ff59efd69e32801383e64
DIFF: https://github.com/llvm/llvm-project/commit/4dbaaf4b95fcfc4ca88ff59efd69e32801383e64.diff

LOG: [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

Added: 
    

Modified: 
    libc/test/src/math/exhaustive/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/test/src/math/exhaustive/CMakeLists.txt b/libc/test/src/math/exhaustive/CMakeLists.txt
index 107e7915650e3..4c3f524f0b904 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


        


More information about the libc-commits mailing list