[flang-commits] [flang] 3233290 - [flang] Disable flang/test/Semantics/resolve110.f90 on Windows

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Sat Dec 3 11:23:29 PST 2022


Author: Peter Klausler
Date: 2022-12-03T11:23:17-08:00
New Revision: 32332909f45b55aba4cfa7fac95e28cd174655f5

URL: https://github.com/llvm/llvm-project/commit/32332909f45b55aba4cfa7fac95e28cd174655f5
DIFF: https://github.com/llvm/llvm-project/commit/32332909f45b55aba4cfa7fac95e28cd174655f5.diff

LOG: [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.

Added: 
    

Modified: 
    flang/test/Semantics/resolve110.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Semantics/resolve110.f90 b/flang/test/Semantics/resolve110.f90
index 398304b4d767..0b9e560e5ed7 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


        


More information about the flang-commits mailing list