commit | 8e4703af93b04d72e225215e67a89973e84e59fd | [log] [tgz] |
---|---|---|
author | Diana Picus <diana.picus@linaro.org> | Thu Jun 23 12:07:12 2022 |
committer | Diana Picus <diana.picus@linaro.org> | Wed Jun 29 07:36:44 2022 |
tree | a8a6933b0f29848c5a6df0fb47b416783be83814 | |
parent | a2f87579869269c8e65354edd6e4a1c0848d4186 [diff] |
[Fortran] Ignore whitespace in FCVS test results Some tests in the FCVS suite use list-directed output, which may according to the standard introduce arbitrary amounts of whitespace. This patch adds the "-i" flag to the fpcmp invocation for those tests, so that it ignores whitespace. The other tests in the suite will continue to check whitespace strictly. Differential Revision: https://reviews.llvm.org/D128260