This is an archive of the discontinued LLVM Phabricator instance.

Make test/Driver/output-file-cleanup.c hermetic.
ClosedPublic

Authored by jlebar on Feb 12 2016, 2:13 PM.

Details

Summary

It checks that certain files do and exist, so make sure that they don't
exist at the beginning of the test.

This hid a failure in r260448; to see the failure, you had to run the test with
a clean-ish objdir.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 47857.Feb 12 2016, 2:13 PM
jlebar retitled this revision from to Make test/Driver/output-file-cleanup.c hermetic..
jlebar updated this object.
jlebar added a reviewer: rafael.
jlebar added a subscriber: cfe-commits.

Upon further consideration, I think I'm going to push this with post-submit review, as we know this test is quite broken, and I think this change is unlikely to make the situation worse.

This revision was automatically updated to reflect the committed changes.