From 25841f96c3929d5d1ed873d9ce8ac6cf87391328 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Wed, 15 Oct 2025 13:54:51 -0500 Subject: [PATCH] [OpenMP] Disable a few more tests to get the bot green --- offload/test/offloading/CUDA/basic_launch_multi_arg.cu | 2 +- offload/test/offloading/barrier_fence.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/offload/test/offloading/CUDA/basic_launch_multi_arg.cu b/offload/test/offloading/CUDA/basic_launch_multi_arg.cu index b2e1edf51e171..7a32983f51f7c 100644 --- a/offload/test/offloading/CUDA/basic_launch_multi_arg.cu +++ b/offload/test/offloading/CUDA/basic_launch_multi_arg.cu @@ -8,7 +8,7 @@ // REQUIRES: gpu // // FIXME: https://github.com/llvm/llvm-project/issues/161265 -// XFAIL: gpu +// UNSUPPORTED: gpu #include diff --git a/offload/test/offloading/barrier_fence.c b/offload/test/offloading/barrier_fence.c index 73d259d4f71b6..e43db0a59e7d6 100644 --- a/offload/test/offloading/barrier_fence.c +++ b/offload/test/offloading/barrier_fence.c @@ -4,6 +4,9 @@ // RUN: %libomptarget-run-generic // REQUIRES: gpu +// +// FIXME: https://github.com/llvm/llvm-project/issues/161265 +// UNSUPPORTED: gpu #include #include