[Openmp-commits] [openmp] 1f9e437 - [OpenMP][AMDGPU] Remove	unneeded XFAILs
    Joel E. Denny via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Wed Sep  1 15:00:44 PDT 2021
    
    
  
Author: Joel E. Denny
Date: 2021-09-01T18:00:25-04:00
New Revision: 1f9e437065ae1262f64b1b678a7be7bd68d25049
URL: https://github.com/llvm/llvm-project/commit/1f9e437065ae1262f64b1b678a7be7bd68d25049
DIFF: https://github.com/llvm/llvm-project/commit/1f9e437065ae1262f64b1b678a7be7bd68d25049.diff
LOG: [OpenMP][AMDGPU] Remove unneeded XFAILs
Added: 
    
Modified: 
    openmp/libomptarget/test/unified_shared_memory/associate_ptr.c
    openmp/libomptarget/test/unified_shared_memory/close_member.c
Removed: 
    
################################################################################
diff  --git a/openmp/libomptarget/test/unified_shared_memory/associate_ptr.c b/openmp/libomptarget/test/unified_shared_memory/associate_ptr.c
index c25c557b3b6d..1e1b68f2d9b0 100644
--- a/openmp/libomptarget/test/unified_shared_memory/associate_ptr.c
+++ b/openmp/libomptarget/test/unified_shared_memory/associate_ptr.c
@@ -3,9 +3,6 @@
 // REQUIRES: unified_shared_memory
 // UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
 
-// Fails on amdgcn with error: GPU Memory Error
-// XFAIL: amdgcn-amd-amdhsa
-
 #include <assert.h>
 #include <omp.h>
 #include <stdio.h>
diff  --git a/openmp/libomptarget/test/unified_shared_memory/close_member.c b/openmp/libomptarget/test/unified_shared_memory/close_member.c
index 1b23c4a630dd..a41e4d8a0546 100644
--- a/openmp/libomptarget/test/unified_shared_memory/close_member.c
+++ b/openmp/libomptarget/test/unified_shared_memory/close_member.c
@@ -3,9 +3,6 @@
 // REQUIRES: unified_shared_memory
 // UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
 
-// Fails on amdgcn with error: GPU Memory Error
-// XFAIL: amdgcn-amd-amdhsa
-
 #include <omp.h>
 #include <stdio.h>
 
        
    
    
More information about the Openmp-commits
mailing list