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

Kiran Chandramohan via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue May 30 04:46:45 PDT 2023


kiranchandramohan added a comment.

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

> LG.
>
> Just want to repeat the following I saw in the other patch. 
> I see two modules M1 <https://reviews.llvm.org/M1> and TEST that are repeated in torture/execute. One of the tests defining TEST is disabled so we might not be hitting the issue for this one but for M1 <https://reviews.llvm.org/M1> we might end up hitting the issue. Should we do something about the M1 <https://reviews.llvm.org/M1> tests?
>
>   $ grep -i 'module m1' llvm-test-suite/Fortran/gfortran/torture/execute/*
>   llvm-test-suite/Fortran/gfortran/torture/execute/function_module_1.f90:module M1
>   llvm-test-suite/Fortran/gfortran/torture/execute/module_init_1.f90:module m1
>   
>   $ grep -i 'module test' llvm-test-suite/Fortran/gfortran/torture/execute/*
>   llvm-test-suite/Fortran/gfortran/torture/execute/pr32140.f90:MODULE TEST
>   llvm-test-suite/Fortran/gfortran/torture/execute/pr32604.f90:MODULE TEST

Disabling one of the `module M1` tests is a reasonable workaround for now.


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