From 4854e253590efbe2fe886b1be4ea8ec7aa7a08b0 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Tue, 23 Jul 2024 10:56:20 -0500 Subject: [PATCH] [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 --- offload/test/api/omp_dynamic_shared_memory_amdgpu.c | 1 - offload/test/api/omp_dynamic_shared_memory_mixed_amdgpu.c | 1 - offload/test/offloading/bug51982.c | 1 - 3 files changed, 3 deletions(-) diff --git a/offload/test/api/omp_dynamic_shared_memory_amdgpu.c b/offload/test/api/omp_dynamic_shared_memory_amdgpu.c index dd4d59257714..0b4d9d6ea9d4 100644 --- a/offload/test/api/omp_dynamic_shared_memory_amdgpu.c +++ b/offload/test/api/omp_dynamic_shared_memory_amdgpu.c @@ -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 #include diff --git a/offload/test/api/omp_dynamic_shared_memory_mixed_amdgpu.c b/offload/test/api/omp_dynamic_shared_memory_mixed_amdgpu.c index 844c25dc9e02..656c3a20aaf8 100644 --- a/offload/test/api/omp_dynamic_shared_memory_mixed_amdgpu.c +++ b/offload/test/api/omp_dynamic_shared_memory_mixed_amdgpu.c @@ -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 diff --git a/offload/test/offloading/bug51982.c b/offload/test/offloading/bug51982.c index c037d215a8a7..91ce4a264e23 100644 --- a/offload/test/offloading/bug51982.c +++ b/offload/test/offloading/bug51982.c @@ -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;