From 32332909f45b55aba4cfa7fac95e28cd174655f5 Mon Sep 17 00:00:00 2001 From: Peter Klausler Date: Sat, 3 Dec 2022 11:21:54 -0800 Subject: [PATCH] [flang] Disable flang/test/Semantics/resolve110.f90 on Windows This test crashes Semantics (infinite recursion?) only when built with MSVC; need to investigate further, disabling test for now. --- flang/test/Semantics/resolve110.f90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flang/test/Semantics/resolve110.f90 b/flang/test/Semantics/resolve110.f90 index 398304b..0b9e560 100644 --- a/flang/test/Semantics/resolve110.f90 +++ b/flang/test/Semantics/resolve110.f90 @@ -1,5 +1,7 @@ ! RUN: %python %S/test_errors.py %s %flang_fc1 ! Exercise ways to define and extend non-type-bound generics +! TODO: crashes compiler (infinite recursion) when build with MSVC +! XFAIL: system-windows module m1 type :: t1; end type -- 2.7.4