[flang] Disable flang/test/Semantics/resolve110.f90 on Windows
authorPeter Klausler <pklausler@nvidia.com>
Sat, 3 Dec 2022 19:21:54 +0000 (11:21 -0800)
committerPeter Klausler <pklausler@nvidia.com>
Sat, 3 Dec 2022 19:23:17 +0000 (11:23 -0800)
This test crashes Semantics (infinite recursion?) only when built with MSVC;
need to investigate further, disabling test for now.

flang/test/Semantics/resolve110.f90

index 398304b..0b9e560 100644 (file)
@@ -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