Skip to content

Commit fe94ae8

Browse files
authored
[libc][FIXME] Disable another test on GPU (#76444)
This test fails on some internal buildbot machines / setups. Disable for now and to fix later.
1 parent 8cf6bcf commit fe94ae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/test/src/__support/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ add_libc_test(
4242
DEPENDS
4343
libc.src.__support.high_precision_decimal
4444
libc.src.__support.uint128
45+
# FIXME Test segfaults on gfx90a GPU
46+
UNIT_TEST_ONLY
4547
)
4648

4749
add_libc_test(

0 commit comments

Comments
 (0)