[PATCH] D128261: [Fortran] Relax tolerance for FCVS tests
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 29 01:06:19 PDT 2022
rovka updated this revision to Diff 440889.
rovka set the repository for this revision to rT test-suite.
rovka added a comment.
Rebase.
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
@@ -40,6 +40,7 @@
set(SPECIAL_CASES "FM905.f" "FM907.f")
set(Source ${SPECIAL_CASES})
set(FP_IGNOREWHITESPACE ON)
+set(FP_TOLERANCE 1.0e-7) # test 905
llvm_singlesource()
set(Source)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128261.440889.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220629/4ff35d15/attachment.bin>
More information about the llvm-commits
mailing list