[libc-commits] [libc] fe94ae8 - [libc][FIXME] Disable another test on GPU (#76444)
via libc-commits
libc-commits at lists.llvm.org
Wed Dec 27 08:28:04 PST 2023
Author: Jan Patrick Lehr
Date: 2023-12-27T17:27:59+01:00
New Revision: fe94ae83ecf356fd2d63b7cd15f37aaafdbc14ef
URL: https://github.com/llvm/llvm-project/commit/fe94ae83ecf356fd2d63b7cd15f37aaafdbc14ef
DIFF: https://github.com/llvm/llvm-project/commit/fe94ae83ecf356fd2d63b7cd15f37aaafdbc14ef.diff
LOG: [libc][FIXME] Disable another test on GPU (#76444)
This test fails on some internal buildbot machines / setups. Disable for
now and to fix later.
Added:
Modified:
libc/test/src/__support/CMakeLists.txt
Removed:
################################################################################
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