diff --git a/libc/test/src/__support/CMakeLists.txt b/libc/test/src/__support/CMakeLists.txt --- a/libc/test/src/__support/CMakeLists.txt +++ b/libc/test/src/__support/CMakeLists.txt @@ -93,6 +93,8 @@ libc.src.__support.fixedvector ) +# This test fails with a segmentation fault on NVPTX. +if(NOT LIBC_GPU_TARGET_ARCHITECTURE_IS_NVPTX) add_libc_test( char_vector_test SUITE @@ -102,6 +104,7 @@ DEPENDS libc.src.__support.char_vector ) +endif() add_executable( libc_str_to_float_comparison_test