[PATCH] D82167: [flang] Port test_any.sh tests to FileCheck: Hand port canondo{08-18} tests

Richard Barton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 02:39:19 PDT 2020


richard.barton.arm created this revision.
richard.barton.arm added a reviewer: tskeith.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82167

Files:
  flang/test/Semantics/canondo08.f90
  flang/test/Semantics/canondo09.f90
  flang/test/Semantics/canondo10.f90
  flang/test/Semantics/canondo11.f90
  flang/test/Semantics/canondo12.f90
  flang/test/Semantics/canondo13.f90
  flang/test/Semantics/canondo14.f90
  flang/test/Semantics/canondo15.f90
  flang/test/Semantics/canondo16.f90
  flang/test/Semantics/canondo17.f90
  flang/test/Semantics/canondo18.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82167.271967.patch
Type: text/x-patch
Size: 11260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200619/a6b465dc/attachment.bin>


More information about the llvm-commits mailing list