[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
Thu Apr 20 10:19:55 PDT 2023


tarunprabhu marked an inline comment as done.
tarunprabhu added a comment.

In D146485#4283928 <https://reviews.llvm.org/D146485#4283928>, @kiranchandramohan wrote:

> I guess we can provide an option (in later patches) to build all non-execute tests as well. Currently, no OpenMP tests are run.

I have been working to enable the "compile" tests. I have a way to run the compile tests from the gfortran torture suite. I will put up a patch to do that once this goes in. If that approach is deemed acceptable, it should translate to the tests in the main gfortran test suite as well - including the OpenMP tests.

If there are no objections, I will merge this first thing next week.



================
Comment at: Fortran/gfortran/regression/gomp/CMakeLists.txt:9
+
+# There are currently no tests in this directory to be disabled for any reason.
+add_tests("" "" "" "")
----------------
kiranchandramohan wrote:
> Is this because all the OpenMP tests are a compilation tests.
> 
> I guess we can provide an option (in later patches) to build all non-execute tests as well. Currently, no OpenMP tests are run.
Yes, all OpenMP tests are compilation tests. 


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