[all-commits] [llvm/llvm-project] 9c98ed: [flang] Port test_any.sh tests to FileCheck: Hand ...

RichBarton-Arm via All-commits all-commits at lists.llvm.org
Fri Jun 26 10:41:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c98ed9cd41fc6662a5e90037f25cb3a80658b74
      https://github.com/llvm/llvm-project/commit/9c98ed9cd41fc6662a5e90037f25cb3a80658b74
  Author: Richard Barton <richard.barton at arm.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M flang/test/Semantics/doconcurrent04.f90
    M flang/test/Semantics/label01.F90
    M flang/test/Semantics/label11.f90

  Log Message:
  -----------
  [flang] Port test_any.sh tests to FileCheck: Hand port tests which use regexes

The regex syntax used by test_any.sh's FileCheck is sometimes incompatible with
real FileCheck.

Hand port these tests to use FileCheck and it's regex format.

Also remove FIXME from label01 that no longer applies.
Also add second run-line that enables all tests.
Add some new FIXMEs for issues in original tests

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




More information about the All-commits mailing list