[libc] Disable nexttoward tests on the GPU

Summary:

These tests are currently failing for some reason. A lot of math tests
on the GPU are disabled temporarily and need to be fixed.
This commit is contained in:
Joseph Huber 2023-11-22 07:45:43 -06:00
parent dff97c1e4c
commit fa1e49cf37

View File

@ -1251,8 +1251,8 @@ add_fp_unittest(
libc.src.__support.FPUtil.fp_bits
)
# FIXME: These tests are currently spurious for NVPTX.
if(NOT LIBC_GPU_TARGET_ARCHITECTURE_IS_NVPTX)
# FIXME: These tests are currently spurious for the GPU.
if(NOT LIBC_TARGET_ARCHITECTURE_IS_GPU)
add_fp_unittest(
nexttoward_test
SUITE