[Openmp-commits] [openmp] 8baf4ba - [openmp][amdgpu] Remove xfail from test using declare target variable
Jon Chesterfield via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 19 07:55:48 PST 2022
Author: Jon Chesterfield
Date: 2022-01-19T15:55:37Z
New Revision: 8baf4ba89085b766b240c9178f5edc1901d8e2c4
URL: https://github.com/llvm/llvm-project/commit/8baf4ba89085b766b240c9178f5edc1901d8e2c4
DIFF: https://github.com/llvm/llvm-project/commit/8baf4ba89085b766b240c9178f5edc1901d8e2c4.diff
LOG: [openmp][amdgpu] Remove xfail from test using declare target variable
Added:
Modified:
openmp/libomptarget/test/mapping/delete_inf_refcount.c
Removed:
################################################################################
diff --git a/openmp/libomptarget/test/mapping/delete_inf_refcount.c b/openmp/libomptarget/test/mapping/delete_inf_refcount.c
index c6d2bda187a98..cd67dddc664bf 100644
--- a/openmp/libomptarget/test/mapping/delete_inf_refcount.c
+++ b/openmp/libomptarget/test/mapping/delete_inf_refcount.c
@@ -2,7 +2,6 @@
// fails with error message 'Unable to generate target entries' on amdgcn
// XFAIL: amdgcn-amd-amdhsa
-// XFAIL: amdgcn-amd-amdhsa-newRTL
#include <stdio.h>
#include <omp.h>
More information about the Openmp-commits
mailing list