[flang-commits] [PATCH] D149116: Enable "compile" tests from the gfortran torture test suite

Tarun Prabhu via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Apr 26 06:44:08 PDT 2023


tarunprabhu added a comment.

In D149116#4298539 <https://reviews.llvm.org/D149116#4298539>, @kiranchandramohan wrote:

> Thanks @tarunprabhu for this patch. Is this only enabling the `compile` tests in the `torture` directory? Would we have to do something similar for `compile` tests in the `regression/gomp` directory for example.

Yes. Enabling all the tests in the `regression` is what I intend to do next.

A major reason for just doing the "compile" torture tests first was to get feedback on the approach i.e. building the tests along with the "execute" tests, saving the compiler diagnostics (if any) and verifying those diagnostics at testing-time.


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149116/new/

https://reviews.llvm.org/D149116



More information about the flang-commits mailing list