[llvm] [OpenMP] Disable a few more tests to get the bot green (PR #163614)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 11:55:44 PDT 2025
https://github.com/jhuber6 created https://github.com/llvm/llvm-project/pull/163614
None
>From 25841f96c3929d5d1ed873d9ce8ac6cf87391328 Mon Sep 17 00:00:00 2001
From: Joseph Huber <huberjn at outlook.com>
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 <stdio.h>
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 <omp.h>
#include <stdio.h>
More information about the llvm-commits
mailing list