[flang-commits] [flang] [flang] Disable test on Windows (PR #94396)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Tue Jun 4 13:20:38 PDT 2024
https://github.com/klausler created https://github.com/llvm/llvm-project/pull/94396
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.
>From 9348d19f427a8e2bd37661a8ff34d219eed3af7c Mon Sep 17 00:00:00 2001
From: Peter Klausler <pklausler at nvidia.com>
Date: Tue, 4 Jun 2024 13:18:20 -0700
Subject: [PATCH] [flang] Disable test on Windows
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.
---
flang/test/Semantics/call40.f90 | 1 +
1 file changed, 1 insertion(+)
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)
More information about the flang-commits
mailing list