This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Add lit tests (v2).
ClosedPublic

Authored by courbet on Sep 25 2018, 6:34 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

courbet created this revision.Sep 25 2018, 6:34 AM
courbet updated this revision to Diff 166872.Sep 25 2018, 6:42 AM

Swallow normal output on success.

That looks saner to me.
I assume you have tried running this, and it avoids failing tests, as expected?

gchatelet accepted this revision.Sep 25 2018, 6:54 AM
gchatelet added inline comments.
test/tools/llvm-exegesis/X86/lit.local.cfg
15 ↗(On Diff #166872)

"and bail out on error" ?

This revision is now accepted and ready to land.Sep 25 2018, 6:54 AM
courbet marked an inline comment as done.Sep 25 2018, 7:00 AM

That looks saner to me.
I assume you have tried running this, and it avoids failing tests, as expected?

Yes :)

courbet updated this revision to Diff 166878.Sep 25 2018, 7:00 AM

bail -> bail out

This revision was automatically updated to reflect the committed changes.