[flang-commits] [PATCH] D146485: Add tests from gfortran test suite [build files]
Tarun Prabhu via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Apr 17 07:49:38 PDT 2023
tarunprabhu added a comment.
In D146485#4273507 <https://reviews.llvm.org/D146485#4273507>, @kiranchandramohan wrote:
> Otherwise, the split into `Unsupported, Unimplemented, Skipped, Failing` looks OK. Not sure whether we need to rename `Skipped/Failing` to make it clear that `Skipped` is build failures and `Failing` is runtime failures.
I am open to suggestions for renaming them. Eventually, the "Skipped" and "Failing" lists should be empty and removed. Everything should either pass or be moved to the "Unsupported" list. There are inline comments explaining the purpose of the various lists in `Fortran/gfortran/regressions/CMakeLists.txt`. but, I agree, it's not ideal.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146485/new/
https://reviews.llvm.org/D146485
More information about the flang-commits
mailing list