[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:21:20 PST 2023


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

>From 3f8eaeb60e3ca92088576a3fd802124f9a72fd6e 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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libc/test/src/__support/CMakeLists.txt b/libc/test/src/__support/CMakeLists.txt
index fe8b3c4c84c388..a92e6da56096a1 100644
--- a/libc/test/src/__support/CMakeLists.txt
+++ b/libc/test/src/__support/CMakeLists.txt
@@ -42,6 +42,8 @@ add_libc_test(
   DEPENDS
     libc.src.__support.high_precision_decimal
     libc.src.__support.uint128
+  # FIXME Test segfaults on gfx90a GPU
+  UNIT_TEST_ONLY
 )
 
 add_libc_test(



More information about the libc-commits mailing list