aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorJan Patrick Lehr <jplehr@users.noreply.github.com>2023-12-27 17:27:59 +0100
committerGitHub <noreply@github.com>2023-12-27 17:27:59 +0100
commitfe94ae83ecf356fd2d63b7cd15f37aaafdbc14ef (patch)
tree891d66a5723d2c9a67733da31c52583be44dbc76 /libc
parent8cf6bcf5a30673dd8a234ae3ef4ab4c1e63786b1 (diff)
downloadllvm-fe94ae83ecf356fd2d63b7cd15f37aaafdbc14ef.zip
llvm-fe94ae83ecf356fd2d63b7cd15f37aaafdbc14ef.tar.gz
llvm-fe94ae83ecf356fd2d63b7cd15f37aaafdbc14ef.tar.bz2
[libc][FIXME] Disable another test on GPU (#76444)
This test fails on some internal buildbot machines / setups. Disable for now and to fix later.
Diffstat (limited to 'libc')
-rw-r--r--libc/test/src/__support/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/test/src/__support/CMakeLists.txt b/libc/test/src/__support/CMakeLists.txt
index fe8b3c4..a92e6da 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(