From: Siva Chandra Reddy Date: Mon, 24 Apr 2023 23:40:23 +0000 (+0000) Subject: [libc][Obvious] Add NO_RUN_POSTBUILD to sqrtf exhaustive test. X-Git-Tag: upstream/17.0.6~10554 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dbaaf4b95fcfc4ca88ff59efd69e32801383e64;p=platform%2Fupstream%2Fllvm.git [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 --- 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