This is an archive of the discontinued LLVM Phabricator instance.

[flang] Port test_any.sh tests to FileCheck: Hand port getdefinition* tests
ClosedPublic

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

Details

Summary

These tests are sensitive to line numbers in the input and check output.
They also successively write to a temporary file then check that.

Fix the line number issues and replace the temporary file use with successive
calls to FileCheck with different check-prefixes.

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:53 AM
This revision is now accepted and ready to land.Jun 26 2020, 8:53 AM
This revision was automatically updated to reflect the committed changes.