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

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


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

  Changed paths:
    M flang/test/Semantics/getdefinition01.f90
    M flang/test/Semantics/getdefinition02.f
    M flang/test/Semantics/getdefinition03-a.f90
    M flang/test/Semantics/getdefinition04.f90
    M flang/test/Semantics/getdefinition05.f90

  Log Message:
  -----------
  [flang] Port test_any.sh tests to FileCheck: Hand port getdefinition* tests

These tests are sensitive to line numbers in the input and check output.
They also successively write to a temporary file then check that.

Fix the line number issues and replace the temporary file use with successive
calls to FileCheck with different check-prefixes.

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




More information about the All-commits mailing list