[flang-commits] [PATCH] D128261: [Fortran] Relax relative tolerance for FCVS tests
Diana Picus via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Aug 12 02:27:27 PDT 2022
rovka updated this revision to Diff 452113.
rovka edited the summary of this revision.
rovka set the repository for this revision to rT test-suite.
rovka added a comment.
Finally updated! Sorry it took so long, I was on vacation and then busy with the LLVM 15 release.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128261/new/
https://reviews.llvm.org/D128261
Files:
Fortran/UnitTests/fcvs21_f95/CMakeLists.txt
Index: Fortran/UnitTests/fcvs21_f95/CMakeLists.txt
===================================================================
--- Fortran/UnitTests/fcvs21_f95/CMakeLists.txt
+++ Fortran/UnitTests/fcvs21_f95/CMakeLists.txt
@@ -47,6 +47,7 @@
set(Source ${SPECIAL_CASES})
if (FCVS_ALLOW_FLEXIBLE_OUTPUT)
set(FP_IGNOREWHITESPACE ON)
+ set(FP_TOLERANCE 1.0e-7) # FM905 needs a higher relative tolerance than the rest
endif()
llvm_singlesource()
set(Source)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128261.452113.patch
Type: text/x-patch
Size: 454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220812/86037dad/attachment-0001.bin>
More information about the flang-commits
mailing list