From b420e0ed27c56b48e90893b47f65799257b45668 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Thu, 6 Jul 2023 11:40:13 -0500 Subject: [PATCH] [Libomptarget] Disable the 'mapping/prelock.cpp' test on AMDGPU Summary: This test was not functional on the new plugins, now that the old ones have been deleted it doesn't work. Disable until we get a fix. --- openmp/libomptarget/test/mapping/prelock.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openmp/libomptarget/test/mapping/prelock.cpp b/openmp/libomptarget/test/mapping/prelock.cpp index 8e24c94f4a8f..d019108dcad6 100644 --- a/openmp/libomptarget/test/mapping/prelock.cpp +++ b/openmp/libomptarget/test/mapping/prelock.cpp @@ -1,5 +1,5 @@ // RUN: %libomptarget-compilexx-generic -// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=0 %libomptarget-run-generic %fcheck-generic +// RUN: %libomptarget-run-generic %fcheck-generic // UNSUPPORTED: aarch64-unknown-linux-gnu // UNSUPPORTED: aarch64-unknown-linux-gnu-LTO @@ -7,6 +7,7 @@ // UNSUPPORTED: nvptx64-nvidia-cuda-LTO // UNSUPPORTED: x86_64-pc-linux-gnu // UNSUPPORTED: x86_64-pc-linux-gnu-LTO +// UNSUPPORTED: amdgcn-amd-amdhsa #include