Skip to content

Commit 90f914c

Browse files
committed
OpenMP: Un-xfail tests that pass now
729bf9b should have fixed these
1 parent a961604 commit 90f914c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

openmp/libomptarget/test/mapping/reduction_implicit_map.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// amdgpu failing this test after Reapply "OpenMP: Start calling setTargetAttributes for generated kernels"
2-
// XFAIL: amdgcn-amd-amdhsa
3-
41
// RUN: %libomptarget-compilexx-run-and-check-generic
52

63
#include <stdio.h>

openmp/libomptarget/test/offloading/bug49021.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// RUN: %libomptarget-compilexx-generic -O3 && %libomptarget-run-generic
22

3-
// Wrong results on amdgpu
4-
// XFAIL: amdgcn-amd-amdhsa
5-
63
#include <iostream>
74

85
template <typename T> int test_map() {

0 commit comments

Comments
 (0)