This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by richard.barton.arm on Oct 7 2015, 12:46 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 abandoned this revision.Oct 7 2015, 1:29 AM

Abandoning as I forgot to add cfe-commits.