[flang-commits] [flang] [Flang][OpenMP] Re-enable tests on windows 4/n (PR #93100)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu May 23 04:54:27 PDT 2024


kiranchandramohan wrote:

> The slowest tests reported are
> 
> ```
> 
> 14.64s: Flang :: Driver/omp-driver-offload.f90
>   | 7.58s: Flang :: Driver/fopenmp.f90
>   | 6.20s: Flang :: Semantics/modfile07.f90
>   | 5.39s: Flang :: Intrinsics/math-codegen.fir
>   | 4.01s: Flang :: Driver/linker-flags.f90
>   | 3.95s: Flang :: Driver/fveclib.f90
>   | 3.78s: Flang :: Driver/pic-flags.f90
>   | 3.78s: Flang :: Driver/gcc-toolchain-install-dir.f90
>   | 3.73s: Flang :: Driver/aarch64-sve-vector-bits.f90
>   | 3.73s: Flang :: Driver/default-optimization-pipelines.f90
>   | 3.57s: Flang :: Semantics/modfile03.f90
>   | 3.40s: Flang :: Driver/optimization-remark.f90
>   | 3.34s: Flang :: Driver/fsave-optimization-record.f90
>   | 3.28s: Flang :: Driver/use-module.f90
>   | 3.17s: Flang :: Driver/mlir-debug-pass-pipeline.f90
>   | 3.01s: Flang :: Driver/fdefault.f90
>   | 2.99s: Flang :: Driver/fixed-line-length.f90
>   | 2.99s: Flang :: Driver/falias-analysis.f90
>   | 2.79s: Flang :: Fir/convert-to-llvm.fir
>   | 2.77s: Flang :: Driver/input-from-stdin/input-from-stdin.f90
> ```
> 
> They don't seem to contain the tests that you enabled in this PR. Sorry, I am probably missing something here, but could you point out why this list is different?

So the tests run and lit report success but for a few of these tests, it hangs after that. It is not yet clear why.

https://github.com/llvm/llvm-project/pull/93100


More information about the flang-commits mailing list