[flang] Port test_any.sh tests to FileCheck: Hand port tests which use regexes
authorRichard Barton <richard.barton@arm.com>
Fri, 5 Jun 2020 18:09:12 +0000 (19:09 +0100)
committerRichard Barton <richard.barton@arm.com>
Fri, 26 Jun 2020 17:41:31 +0000 (18:41 +0100)
commit9c98ed9cd41fc6662a5e90037f25cb3a80658b74
tree4221a064beb67a5ad72877d25cd9901a4e956b6e
parent2e17bba32411ab86c7b215e5fa152b5ecae86ed8
[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
flang/test/Semantics/doconcurrent04.f90
flang/test/Semantics/label01.F90
flang/test/Semantics/label11.f90