Port the remaining tests which only require mechanical changes.
- Delete old RUN lines
- Replace:
EXEC: ${F18} ... | ${FileCheck} ...
with
RUN: %f18 .. | FileCheck ...
- Prepend RUN line with not when it is expected to fail
Paths
| Differential D82168
[flang] Port test_any.sh tests to FileCheck ClosedPublic Authored by richard.barton.arm on Jun 19 2020, 2:37 AM.
Details Summary Port the remaining tests which only require mechanical changes.
EXEC: ${F18} ... | ${FileCheck} ... with RUN: %f18 .. | FileCheck ...
Diff Detail
Event Timeline
richard.barton.arm added inline comments.
This revision is now accepted and ready to land.Jun 26 2020, 9:00 AM Closed by commit rGb537c81b5fde: [flang] Port remaining test_any.sh tests to FileCheck (authored by richard.barton.arm). · Explain WhyJun 26 2020, 12:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 273806 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
|
What does this XXXEXEC line do here? I don't think it's something FileCheck will understand