diff options
author | Jan Patrick Lehr <jplehr@users.noreply.github.com> | 2023-12-27 17:27:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 17:27:59 +0100 |
commit | fe94ae83ecf356fd2d63b7cd15f37aaafdbc14ef (patch) | |
tree | 891d66a5723d2c9a67733da31c52583be44dbc76 | |
parent | 8cf6bcf5a30673dd8a234ae3ef4ab4c1e63786b1 (diff) | |
download | llvm-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.
-rw-r--r-- | libc/test/src/__support/CMakeLists.txt | 2 |
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( |