Skip to content

Commit 8d161c1

Browse files
committed
[flang] Exclude IO test for windows
This test is platform specific. It makes the windows buildbot fails https://lab.llvm.org/buildbot/#/builders/172/builds/9708
1 parent 98e2274 commit 8d161c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/test/Lower/vector-subscript-io.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
! Test lowering of IO input items with vector subscripts
22
! RUN: bbc %s -o - | FileCheck %s
3+
! UNSUPPORTED: system-windows
34

45
! CHECK-LABEL: func @_QPsimple(
56
! CHECK-SAME: %[[VAL_20:.*]]: !fir.ref<!fir.array<10xi32>>{{.*}}, %[[VAL_16:.*]]: !fir.ref<!fir.array<3xi32>>{{.*}}) {

0 commit comments

Comments
 (0)