From 65909177e37ca2e3b821ea74c9876e7947b7be6f Mon Sep 17 00:00:00 2001 From: Gheorghe-Teodor Bercea Date: Tue, 19 Dec 2023 11:58:10 -0500 Subject: [PATCH] [OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (#75949) The tests doesn't seem to work for NVIDIA so disabling it for now. --- .../test/offloading/struct_mapping_with_pointers.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp index ae8fed97c46422..befed120ca1385 100644 --- a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp +++ b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp @@ -4,6 +4,9 @@ // REQUIRES: libomptarget-debug +// UNSUPPORTED: nvptx64-nvidia-cuda +// UNSUPPORTED: nvptx64-nvidia-cuda-LTO + #include #include