[all-commits] [llvm/llvm-project] ae7425: [flang] Port test_any.sh tests to FileCheck: Hand ...
RichBarton-Arm via All-commits
all-commits at lists.llvm.org
Fri Jun 26 10:51:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae74252341a0e985a3b637c9b6c30aed9b6f033b
https://github.com/llvm/llvm-project/commit/ae74252341a0e985a3b637c9b6c30aed9b6f033b
Author: Richard Barton <richard.barton at arm.com>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
M flang/test/Semantics/canondo08.f90
M flang/test/Semantics/canondo09.f90
M flang/test/Semantics/canondo10.f90
M flang/test/Semantics/canondo11.f90
M flang/test/Semantics/canondo12.f90
M flang/test/Semantics/canondo13.f90
M flang/test/Semantics/canondo14.f90
M flang/test/Semantics/canondo15.f90
M flang/test/Semantics/canondo16.f90
M flang/test/Semantics/canondo17.f90
M flang/test/Semantics/canondo18.f90
Log Message:
-----------
[flang] Port test_any.sh tests to FileCheck: Hand port canondo{08-18} tests
These tests checked for stdout and stderr in the same pipe, which does not
come out in a guaranteed order. test_any.sh's FileCheck accepts CHECK lines in
any order while FileCheck checks must match in order.
Hand port these to pipe stdout to a temp file which is checked with a separate
FileCheck RUN line to test it.
Differential Revision: https://reviews.llvm.org/D82167
More information about the All-commits
mailing list