This is an archive of the discontinued LLVM Phabricator instance.

[Profile] Use unique directory for tests that write default profile file
ClosedPublic

Authored by tejohnson on Apr 29 2015, 10:52 AM.

Details

Reviewers
tejohnson
Summary

Fix a couple of new tests that were reverted because they were
causing intermittant test failures since they were writing the same default
"default.profraw" file. Fixed by creating a unique directory and running tests
in that directory.

Diff Detail

Event Timeline

tejohnson updated this revision to Diff 24647.Apr 29 2015, 10:52 AM
tejohnson retitled this revision from to [Profile] Use unique directory for tests that write default profile file.
tejohnson updated this object.
tejohnson edited the test plan for this revision. (Show Details)
tejohnson added a subscriber: Unknown Object (MLST).
tejohnson accepted this revision.Aug 12 2015, 7:52 AM
tejohnson added a reviewer: tejohnson.

Committed awhile back as r236168 by bogner.

This revision is now accepted and ready to land.Aug 12 2015, 7:52 AM
tejohnson closed this revision.Aug 12 2015, 7:52 AM

Committed awhile back as r236168 by bogner, closing manually.