This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by richard.barton.arm on Jun 19 2020, 2:36 AM.

Details

Summary

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.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
richard.barton.arm added a project: Restricted Project.Jun 22 2020, 8:51 AM
schweitz accepted this revision.Jun 26 2020, 8:58 AM
This revision is now accepted and ready to land.Jun 26 2020, 8:58 AM
This revision was automatically updated to reflect the committed changes.