[PATCH] D128260: [Fortran] Ignore whitespace in FCVS test results
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 02:06:26 PDT 2022
rovka added a comment.
In D128260#3604020 <https://reviews.llvm.org/D128260#3604020>, @kiranchandramohan wrote:
> @rovka Would you know what is the scope of the llvm-testsuite? Is it limited to flang, or is it flang+gfortran, or is it any fortran compiler? And is it possible to have multiple outputs for comparison as @clementval mentioned?
It's not limited to a specific compiler, it "should work" with any compiler. We're currently running it on one of the buildbots with `flang-to-external-fc`, and I'd like to switch it to use `flang-new` instead. However, I think it's valuable to be able to run with both flang and gfortran, so we can easily compare/debug things.
At the moment I'm not aware of a way to add multiple outputs for comparison, I don't see that in any of the suites included (but I could be missing something).
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128260/new/
https://reviews.llvm.org/D128260
More information about the llvm-commits
mailing list