[flang] Port remaining test_any.sh tests to FileCheck
authorRichard Barton <richard.barton@arm.com>
Fri, 26 Jun 2020 18:28:43 +0000 (19:28 +0100)
committerRichard Barton <richard.barton@arm.com>
Fri, 26 Jun 2020 18:35:14 +0000 (19:35 +0100)
commitb537c81b5fde154062ecf7521d41902b130dffe6
tree0a3520a95f5a2538eda12755f70f8fab9736201c
parente7f7715eb9ba223c8e754604c0fd9e3ab0c3a044
[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
25 files changed:
flang/test/Semantics/canondo01.f90
flang/test/Semantics/canondo02.f90
flang/test/Semantics/canondo03.f90
flang/test/Semantics/canondo04.f90
flang/test/Semantics/canondo05.f90
flang/test/Semantics/canondo06.f90
flang/test/Semantics/canondo07.f90
flang/test/Semantics/canondo19.f90
flang/test/Semantics/critical04.f90
flang/test/Semantics/doconcurrent02.f90
flang/test/Semantics/doconcurrent03.f90
flang/test/Semantics/doconcurrent07.f90
flang/test/Semantics/label02.f90
flang/test/Semantics/label03.f90
flang/test/Semantics/label04.f90
flang/test/Semantics/label05.f90
flang/test/Semantics/label06.f90
flang/test/Semantics/label07.f90
flang/test/Semantics/label08.f90
flang/test/Semantics/label09.f90
flang/test/Semantics/label10.f90
flang/test/Semantics/label12.f90
flang/test/Semantics/label13.f90
flang/test/Semantics/label14.f90
flang/test/Semantics/test_any.sh [deleted file]