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

RichBarton-Arm via All-commits all-commits at lists.llvm.org
Fri Jun 26 11:35:54 PDT 2020


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

  Changed paths:
    M flang/test/Semantics/canondo01.f90
    M flang/test/Semantics/canondo02.f90
    M flang/test/Semantics/canondo03.f90
    M flang/test/Semantics/canondo04.f90
    M flang/test/Semantics/canondo05.f90
    M flang/test/Semantics/canondo06.f90
    M flang/test/Semantics/canondo07.f90
    M flang/test/Semantics/canondo19.f90
    M flang/test/Semantics/critical04.f90
    M flang/test/Semantics/doconcurrent02.f90
    M flang/test/Semantics/doconcurrent03.f90
    M flang/test/Semantics/doconcurrent07.f90
    M flang/test/Semantics/label02.f90
    M flang/test/Semantics/label03.f90
    M flang/test/Semantics/label04.f90
    M flang/test/Semantics/label05.f90
    M flang/test/Semantics/label06.f90
    M flang/test/Semantics/label07.f90
    M flang/test/Semantics/label08.f90
    M flang/test/Semantics/label09.f90
    M flang/test/Semantics/label10.f90
    M flang/test/Semantics/label12.f90
    M flang/test/Semantics/label13.f90
    M flang/test/Semantics/label14.f90
    R flang/test/Semantics/test_any.sh

  Log Message:
  -----------
  [flang] Port remaining test_any.sh tests to FileCheck

Port the remaining tests which only require mechanical changes and delete
test_any.sh.

    * Delete old RUN lines
    * Replace:
        EXEC: ${F18} ... | ${FileCheck} ...
      with
        RUN: %f18 .. | FileCheck ...
    * Prepend RUN line with not when it is expected to fail

Also reinstate a de-activated EXEC line and port it in the same way.

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




More information about the All-commits mailing list