This is an archive of the discontinued LLVM Phabricator instance.

[LIT] Move display of unsupported and xfail tests to summary.
ClosedPublic

Authored by EricWF on Aug 10 2014, 3:26 PM.

Details

Summary

This patch changes the way xfail and unsupported tests are displayed.
This output is only displayed when the --show-unsupported/--show-xfail flags are passed to lit.

Currently xfail/unsupported tests are printed during the run of the test-suite. I think its better to display this information during the summary instead.
This patch removes the printing of these tests from when they are run to the summary.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 12337.Aug 10 2014, 3:26 PM
EricWF retitled this revision from to [LIT] Move display of unsupported and xfail tests to summary. .
EricWF updated this object.
EricWF edited the test plan for this revision. (Show Details)
EricWF added a reviewer: ddunbar.
EricWF set the repository for this revision to rL LLVM.
EricWF added a subscriber: Unknown Object (MLST).
ddunbar edited edge metadata.Aug 15 2014, 10:58 AM

I agree, makes more sense. LGTM

  • Daniel
EricWF accepted this revision.Aug 15 2014, 4:19 PM
EricWF added a reviewer: EricWF.

Accepting.

This revision is now accepted and ready to land.Aug 15 2014, 4:19 PM
EricWF closed this revision.Aug 15 2014, 4:20 PM