[libc-commits] [PATCH] D149108: [libc][Obvious] Add NO_RUN_POSTBUILD to sqrtf exhaustive test.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 24 16:41:21 PDT 2023
sivachandra created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
The bots are timing out because they are trying to run this test.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149108
Files:
libc/test/src/math/exhaustive/CMakeLists.txt
Index: libc/test/src/math/exhaustive/CMakeLists.txt
===================================================================
--- libc/test/src/math/exhaustive/CMakeLists.txt
+++ libc/test/src/math/exhaustive/CMakeLists.txt
@@ -10,6 +10,7 @@
add_fp_unittest(
sqrtf_test
+ NO_RUN_POSTBUILD
NEED_MPFR
SUITE
libc_math_exhaustive_tests
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149108.516576.patch
Type: text/x-patch
Size: 344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230424/7a3ef7bd/attachment.bin>
More information about the libc-commits
mailing list