summaryrefslogtreecommitdiff
path: root/offload/test
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2025-10-15 14:14:15 -0500
committerGitHub <noreply@github.com>2025-10-15 14:14:15 -0500
commit914fbe367e141a0d2958d8fd7efc482a7c113087 (patch)
treee01f359b4251c2357cb9c44ab69e586b62dedaf3 /offload/test
parenta561a0802d57dba1e0ba3cbf465efbbf097aefb6 (diff)
[OpenMP] Disable a few more tests to get the bot green (#163614)
Diffstat (limited to 'offload/test')
-rw-r--r--offload/test/offloading/CUDA/basic_launch_multi_arg.cu2
-rw-r--r--offload/test/offloading/barrier_fence.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/offload/test/offloading/CUDA/basic_launch_multi_arg.cu b/offload/test/offloading/CUDA/basic_launch_multi_arg.cu
index b2e1edf51e17..7a32983f51f7 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 <stdio.h>
diff --git a/offload/test/offloading/barrier_fence.c b/offload/test/offloading/barrier_fence.c
index 73d259d4f71b..e43db0a59e7d 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 <omp.h>
#include <stdio.h>