[flang-commits] [flang] 5aa060e - [flang][MSVC] Disable test on Windows
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Sat Jan 28 17:27:21 PST 2023
Author: Peter Klausler
Date: 2023-01-28T17:25:50-08:00
New Revision: 5aa060e3e1458abe903577166830e64f693c9e34
URL: https://github.com/llvm/llvm-project/commit/5aa060e3e1458abe903577166830e64f693c9e34
DIFF: https://github.com/llvm/llvm-project/commit/5aa060e3e1458abe903577166830e64f693c9e34.diff
LOG: [flang][MSVC] Disable test on Windows
A test is crashing the compiler unexpectedly when built with MSVC;
disable it with an XFAIL until it can be analyzed further.
Added:
Modified:
flang/test/Semantics/select-rank02.f90
Removed:
################################################################################
diff --git a/flang/test/Semantics/select-rank02.f90 b/flang/test/Semantics/select-rank02.f90
index b39a75c84cb5..178f2f7fbe81 100644
--- a/flang/test/Semantics/select-rank02.f90
+++ b/flang/test/Semantics/select-rank02.f90
@@ -1,4 +1,7 @@
! RUN: %python %S/test_errors.py %s %flang_fc1
+! TODO: crashes compiler mysteriously when built with MSVC since patch
+! 10b990a03b1ede533b8443edffa3607aae4295c7n or maybe earlier
+! XFAIL: system-windows
!Shape analysis related tests for SELECT RANK Construct(R1148)
program select_rank
More information about the flang-commits
mailing list