This is an archive of the discontinued LLVM Phabricator instance.

[llvm-lit] Add --show-unsupported flag to LIT
ClosedPublic

Authored by EricWF on Jun 27 2014, 4:30 PM.

Details

Reviewers
ddunbar
Summary

This patch add a --show-unsupported flag. If this flag is specified then each unsupported test will be printed to output.
When it is not given unsupported tests are ignored. Ignoring unsupported tests is the current behavior.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 10951.Jun 27 2014, 4:30 PM
EricWF retitled this revision from to [llvm-lit] Add --show-unsupported flag to LIT.
EricWF updated this object.
EricWF edited the test plan for this revision. (Show Details)
EricWF set the repository for this revision to rL LLVM.
EricWF added a subscriber: Unknown Object (MLST).
ddunbar accepted this revision.Jul 2 2014, 8:12 AM
ddunbar edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 2 2014, 8:12 AM

Hi Daniel,

I don't have commit access. Would you please commit this for me?

Eric

EricWF closed this revision.Jul 16 2014, 11:04 PM

Committed as r213227.