[OpenMP][AMDGPU] Remove unneeded XFAILs
authorJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 1 Sep 2021 21:59:40 +0000 (17:59 -0400)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 1 Sep 2021 22:00:25 +0000 (18:00 -0400)
openmp/libomptarget/test/unified_shared_memory/associate_ptr.c
openmp/libomptarget/test/unified_shared_memory/close_member.c

index c25c557..1e1b68f 100644 (file)
@@ -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>
index 1b23c4a..a41e4d8 100644 (file)
@@ -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>