[libc-commits] [libc] [libc][FIXME] Disable another test on GPU (PR #76444)

via libc-commits libc-commits at lists.llvm.org
Wed Dec 27 07:18:27 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Jan Patrick Lehr (jplehr)

<details>
<summary>Changes</summary>

This test fails on some internal buildbot machines / setups. Disable for now and to fix later.

---
Full diff: https://github.com/llvm/llvm-project/pull/76444.diff


1 Files Affected:

- (modified) libc/test/src/__support/CMakeLists.txt (+1) 


``````````diff
diff --git a/libc/test/src/__support/CMakeLists.txt b/libc/test/src/__support/CMakeLists.txt
index fe8b3c4c84c388..eee4141ac1e821 100644
--- a/libc/test/src/__support/CMakeLists.txt
+++ b/libc/test/src/__support/CMakeLists.txt
@@ -42,6 +42,7 @@ add_libc_test(
   DEPENDS
     libc.src.__support.high_precision_decimal
     libc.src.__support.uint128
+  UNIT_TEST_ONLY
 )
 
 add_libc_test(

``````````

</details>


https://github.com/llvm/llvm-project/pull/76444


More information about the libc-commits mailing list