diff options
| author | Joseph Huber <huberjn@outlook.com> | 2025-10-15 14:14:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-15 14:14:15 -0500 |
| commit | 914fbe367e141a0d2958d8fd7efc482a7c113087 (patch) | |
| tree | e01f359b4251c2357cb9c44ab69e586b62dedaf3 /offload | |
| parent | a561a0802d57dba1e0ba3cbf465efbbf097aefb6 (diff) | |
[OpenMP] Disable a few more tests to get the bot green (#163614)
Diffstat (limited to 'offload')
| -rw-r--r-- | offload/test/offloading/CUDA/basic_launch_multi_arg.cu | 2 | ||||
| -rw-r--r-- | offload/test/offloading/barrier_fence.c | 3 |
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> |
