This is an archive of the discontinued LLVM Phabricator instance.

Convert test to take input from stdin rather than reading a file
ClosedPublic

Authored by richard.barton.arm on Oct 7 2015, 1:28 AM.

Details

Reviewers
ABataev
Summary

This test takes input from a file rather than from stdin and then goes on to check for a label "bar". This could match something on the file path (guess what my uname at ARM is...) causing the test to fail.

This patch converts the test to take from stdin instead.

Diff Detail

Event Timeline

richard.barton.arm retitled this revision from to Convert test to take input from stdin rather than reading a file.
richard.barton.arm updated this object.
richard.barton.arm added a reviewer: ABataev.
richard.barton.arm added a subscriber: cfe-commits.
ABataev accepted this revision.Oct 7 2015, 3:16 AM
ABataev edited edge metadata.
This revision is now accepted and ready to land.Oct 7 2015, 3:16 AM
ABataev closed this revision.Nov 25 2015, 10:52 PM