Skip to content

Commit 4a45648

Browse files
[Flang][OpenMP] Disable declarate target tests on Windows (#77306)
These tests seem to be failing in Windows bots. See #77086
1 parent 763109e commit 4a45648

4 files changed

+8
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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+
68
! CHECK-LABEL: func.func @_QPimplicitly_captured_twice
79
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (enter)>{{.*}}}
810
function implicitly_captured_twice() result(k)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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+
68
! CHECK-LABEL: func.func @_QPimplicitly_captured
79
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (to)>{{.*}}}
810
function implicitly_captured(toggle) result(k)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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+
68
! CHECK-LABEL: func.func @_QPimplicitly_captured_twice
79
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (enter)>{{.*}}}
810
function implicitly_captured_twice() result(k)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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+
68
! CHECK-LABEL: func.func @_QPimplicitly_captured
79
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (to)>{{.*}}}
810
function implicitly_captured(toggle) result(k)

0 commit comments

Comments
 (0)