[flang-commits] [PATCH] D146485: Add tests from gfortran test suite [build files]
Kiran Chandramohan via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Apr 14 06:03:34 PDT 2023
kiranchandramohan added a comment.
In D146485#4266479 <https://reviews.llvm.org/D146485#4266479>, @tarunprabhu wrote:
> @kiranchandramohan, Thanks for testing this.
>
> Apologies, the lit.local.cfg files where missing from the patch. They have been added now.
>
> If you believe that the AArch64 machine on which you are testing is representative, I can add it to the list of platforms on which these tests are enabled.
I had to disable the following tests to get an all-pass. I think three of them are runtime failures, the rest seem to be compile-time failures. I don't know whether these are new tests or platform-specific but being mostly compile-time failures I doubt they are platform specific.
+ interface_49.f90
+ associate_60.f90
+ finalize_38.f90
+ finalize_38a.f90
+ finalize_39.f90
+ finalize_40.f90
+ finalize_41.f90
+ finalize_42.f90
+ finalize_43.f90
+ finalize_44.f90
+ finalize_45.f90
+ finalize_46.f90
+ finalize_47.f90
+ finalize_48.f90
+ finalize_50.f90
+ finalize_51.f90
+ pr105205.f90
+ pr106918.f90
+ internal_dummy_2.f08
+ leadz_trailz_1.f90
+ leadz_trailz_2.f90
+ leadz_trailz_3.f90
+ assign_2.f90
+ entry_23.f
+ findloc_8.f90
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