From: Joel E. Denny Date: Wed, 1 Sep 2021 21:59:40 +0000 (-0400) Subject: [OpenMP][AMDGPU] Remove unneeded XFAILs X-Git-Tag: upstream/15.0.7~32482 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f9e437065ae1262f64b1b678a7be7bd68d25049;p=platform%2Fupstream%2Fllvm.git [OpenMP][AMDGPU] Remove unneeded XFAILs --- diff --git a/openmp/libomptarget/test/unified_shared_memory/associate_ptr.c b/openmp/libomptarget/test/unified_shared_memory/associate_ptr.c index c25c557..1e1b68f 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 #include #include diff --git a/openmp/libomptarget/test/unified_shared_memory/close_member.c b/openmp/libomptarget/test/unified_shared_memory/close_member.c index 1b23c4a..a41e4d8 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 #include