Skip to content

Commit 0deb27c

Browse files
authored
Revert "[Flang][OpenMP] Disable declarate target tests on Windows" (#77324)
Reverts #77306 These tests aren't broken on Windows, marking them XFAIL will just ~ consistently fail the build.
1 parent e6b7c8c commit 0deb27c

4 files changed

+0
-8
lines changed

flang/test/Lower/OpenMP/FIR/declare-target-implicit-func-and-subr-cap-enter.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
!RUN: bbc -emit-fir -fopenmp %s -o - | FileCheck %s
44
!RUN: bbc -emit-fir -fopenmp -fopenmp-is-target-device %s -o - | FileCheck %s --check-prefix=DEVICE
55

6-
!XFAIL: system-windows
7-
86
! CHECK-LABEL: func.func @_QPimplicitly_captured_twice
97
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (enter)>{{.*}}}
108
function implicitly_captured_twice() result(k)

flang/test/Lower/OpenMP/FIR/declare-target-implicit-func-and-subr-cap.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
!RUN: bbc -emit-fir -fopenmp %s -o - | FileCheck %s
44
!RUN: bbc -emit-fir -fopenmp -fopenmp-is-target-device %s -o - | FileCheck %s --check-prefix=DEVICE
55

6-
!XFAIL: system-windows
7-
86
! CHECK-LABEL: func.func @_QPimplicitly_captured
97
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (to)>{{.*}}}
108
function implicitly_captured(toggle) result(k)

flang/test/Lower/OpenMP/declare-target-implicit-func-and-subr-cap-enter.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
!RUN: bbc -emit-hlfir -fopenmp %s -o - | FileCheck %s
44
!RUN: bbc -emit-hlfir -fopenmp -fopenmp-is-target-device %s -o - | FileCheck %s --check-prefix=DEVICE
55

6-
!XFAIL: system-windows
7-
86
! CHECK-LABEL: func.func @_QPimplicitly_captured_twice
97
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (enter)>{{.*}}}
108
function implicitly_captured_twice() result(k)

flang/test/Lower/OpenMP/declare-target-implicit-func-and-subr-cap.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
!RUN: bbc -emit-hlfir -fopenmp %s -o - | FileCheck %s
44
!RUN: bbc -emit-hlfir -fopenmp -fopenmp-is-target-device %s -o - | FileCheck %s --check-prefix=DEVICE
55

6-
!XFAIL: system-windows
7-
86
! CHECK-LABEL: func.func @_QPimplicitly_captured
97
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (to)>{{.*}}}
108
function implicitly_captured(toggle) result(k)

0 commit comments

Comments
 (0)