Skip to content

Commit

Permalink
[flang] Exclude IO test for windows
Browse files Browse the repository at this point in the history
This test is platform specific. It makes the windows
buildbot fails https://lab.llvm.org/buildbot/#/builders/172/builds/9708
  • Loading branch information
clementval committed Mar 16, 2022
1 parent 98e2274 commit 8d161c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flang/test/Lower/vector-subscript-io.f90
@@ -1,5 +1,6 @@
! Test lowering of IO input items with vector subscripts
! RUN: bbc %s -o - | FileCheck %s
! UNSUPPORTED: system-windows

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

0 comments on commit 8d161c1

Please sign in to comment.