[flang-commits] [flang] 8d161c1 - [flang] Exclude IO test for	windows
    Valentin Clement via flang-commits 
    flang-commits at lists.llvm.org
       
    Wed Mar 16 12:34:44 PDT 2022
    
    
  
Author: Valentin Clement
Date: 2022-03-16T20:33:50+01:00
New Revision: 8d161c1f805e116cc024c51da0a05e6f5b12ab12
URL: https://github.com/llvm/llvm-project/commit/8d161c1f805e116cc024c51da0a05e6f5b12ab12
DIFF: https://github.com/llvm/llvm-project/commit/8d161c1f805e116cc024c51da0a05e6f5b12ab12.diff
LOG: [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
Added: 
    
Modified: 
    flang/test/Lower/vector-subscript-io.f90
Removed: 
    
################################################################################
diff  --git a/flang/test/Lower/vector-subscript-io.f90 b/flang/test/Lower/vector-subscript-io.f90
index 8399bfe10b96c..76b617cfac72a 100644
--- a/flang/test/Lower/vector-subscript-io.f90
+++ b/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>>{{.*}}) {
        
    
    
More information about the flang-commits
mailing list