[flang-commits] [PATCH] D132442: [docs][Fortran] Document FCVS_ALLOW_FLEXIBLE_OUTPUT
Diana Picus via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Aug 23 00:41:36 PDT 2022
rovka created this revision.
rovka added reviewers: awarzynski, Meinersbur.
rovka added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
rovka requested review of this revision.
Add a short explanation of the FCVS_ALLOW_FLEXIBLE_OUTPUT cmake option
for the llvm-test-suite.
See also https://reviews.llvm.org/D131754 and https://reviews.llvm.org/D128261
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132442
Files:
flang/docs/FortranLLVMTestSuite.md
Index: flang/docs/FortranLLVMTestSuite.md
===================================================================
--- flang/docs/FortranLLVMTestSuite.md
+++ flang/docs/FortranLLVMTestSuite.md
@@ -38,6 +38,13 @@
environment variable to `1` in order to avoid test failures due to warnings
about INEXACT signaling exceptions.
+Note that the reference outputs are by default matched exactly. If you see
+failures in FCVS when running the test-suite, you might want to try configuring
+it with `-DFCVS_ALLOW_FLEXIBLE_OUTPUT:BOOL=ON`. This will relax the checking for
+some of the tests which are known to be problematic (usually because they use
+Fortran features that are not very strictly specified in the standard, such as
+list-directed output).
+
## Running the SPEC CPU 2017
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132442.454720.patch
Type: text/x-patch
Size: 781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220823/5f08de1c/attachment.bin>
More information about the flang-commits
mailing list