From 4dbaaf4b95fcfc4ca88ff59efd69e32801383e64 Mon Sep 17 00:00:00 2001 From: Siva Chandra Reddy Date: Mon, 24 Apr 2023 23:40:23 +0000 Subject: [PATCH] [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 --- libc/test/src/math/exhaustive/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4