This is an archive of the discontinued LLVM Phabricator instance.

[LIT] Add option to print summary of tests that pass.
AbandonedPublic

Authored by EricWF on Oct 23 2014, 3:43 PM.

Details

Reviewers
ddunbar
Summary

I'm currently working on running the libc++ tests in different configurations. It's often quite helpful print a summary of the tests that pass alongside the tests that fail. This adds an option called --show-passing to do that. It's off by default.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 15354.Oct 23 2014, 3:43 PM
EricWF retitled this revision from to [LIT] Add option to print summary of tests that pass..
EricWF updated this object.
EricWF edited the test plan for this revision. (Show Details)
EricWF added a reviewer: ddunbar.
EricWF added a subscriber: Unknown Object (MLST).
ddunbar edited edge metadata.Oct 23 2014, 3:44 PM

Why wouldn't you just run without -s if you want all that output? Just for
the grouping?

  • Daniel

Precisely, I want the grouping because 90% of the tests I'm looking at are failing. So the passing tests get lost in all of the failure messages. I really just want a short list of tests that are passing.

EricWF abandoned this revision.Nov 14 2014, 11:37 PM

Abandoning. There seems to be no consensus for change.