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

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


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

  Changed paths:
    M flang/test/Semantics/Inputs/getsymbols02-a.f90
    M flang/test/Semantics/Inputs/getsymbols02-b.f90
    R flang/test/Semantics/Inputs/getsymbols02-c.f90
    M flang/test/Semantics/getsymbols01.f90
    M flang/test/Semantics/getsymbols02.f90
    M flang/test/Semantics/getsymbols03-a.f90
    M flang/test/Semantics/getsymbols04.f90
    M flang/test/Semantics/getsymbols05.f90

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

test_any.sh's FileCheck accepts the CHECK line matches in any order while
FileCheck checks in strict order. Re-order the CHECK lines to source code
order - they come from an ordered datastructure.

Some CHECK lines are sensitive to line number which are fixed up manually.

getsymbols02 had multiple test inputs which had their own EXEC lines.
Consolidate these together in one file.

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




More information about the All-commits mailing list