Skip to content

Commit c284326

Browse files
committed
[libc] Disable block test on AMDGPU as well
Summary: Recently started failing on AMDGPU as well, will disable until I can bisect it.
1 parent 13ced90 commit c284326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/__support/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_custom_target(libc-support-tests)
22

3-
if(NOT LIBC_TARGET_ARCHITECTURE_IS_NVPTX)
3+
if(NOT LIBC_TARGET_OS_IS_GPU)
44
add_libc_test(
55
block_test
66
SUITE

0 commit comments

Comments
 (0)