[all-commits] [llvm/llvm-project] 5e54be: [flang][test] Share all driver test dirs between `...

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Tue Feb 23 10:21:59 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e54bef4d291d4353bb26e0782539b6f79625f68
      https://github.com/llvm/llvm-project/commit/5e54bef4d291d4353bb26e0782539b6f79625f68
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2021-02-23 (Tue, 23 Feb 2021)

  Changed paths:
    M flang/test/Frontend/prescanner-diag.f90
    M flang/test/lit.cfg.py

  Log Message:
  -----------
  [flang][test] Share all driver test dirs between `f18` and `flang-new`

Originally, when we added the new driver, we created dedicated test
directories for `flang-new`. This way we separated the tests for the
`throwaway` and the new driver.

As we are increasing test coverage and starting to share tests between
the two drivers, it makes sense to share all directories and instead
rely on:
```
! REQUIRES: new-flang-driver
```
to mark tests as exclusively for the new driver.

Differential Revision: https://reviews.llvm.org/D97207




More information about the All-commits mailing list