[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 https://github.com/llvm/llvm-project/issues/98903
This commit is contained in:
Joseph Huber
2024-07-23 10:56:20 -05:00
parent d64eccf433
commit 4854e25359
3 changed files with 0 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
// RUN: env LIBOMPTARGET_SHARED_MEMORY_SIZE=256 \
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
// REQUIRES: amdgcn-amd-amdhsa
// XFAIL: amdgcn-amd-amdhsa
#include <omp.h>
#include <stdio.h>

View File

@@ -2,7 +2,6 @@
// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=1 \
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
// REQUIRES: amdgcn-amd-amdhsa
// XFAIL: amdgcn-amd-amdhsa
#include "omp_dynamic_shared_memory_mixed.inc"
// CHECK: PASS

View File

@@ -1,7 +1,6 @@
// RUN: %libomptarget-compile-generic -O1 && %libomptarget-run-generic
// -O1 to run openmp-opt
// RUN: %libomptarget-compileopt-generic -O1 && %libomptarget-run-generic
// XFAIL: amdgcn-amd-amdhsa
int main(void) {
long int aa = 0;