Skip to content

Commit 1b82a65

Browse files
jhuber6github-actions[bot]
authored andcommitted
Automerge: [OpenMP] Disable a few more tests to get the bot green (#163614)
2 parents ade67f5 + 914fbe3 commit 1b82a65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

offload/test/offloading/CUDA/basic_launch_multi_arg.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// REQUIRES: gpu
99
//
1010
// FIXME: https://github.com/llvm/llvm-project/issues/161265
11-
// XFAIL: gpu
11+
// UNSUPPORTED: gpu
1212

1313
#include <stdio.h>
1414

offload/test/offloading/barrier_fence.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %libomptarget-run-generic
55

66
// REQUIRES: gpu
7+
//
8+
// FIXME: https://github.com/llvm/llvm-project/issues/161265
9+
// UNSUPPORTED: gpu
710

811
#include <omp.h>
912
#include <stdio.h>

0 commit comments

Comments
 (0)