Skip to content

Commit 4854e25

Browse files
committed
[Offload] Re-enable tests that are now passing
Summary: Some recent patches made these stop failing so the XFAIL now makes the bots go red. Fixes llvm#98903
1 parent d64eccf commit 4854e25

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

offload/test/api/omp_dynamic_shared_memory_amdgpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env LIBOMPTARGET_SHARED_MEMORY_SIZE=256 \
33
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
44
// REQUIRES: amdgcn-amd-amdhsa
5-
// XFAIL: amdgcn-amd-amdhsa
65

76
#include <omp.h>
87
#include <stdio.h>

offload/test/api/omp_dynamic_shared_memory_mixed_amdgpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=1 \
33
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
44
// REQUIRES: amdgcn-amd-amdhsa
5-
// XFAIL: amdgcn-amd-amdhsa
65

76
#include "omp_dynamic_shared_memory_mixed.inc"
87
// CHECK: PASS

offload/test/offloading/bug51982.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// RUN: %libomptarget-compile-generic -O1 && %libomptarget-run-generic
22
// -O1 to run openmp-opt
33
// RUN: %libomptarget-compileopt-generic -O1 && %libomptarget-run-generic
4-
// XFAIL: amdgcn-amd-amdhsa
54

65
int main(void) {
76
long int aa = 0;

0 commit comments

Comments
 (0)