[flang-commits] [flang] [flang] Disable test on Windows (PR #94396)

via flang-commits flang-commits at lists.llvm.org
Tue Jun 4 13:21:10 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-flang-semantics

Author: Peter Klausler (klausler)

<details>
<summary>Changes</summary>

flang/test/Semantics/call40.f90 is behaving weirdly on Windows, perhaps due to a percent sign in a message that shouldn't be interpreted as a formatting character.  Disable the test for now so that CI isn't producing confusing errors.

---
Full diff: https://github.com/llvm/llvm-project/pull/94396.diff


1 Files Affected:

- (modified) flang/test/Semantics/call40.f90 (+1) 


``````````diff
diff --git a/flang/test/Semantics/call40.f90 b/flang/test/Semantics/call40.f90
index e240b5a432184..1a37ed5e2cfa4 100644
--- a/flang/test/Semantics/call40.f90
+++ b/flang/test/Semantics/call40.f90
@@ -1,4 +1,5 @@
 ! RUN: %python %S/test_errors.py %s %flang_fc1
+! XFAIL: system-windows
 ! %VAL en %REF legacy extension semantic tests.
 
 subroutine val_errors(array, string, polymorphic, derived)

``````````

</details>


https://github.com/llvm/llvm-project/pull/94396


More information about the flang-commits mailing list