OpenMP: Un-xfail tests that pass now
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 4 Dec 2021 16:24:28 +0000 (11:24 -0500)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 4 Dec 2021 16:25:22 +0000 (11:25 -0500)
729bf9b26b657df8ddad2e5a63377e6afb349a18 should have fixed these

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

index 6104594..429bb68 100644 (file)
@@ -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>
index 42e5573..6cd617f 100644 (file)
@@ -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() {