[Openmp-commits] [openmp] 90f914c - OpenMP: Un-xfail tests that pass now

Matt Arsenault via Openmp-commits openmp-commits at lists.llvm.org
Sat Dec 4 08:25:28 PST 2021


Author: Matt Arsenault
Date: 2021-12-04T11:25:22-05:00
New Revision: 90f914c870eda1798127ea6a3e052bb4df456839

URL: https://github.com/llvm/llvm-project/commit/90f914c870eda1798127ea6a3e052bb4df456839
DIFF: https://github.com/llvm/llvm-project/commit/90f914c870eda1798127ea6a3e052bb4df456839.diff

LOG: OpenMP: Un-xfail tests that pass now

729bf9b26b657df8ddad2e5a63377e6afb349a18 should have fixed these

Added: 
    

Modified: 
    openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
    openmp/libomptarget/test/offloading/bug49021.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp b/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
index 610459470458a..429bb68c43e94 100644
--- a/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
+++ b/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
@@ -1,6 +1,3 @@
-// amdgpu failing this test after Reapply "OpenMP: Start calling setTargetAttributes for generated kernels"
-// XFAIL: amdgcn-amd-amdhsa
-
 // RUN: %libomptarget-compilexx-run-and-check-generic
 
 #include <stdio.h>

diff  --git a/openmp/libomptarget/test/offloading/bug49021.cpp b/openmp/libomptarget/test/offloading/bug49021.cpp
index 42e5573faa40c..6cd617f7a06bb 100644
--- a/openmp/libomptarget/test/offloading/bug49021.cpp
+++ b/openmp/libomptarget/test/offloading/bug49021.cpp
@@ -1,8 +1,5 @@
 // RUN: %libomptarget-compilexx-generic -O3 && %libomptarget-run-generic
 
-// Wrong results on amdgpu
-// XFAIL: amdgcn-amd-amdhsa
-
 #include <iostream>
 
 template <typename T> int test_map() {


        


More information about the Openmp-commits mailing list