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

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


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

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

>From 7b7d61a45972c3e734282e05710f3c38ed9c0c9b Mon Sep 17 00:00:00 2001
From: JP Lehr <JanPatrick.Lehr at amd.com>
Date: Wed, 27 Dec 2023 09:15:43 -0600
Subject: [PATCH] [libc][FIXME] Disable another test on GPU

This test fails on some internal buildbot machines / setups. Disable for now and
to fix later.
---
 libc/test/src/__support/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

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(



More information about the libc-commits mailing list