Skip to content

Commit 52ad9e3

Browse files
doru1004ronlieb
authored andcommitted
[libomptarget][test] Un-xfail fortran tests since they have started passing
Change-Id: I846bc79a06b1dca28796e0296a95513a400cd327
1 parent 4183f08 commit 52ad9e3

23 files changed

+0
-24
lines changed

openmp/libomptarget/test/offloading/fortran/basic-target-parallel-do.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
! Basic offloading test with a target region
2-
! XFAIL: amdgcn-amd-amdhsa
32
! REQUIRES: flang
43
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
54
! UNSUPPORTED: aarch64-unknown-linux-gnu

openmp/libomptarget/test/offloading/fortran/basic-target-parallel-region.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
! Basic offloading test with a target region
2-
! XFAIL: amdgcn-amd-amdhsa
32
! REQUIRES: flang
43
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
54
! UNSUPPORTED: aarch64-unknown-linux-gnu

openmp/libomptarget/test/offloading/fortran/basic-target-region-1D-array-section.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
! Basic offloading test of arrays with provided lower
22
! and upper bounds as specified by OpenMP's sectioning
3-
! XFAIL: amdgcn-amd-amdhsa
43
! REQUIRES: flang
54
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
65
! UNSUPPORTED: aarch64-unknown-linux-gnu

openmp/libomptarget/test/offloading/fortran/basic-target-region-3D-array-section.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
! Basic offloading test of a regular array explicitly
22
! passed within a target region
3-
! XFAIL: amdgcn-amd-amdhsa
43
! REQUIRES: flang
54
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
65
! UNSUPPORTED: aarch64-unknown-linux-gnu

openmp/libomptarget/test/offloading/fortran/basic-target-region-3D-array.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
! Basic offloading test of a regular array explicitly
22
! passed within a target region
3-
! XFAIL: amdgcn-amd-amdhsa
43
! REQUIRES: flang
54
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
65
! UNSUPPORTED: aarch64-unknown-linux-gnu

openmp/libomptarget/test/offloading/fortran/basic_target_region.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
! Basic offloading test with a target region
2-
! XFAIL: amdgcn-amd-amdhsa
32
! REQUIRES: flang
43
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
54
! UNSUPPORTED: aarch64-unknown-linux-gnu

openmp/libomptarget/test/offloading/fortran/constant-arr-index.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
! that checks constant indexing on device
33
! correctly works (regression test for prior
44
! bug).
5-
! XFAIL: amdgcn-amd-amdhsa
65
! REQUIRES: flang
76
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
87
! UNSUPPORTED: aarch64-unknown-linux-gnu

openmp/libomptarget/test/offloading/fortran/declare-target-array-in-target-region.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
! Offloading test with a target region mapping a declare target
22
! Fortran array writing some values to it and checking the host
33
! correctly receives the updates made on the device.
4-
! XFAIL: amdgcn-amd-amdhsa
54
! REQUIRES: flang
65
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
76
! UNSUPPORTED: aarch64-unknown-linux-gnu

openmp/libomptarget/test/offloading/fortran/double-target-call-with-declare-target.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
! declare target Fortran array and writing some values to
33
! it before checking the host correctly receives the
44
! correct updates made on the device.
5-
! XFAIL: amdgcn-amd-amdhsa
65
! REQUIRES: flang
76
! UNSUPPORTED: nvptx64-nvidia-cuda
87
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO

openmp/libomptarget/test/offloading/fortran/target-map-allocatable-array-section-1d-bounds.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
! Offloading test checking interaction of a
22
! two 1-D allocatable arrays with a target region
33
! while providing the map upper and lower bounds
4-
! XFAIL: amdgcn-amd-amdhsa
54
! REQUIRES: flang, amdgcn-amd-amdhsa
65
! UNSUPPORTED: nvptx64-nvidia-cuda
76
! UNSUPPORTED: nvptx64-nvidia-cuda-LTO

0 commit comments

Comments
 (0)